Shades of Water Leaf #BBFCE8
Tints of Water Leaf #BBFCE8
RGB
CMYK
RGB Variations
Color information
#BBFCE8 (or 0xBBFCE8) is known color: Water Leaf. HEX triplet: BB, FC and E8. RGB value is (187,252,232). Sum of RGB (Red+Green+Blue) = 187+252+232=671 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.87% from 671); Green value is 252 (98.83% from 255 or 37.56% from 671); Blue value is 232 (91.02% from 255 or 34.58% from 671); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFCE8 is #440317. Grayscale: #E6E6E6. Windows color (decimal): -4457240 or 15269051. OLE color: 15269051.
HSL color Cylindrical-coordinate representation of color #BBFCE8: hue angle of 161.54º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFCE8 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 252 | 232 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.01 |
| HSL | 161.54º | 0.92% | 0.86% | - |
| HSV(B) | 161.54º | 0.26% | 0.99% | - |
| XYZ | 69.87 | 86.01 | 89.26 | - |
| YUV | 230.29 | 128.97 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 252 | 232 | 0.26 | 0 | 0.08 | 0.01 | 161.54 | 0.92 | 0.86 |
| Hex | BB | FC | E8 | 1A | 0 | 8 | 1 | A2 | 5C | 56 |
| Octal | 273 | 374 | 350 | 32 | 0 | 10 | 1 | 242 | 134 | 126 |
| Binary | 10111011 | 11111100 | 11101000 | 11010 | 0 | 1000 | 1 | 10100010 | 1011100 | 1010110 |
Color Harmonies of #BBFCE8
Complementary color
Monochromatic Colors of #BBFCE8
Black with #BBFCE8
Text Example
Text Example
White with #BBFCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFCE8; }
p { color: rgb(187,252,232); }
H1.HeaderClassName
{
color: #BBFCE8;
}
.AnyTagClassName
{
color: #BBFCE8;
}
</style>
background-color css
<style>
a { background-color: #BBFCE8; }
a { background-color: rgb(187,252,232); }
div.DivClassName
{
background-color: #BBFCE8;
}
.BgClassName
{
background-color: #BBFCE8;
}
</style>
border-color css
<style>
span { border-color: #BBFCE8; }
span { border-color: rgb(187,252,232); }
td.TdClassName
{
border-color: #BBFCE8;
}
.TagClassName
{
border-color: #BBFCE8;
}
</style>