BLENDAVERAGE

Blends the two provided colors by averaging the respective values in each channel.

Syntax

=BLENDAVERAGE(color1, color2)

Arguments

ArgumentTypeDescription
color1ColorThe first color to blend
color2ColorThe second color to blend

Examples

=BLENDAVERAGE("#00ff00", "#0000ff")#008080ff