#BBFEE8

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

Shades of Water Leaf #BBFEE8

Tints of Water Leaf #BBFEE8

Color information

#BBFEE8 (or 0xBBFEE8) is unknown color: approx Water Leaf. HEX triplet: BB, FE and E8. RGB value is (187,254,232). Sum of RGB (Red+Green+Blue) = 187+254+232=673 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.79% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 232 (91.02% from 255 or 34.47% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFEE8 is #440117. Grayscale: #E7E7E7. Windows color (decimal): -4456728 or 15269563. OLE color: 15269563.

HSL color Cylindrical-coordinate representation of color #BBFEE8: hue angle of 160.3º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFEE8 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB187254232-
CMYK0.2600.090.00
HSL160.3º97.1%86.47%-
HSV(B)160.3º26.38%99.61%-
XYZ70.587.2789.47-
YUV231.46128.396.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.79%
GREEN value IS 254 (99.61% from 255) = 37.74%
BLUE value IS 232 (91.02% from 255) = 34.47%
R=27.79%
G=37.74%
B=34.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1872542320.2600.090.00160.397.186.47
HexBBFEE81A090a06156
Octal273376350320110240141126
Binary101110111111111011101000110100100101010000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFEE8; }

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

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

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

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

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

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

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

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