Shades of Water Leaf #BBE5DD
Tints of Water Leaf #BBE5DD
RGB
CMYK
RGB Variations
Color information
#BBE5DD (or 0xBBE5DD) is known color: Water Leaf. HEX triplet: BB, E5 and DD. RGB value is (187,229,221). Sum of RGB (Red+Green+Blue) = 187+229+221=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE5DD is #441A22. Grayscale: #D7D7D7. Windows color (decimal): -4463139 or 14542267. OLE color: 14542267.
HSL color Cylindrical-coordinate representation of color #BBE5DD: hue angle of 168.57º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE5DD is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 221 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.10 |
| HSL | 168.57º | 0.45% | 0.82% | - |
| HSV(B) | 168.57º | 0.18% | 0.9% | - |
| XYZ | 61.56 | 71.82 | 79.03 | - |
| YUV | 215.53 | 131.09 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 221 | 0.18 | 0 | 0.03 | 0.10 | 168.57 | 0.45 | 0.82 |
| Hex | BB | E5 | DD | 12 | 0 | 3 | A | A9 | 2D | 52 |
| Octal | 273 | 345 | 335 | 22 | 0 | 3 | 12 | 251 | 55 | 122 |
| Binary | 10111011 | 11100101 | 11011101 | 10010 | 0 | 11 | 1010 | 10101001 | 101101 | 1010010 |
Color Harmonies of #BBE5DD
Complementary color
Monochromatic Colors of #BBE5DD
Black with #BBE5DD
Text Example
Text Example
White with #BBE5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE5DD; }
p { color: rgb(187,229,221); }
H1.HeaderClassName
{
color: #BBE5DD;
}
.AnyTagClassName
{
color: #BBE5DD;
}
</style>
background-color css
<style>
a { background-color: #BBE5DD; }
a { background-color: rgb(187,229,221); }
div.DivClassName
{
background-color: #BBE5DD;
}
.BgClassName
{
background-color: #BBE5DD;
}
</style>
border-color css
<style>
span { border-color: #BBE5DD; }
span { border-color: rgb(187,229,221); }
td.TdClassName
{
border-color: #BBE5DD;
}
.TagClassName
{
border-color: #BBE5DD;
}
</style>