#BBFAE8

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

Shades of Water Leaf #BBFAE8

Tints of Water Leaf #BBFAE8

Color information

#BBFAE8 (or 0xBBFAE8) is unknown color: approx Water Leaf. HEX triplet: BB, FA and E8. RGB value is (187,250,232). Sum of RGB (Red+Green+Blue) = 187+250+232=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 232 (91.02% from 255 or 34.68% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAE8 is #440517. Grayscale: #E5E5E5. Windows color (decimal): -4457752 or 15268539. OLE color: 15268539.

HSL color Cylindrical-coordinate representation of color #BBFAE8: hue angle of 162.86º 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 #BBFAE8 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB187250232-
CMYK0.2500.070.02
HSL162.86º86.3%85.69%-
HSV(B)162.86º25.2%98.04%-
XYZ69.2484.7689.06-
YUV229.11129.6397.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.95%
GREEN value IS 250 (98.05% from 255) = 37.37%
BLUE value IS 232 (91.02% from 255) = 34.68%
R=27.95%
G=37.37%
B=34.68%

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
Decimal1872502320.2500.070.02162.8686.385.69
HexBBFAE819072a35656
Octal27337235031072243126126
Binary101110111111101011101000110010111101010001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFAE8; }

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

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

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

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

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

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

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

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