Shades of Water Leaf #BBE4DD
Tints of Water Leaf #BBE4DD
RGB
CMYK
RGB Variations
Color information
#BBE4DD (or 0xBBE4DD) is known color: Water Leaf. HEX triplet: BB, E4 and DD. RGB value is (187,228,221). Sum of RGB (Red+Green+Blue) = 187+228+221=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE4DD is #441B22. Grayscale: #D6D6D6. Windows color (decimal): -4463395 or 14542011. OLE color: 14542011.
HSL color Cylindrical-coordinate representation of color #BBE4DD: hue angle of 169.76º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE4DD is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 228 | 221 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.11 |
| HSL | 169.76º | 0.43% | 0.81% | - |
| HSV(B) | 169.76º | 0.18% | 0.89% | - |
| XYZ | 61.29 | 71.27 | 78.93 | - |
| YUV | 214.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 221 | 0.18 | 0 | 0.03 | 0.11 | 169.76 | 0.43 | 0.81 |
| Hex | BB | E4 | DD | 12 | 0 | 3 | B | AA | 2B | 51 |
| Octal | 273 | 344 | 335 | 22 | 0 | 3 | 13 | 252 | 53 | 121 |
| Binary | 10111011 | 11100100 | 11011101 | 10010 | 0 | 11 | 1011 | 10101010 | 101011 | 1010001 |
Color Harmonies of #BBE4DD
Complementary color
Monochromatic Colors of #BBE4DD
Black with #BBE4DD
Text Example
Text Example
White with #BBE4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE4DD; }
p { color: rgb(187,228,221); }
H1.HeaderClassName
{
color: #BBE4DD;
}
.AnyTagClassName
{
color: #BBE4DD;
}
</style>
background-color css
<style>
a { background-color: #BBE4DD; }
a { background-color: rgb(187,228,221); }
div.DivClassName
{
background-color: #BBE4DD;
}
.BgClassName
{
background-color: #BBE4DD;
}
</style>
border-color css
<style>
span { border-color: #BBE4DD; }
span { border-color: rgb(187,228,221); }
td.TdClassName
{
border-color: #BBE4DD;
}
.TagClassName
{
border-color: #BBE4DD;
}
</style>