Shades of Water Leaf #BBF3EA
Tints of Water Leaf #BBF3EA
RGB
CMYK
RGB Variations
Color information
#BBF3EA (or 0xBBF3EA) is known color: Water Leaf. HEX triplet: BB, F3 and EA. RGB value is (187,243,234). Sum of RGB (Red+Green+Blue) = 187+243+234=664 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.16% from 664); Green value is 243 (95.31% from 255 or 36.60% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF3EA is #440C15. Grayscale: #E1E1E1. Windows color (decimal): -4459542 or 15397819. OLE color: 15397819.
HSL color Cylindrical-coordinate representation of color #BBF3EA: hue angle of 170.36º degrees, saturation: 0.7, 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 #BBF3EA is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 234 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.05 |
| HSL | 170.36º | 0.7% | 0.84% | - |
| HSV(B) | 170.36º | 0.23% | 0.95% | - |
| XYZ | 67.4 | 80.61 | 89.85 | - |
| YUV | 225.23 | 132.95 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 234 | 0.23 | 0 | 0.04 | 0.05 | 170.36 | 0.7 | 0.84 |
| Hex | BB | F3 | EA | 17 | 0 | 4 | 5 | AA | 46 | 54 |
| Octal | 273 | 363 | 352 | 27 | 0 | 4 | 5 | 252 | 106 | 124 |
| Binary | 10111011 | 11110011 | 11101010 | 10111 | 0 | 100 | 101 | 10101010 | 1000110 | 1010100 |
Color Harmonies of #BBF3EA
Complementary color
Monochromatic Colors of #BBF3EA
Black with #BBF3EA
Text Example
Text Example
White with #BBF3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF3EA; }
p { color: rgb(187,243,234); }
H1.HeaderClassName
{
color: #BBF3EA;
}
.AnyTagClassName
{
color: #BBF3EA;
}
</style>
background-color css
<style>
a { background-color: #BBF3EA; }
a { background-color: rgb(187,243,234); }
div.DivClassName
{
background-color: #BBF3EA;
}
.BgClassName
{
background-color: #BBF3EA;
}
</style>
border-color css
<style>
span { border-color: #BBF3EA; }
span { border-color: rgb(187,243,234); }
td.TdClassName
{
border-color: #BBF3EA;
}
.TagClassName
{
border-color: #BBF3EA;
}
</style>