#BBFAE9

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

Shades of Water Leaf #BBFAE9

Tints of Water Leaf #BBFAE9

Color information

#BBFAE9 (or 0xBBFAE9) is unknown color: approx Water Leaf. HEX triplet: BB, FA and E9. RGB value is (187,250,233). Sum of RGB (Red+Green+Blue) = 187+250+233=670 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.91% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 233 (91.41% from 255 or 34.78% from 670); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAE9 is #440516. Grayscale: #E5E5E5. Windows color (decimal): -4457751 or 15334075. OLE color: 15334075.

HSL color Cylindrical-coordinate representation of color #BBFAE9: hue angle of 163.81º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFAE9 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB187250233-
CMYK0.2500.070.02
HSL163.81º86.3%85.69%-
HSV(B)163.81º25.2%98.04%-
XYZ69.3984.8289.81-
YUV229.23130.1397.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.91%
GREEN value IS 250 (98.05% from 255) = 37.31%
BLUE value IS 233 (91.41% from 255) = 34.78%
R=27.91%
G=37.31%
B=34.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872502330.2500.070.02163.8186.385.69
HexBBFAE919072a45656
Octal27337235131072244126126
Binary101110111111101011101001110010111101010010010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFAE9; }

 p { color: rgb(187,250,233); }

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

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

 a { background-color: rgb(187,250,233); }

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

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

 span { border-color: rgb(187,250,233); }

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