Shades of Water Leaf #BBEEDC
Tints of Water Leaf #BBEEDC
RGB
CMYK
RGB Variations
Color information
#BBEEDC (or 0xBBEEDC) is known color: Water Leaf. HEX triplet: BB, EE and DC. RGB value is (187,238,220). Sum of RGB (Red+Green+Blue) = 187+238+220=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEEDC is #441123. Grayscale: #DCDCDC. Windows color (decimal): -4460836 or 14479035. OLE color: 14479035.
HSL color Cylindrical-coordinate representation of color #BBEEDC: hue angle of 158.82º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEEDC is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 220 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.07 |
| HSL | 158.82º | 0.6% | 0.83% | - |
| HSV(B) | 158.82º | 0.21% | 0.93% | - |
| XYZ | 63.99 | 76.88 | 79.18 | - |
| YUV | 220.7 | 127.6 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 220 | 0.21 | 0 | 0.08 | 0.07 | 158.82 | 0.6 | 0.83 |
| Hex | BB | EE | DC | 15 | 0 | 8 | 7 | 9F | 3C | 53 |
| Octal | 273 | 356 | 334 | 25 | 0 | 10 | 7 | 237 | 74 | 123 |
| Binary | 10111011 | 11101110 | 11011100 | 10101 | 0 | 1000 | 111 | 10011111 | 111100 | 1010011 |
Color Harmonies of #BBEEDC
Complementary color
Monochromatic Colors of #BBEEDC
Black with #BBEEDC
Text Example
Text Example
White with #BBEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEEDC; }
p { color: rgb(187,238,220); }
H1.HeaderClassName
{
color: #BBEEDC;
}
.AnyTagClassName
{
color: #BBEEDC;
}
</style>
background-color css
<style>
a { background-color: #BBEEDC; }
a { background-color: rgb(187,238,220); }
div.DivClassName
{
background-color: #BBEEDC;
}
.BgClassName
{
background-color: #BBEEDC;
}
</style>
border-color css
<style>
span { border-color: #BBEEDC; }
span { border-color: rgb(187,238,220); }
td.TdClassName
{
border-color: #BBEEDC;
}
.TagClassName
{
border-color: #BBEEDC;
}
</style>