Google AppScripts Cell obtiene color de fondo

var cell = sheet.getRange("B5");
Logger.log(cell.getBackground()); // e.g. #ffffff
Arno Deceuninck