BLENDSCREEN

Creates a new color by inverting and then multiplying the corresponding RGB channels of the specified colors, resulting in a lighter color.

Syntax

=BLENDSCREEN(color1, color2)

Arguments

ArgumentTypeDescription
color1ColorThe first color to blend
color2ColorThe second color to blend

Examples

=BLENDSCREEN("#0080ff", "#101010")#1088ffff

=BLENDSCREEN("#2080d0", "#ffffff")#ffffffff