Shades of Water Leaf #BBF4EA
Tints of Water Leaf #BBF4EA
RGB
CMYK
RGB Variations
Color information
#BBF4EA (or 0xBBF4EA) is known color: Water Leaf. HEX triplet: BB, F4 and EA. RGB value is (187,244,234). Sum of RGB (Red+Green+Blue) = 187+244+234=665 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.12% from 665); Green value is 244 (95.70% from 255 or 36.69% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF4EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF4EA is #440B15. Grayscale: #E1E1E1. Windows color (decimal): -4459286 or 15398075. OLE color: 15398075.
HSL color Cylindrical-coordinate representation of color #BBF4EA: hue angle of 169.47º 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 #BBF4EA is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 234 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.04 |
| HSL | 169.47º | 0.72% | 0.85% | - |
| HSV(B) | 169.47º | 0.23% | 0.96% | - |
| XYZ | 67.7 | 81.21 | 89.95 | - |
| YUV | 225.82 | 132.62 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 234 | 0.23 | 0 | 0.04 | 0.04 | 169.47 | 0.72 | 0.85 |
| Hex | BB | F4 | EA | 17 | 0 | 4 | 4 | A9 | 48 | 55 |
| Octal | 273 | 364 | 352 | 27 | 0 | 4 | 4 | 251 | 110 | 125 |
| Binary | 10111011 | 11110100 | 11101010 | 10111 | 0 | 100 | 100 | 10101001 | 1001000 | 1010101 |
Color Harmonies of #BBF4EA
Complementary color
Monochromatic Colors of #BBF4EA
Black with #BBF4EA
Text Example
Text Example
White with #BBF4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF4EA; }
p { color: rgb(187,244,234); }
H1.HeaderClassName
{
color: #BBF4EA;
}
.AnyTagClassName
{
color: #BBF4EA;
}
</style>
background-color css
<style>
a { background-color: #BBF4EA; }
a { background-color: rgb(187,244,234); }
div.DivClassName
{
background-color: #BBF4EA;
}
.BgClassName
{
background-color: #BBF4EA;
}
</style>
border-color css
<style>
span { border-color: #BBF4EA; }
span { border-color: rgb(187,244,234); }
td.TdClassName
{
border-color: #BBF4EA;
}
.TagClassName
{
border-color: #BBF4EA;
}
</style>