Shades of Water Leaf #BBF2E9
Tints of Water Leaf #BBF2E9
RGB
CMYK
RGB Variations
Color information
#BBF2E9 (or 0xBBF2E9) is known color: Water Leaf. HEX triplet: BB, F2 and E9. RGB value is (187,242,233). Sum of RGB (Red+Green+Blue) = 187+242+233=662 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.25% from 662); Green value is 242 (94.92% from 255 or 36.56% from 662); Blue value is 233 (91.41% from 255 or 35.20% from 662); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF2E9 is #440D16. Grayscale: #E0E0E0. Windows color (decimal): -4459799 or 15332027. OLE color: 15332027.
HSL color Cylindrical-coordinate representation of color #BBF2E9: hue angle of 170.18º 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 #BBF2E9 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 233 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.05 |
| HSL | 170.18º | 0.68% | 0.84% | - |
| HSV(B) | 170.18º | 0.23% | 0.95% | - |
| XYZ | 66.95 | 79.95 | 88.99 | - |
| YUV | 224.53 | 132.78 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 233 | 0.23 | 0 | 0.04 | 0.05 | 170.18 | 0.68 | 0.84 |
| Hex | BB | F2 | E9 | 17 | 0 | 4 | 5 | AA | 44 | 54 |
| Octal | 273 | 362 | 351 | 27 | 0 | 4 | 5 | 252 | 104 | 124 |
| Binary | 10111011 | 11110010 | 11101001 | 10111 | 0 | 100 | 101 | 10101010 | 1000100 | 1010100 |
Color Harmonies of #BBF2E9
Complementary color
Monochromatic Colors of #BBF2E9
Black with #BBF2E9
Text Example
Text Example
White with #BBF2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2E9; }
p { color: rgb(187,242,233); }
H1.HeaderClassName
{
color: #BBF2E9;
}
.AnyTagClassName
{
color: #BBF2E9;
}
</style>
background-color css
<style>
a { background-color: #BBF2E9; }
a { background-color: rgb(187,242,233); }
div.DivClassName
{
background-color: #BBF2E9;
}
.BgClassName
{
background-color: #BBF2E9;
}
</style>
border-color css
<style>
span { border-color: #BBF2E9; }
span { border-color: rgb(187,242,233); }
td.TdClassName
{
border-color: #BBF2E9;
}
.TagClassName
{
border-color: #BBF2E9;
}
</style>