#BBF1E2

Color #BBF1E2 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #BBF1E2

Tints of Water Leaf #BBF1E2

Color information

#BBF1E2 (or 0xBBF1E2) is unknown color: approx Water Leaf. HEX triplet: BB, F1 and E2. RGB value is (187,241,226). Sum of RGB (Red+Green+Blue) = 187+241+226=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 241 (94.53% from 255 or 36.85% from 654); Blue value is 226 (88.67% from 255 or 34.56% from 654); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1E2 is #440E1D. Grayscale: #DFDFDF. Windows color (decimal): -4460062 or 14873019. OLE color: 14873019.

HSL color Cylindrical-coordinate representation of color #BBF1E2: hue angle of 163.33º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF1E2 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB187241226-
CMYK0.2200.060.05
HSL163.33º65.85%83.92%-
HSV(B)163.33º22.41%94.51%-
XYZ65.6878.9783.73-
YUV223.14129.61102.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 28.59%
GREEN value IS 241 (94.53% from 255) = 36.85%
BLUE value IS 226 (88.67% from 255) = 34.56%
R=28.59%
G=36.85%
B=34.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872412260.2200.060.05163.3365.8583.92
HexBBF1E216065a34254
Octal27336134226065243102124
Binary1011101111110001111000101011001101011010001110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF1E2; }

 p { color: rgb(187,241,226); }

 H1.HeaderClassName
 {
   color: #BBF1E2;
 }
 .AnyTagClassName
 {
   color: #BBF1E2;
 }
</style>
background-color css

<style>
 a { background-color: #BBF1E2; }

 a { background-color: rgb(187,241,226); }

 div.DivClassName
 {
   background-color: #BBF1E2;
 }
 .BgClassName
 {
   background-color: #BBF1E2;
 }
</style>
border-color css

<style>
 span { border-color: #BBF1E2; }

 span { border-color: rgb(187,241,226); }

 td.TdClassName
 {
   border-color: #BBF1E2;
 }
 .TagClassName
 {
   border-color: #BBF1E2;
 }
</style>