Shades of Water Leaf #BBE2DD
Tints of Water Leaf #BBE2DD
RGB
CMYK
RGB Variations
Color information
#BBE2DD (or 0xBBE2DD) is known color: Water Leaf. HEX triplet: BB, E2 and DD. RGB value is (187,226,221). Sum of RGB (Red+Green+Blue) = 187+226+221=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2DD is #441D22. Grayscale: #D5D5D5. Windows color (decimal): -4463907 or 14541499. OLE color: 14541499.
HSL color Cylindrical-coordinate representation of color #BBE2DD: hue angle of 172.31º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE2DD is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 221 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.11 |
| HSL | 172.31º | 0.4% | 0.81% | - |
| HSV(B) | 172.31º | 0.17% | 0.89% | - |
| XYZ | 60.74 | 70.18 | 78.75 | - |
| YUV | 213.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 221 | 0.17 | 0 | 0.02 | 0.11 | 172.31 | 0.4 | 0.81 |
| Hex | BB | E2 | DD | 11 | 0 | 2 | B | AC | 28 | 51 |
| Octal | 273 | 342 | 335 | 21 | 0 | 2 | 13 | 254 | 50 | 121 |
| Binary | 10111011 | 11100010 | 11011101 | 10001 | 0 | 10 | 1011 | 10101100 | 101000 | 1010001 |
Color Harmonies of #BBE2DD
Complementary color
Monochromatic Colors of #BBE2DD
Black with #BBE2DD
Text Example
Text Example
White with #BBE2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE2DD; }
p { color: rgb(187,226,221); }
H1.HeaderClassName
{
color: #BBE2DD;
}
.AnyTagClassName
{
color: #BBE2DD;
}
</style>
background-color css
<style>
a { background-color: #BBE2DD; }
a { background-color: rgb(187,226,221); }
div.DivClassName
{
background-color: #BBE2DD;
}
.BgClassName
{
background-color: #BBE2DD;
}
</style>
border-color css
<style>
span { border-color: #BBE2DD; }
span { border-color: rgb(187,226,221); }
td.TdClassName
{
border-color: #BBE2DD;
}
.TagClassName
{
border-color: #BBE2DD;
}
</style>