Shades of Water Leaf #BBF2E8
Tints of Water Leaf #BBF2E8
RGB
CMYK
RGB Variations
Color information
#BBF2E8 (or 0xBBF2E8) is known color: Water Leaf. HEX triplet: BB, F2 and E8. RGB value is (187,242,232). Sum of RGB (Red+Green+Blue) = 187+242+232=661 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.29% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 232 (91.02% from 255 or 35.10% from 661); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF2E8 is #440D17. Grayscale: #E0E0E0. Windows color (decimal): -4459800 or 15266491. OLE color: 15266491.
HSL color Cylindrical-coordinate representation of color #BBF2E8: hue angle of 169.09º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF2E8 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 232 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.05 |
| HSL | 169.09º | 0.68% | 0.84% | - |
| HSV(B) | 169.09º | 0.23% | 0.95% | - |
| XYZ | 66.81 | 79.9 | 88.24 | - |
| YUV | 224.42 | 132.28 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 232 | 0.23 | 0 | 0.04 | 0.05 | 169.09 | 0.68 | 0.84 |
| Hex | BB | F2 | E8 | 17 | 0 | 4 | 5 | A9 | 44 | 54 |
| Octal | 273 | 362 | 350 | 27 | 0 | 4 | 5 | 251 | 104 | 124 |
| Binary | 10111011 | 11110010 | 11101000 | 10111 | 0 | 100 | 101 | 10101001 | 1000100 | 1010100 |
Color Harmonies of #BBF2E8
Complementary color
Monochromatic Colors of #BBF2E8
Black with #BBF2E8
Text Example
Text Example
White with #BBF2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2E8; }
p { color: rgb(187,242,232); }
H1.HeaderClassName
{
color: #BBF2E8;
}
.AnyTagClassName
{
color: #BBF2E8;
}
</style>
background-color css
<style>
a { background-color: #BBF2E8; }
a { background-color: rgb(187,242,232); }
div.DivClassName
{
background-color: #BBF2E8;
}
.BgClassName
{
background-color: #BBF2E8;
}
</style>
border-color css
<style>
span { border-color: #BBF2E8; }
span { border-color: rgb(187,242,232); }
td.TdClassName
{
border-color: #BBF2E8;
}
.TagClassName
{
border-color: #BBF2E8;
}
</style>