BLENDAVERAGEBlends the two provided colors by averaging the respective values in each channel. Suggest EditsSyntax =BLENDAVERAGE(color1, color2) Arguments ArgumentTypeDescriptioncolor1ColorThe first color to blendcolor2ColorThe second color to blend Examples =BLENDAVERAGE("#00ff00", "#0000ff") → #008080ffUpdated 9 months ago Table of Contents Syntax Arguments Examples