Shades of Water Leaf #BBF4E8
Tints of Water Leaf #BBF4E8
RGB
CMYK
RGB Variations
Color information
#BBF4E8 (or 0xBBF4E8) is known color: Water Leaf. HEX triplet: BB, F4 and E8. RGB value is (187,244,232). Sum of RGB (Red+Green+Blue) = 187+244+232=663 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.21% from 663); Green value is 244 (95.70% from 255 or 36.80% from 663); Blue value is 232 (91.02% from 255 or 34.99% from 663); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF4E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF4E8 is #440B17. Grayscale: #E1E1E1. Windows color (decimal): -4459288 or 15267003. OLE color: 15267003.
HSL color Cylindrical-coordinate representation of color #BBF4E8: hue angle of 167.37º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF4E8 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 232 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.04 |
| HSL | 167.37º | 0.72% | 0.85% | - |
| HSV(B) | 167.37º | 0.23% | 0.96% | - |
| XYZ | 67.41 | 81.09 | 88.44 | - |
| YUV | 225.59 | 131.62 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 232 | 0.23 | 0 | 0.05 | 0.04 | 167.37 | 0.72 | 0.85 |
| Hex | BB | F4 | E8 | 17 | 0 | 5 | 4 | A7 | 48 | 55 |
| Octal | 273 | 364 | 350 | 27 | 0 | 5 | 4 | 247 | 110 | 125 |
| Binary | 10111011 | 11110100 | 11101000 | 10111 | 0 | 101 | 100 | 10100111 | 1001000 | 1010101 |
Color Harmonies of #BBF4E8
Complementary color
Monochromatic Colors of #BBF4E8
Black with #BBF4E8
Text Example
Text Example
White with #BBF4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF4E8; }
p { color: rgb(187,244,232); }
H1.HeaderClassName
{
color: #BBF4E8;
}
.AnyTagClassName
{
color: #BBF4E8;
}
</style>
background-color css
<style>
a { background-color: #BBF4E8; }
a { background-color: rgb(187,244,232); }
div.DivClassName
{
background-color: #BBF4E8;
}
.BgClassName
{
background-color: #BBF4E8;
}
</style>
border-color css
<style>
span { border-color: #BBF4E8; }
span { border-color: rgb(187,244,232); }
td.TdClassName
{
border-color: #BBF4E8;
}
.TagClassName
{
border-color: #BBF4E8;
}
</style>