Shades of Water Leaf #BBEEDB
Tints of Water Leaf #BBEEDB
RGB
CMYK
RGB Variations
Color information
#BBEEDB (or 0xBBEEDB) is known color: Water Leaf. HEX triplet: BB, EE and DB. RGB value is (187,238,219). Sum of RGB (Red+Green+Blue) = 187+238+219=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEEDB is #441124. Grayscale: #DCDCDC. Windows color (decimal): -4460837 or 14413499. OLE color: 14413499.
HSL color Cylindrical-coordinate representation of color #BBEEDB: hue angle of 157.65º 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 #BBEEDB is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 219 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.07 |
| HSL | 157.65º | 0.6% | 0.83% | - |
| HSV(B) | 157.65º | 0.21% | 0.93% | - |
| XYZ | 63.85 | 76.83 | 78.48 | - |
| YUV | 220.59 | 127.1 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 219 | 0.21 | 0 | 0.08 | 0.07 | 157.65 | 0.6 | 0.83 |
| Hex | BB | EE | DB | 15 | 0 | 8 | 7 | 9E | 3C | 53 |
| Octal | 273 | 356 | 333 | 25 | 0 | 10 | 7 | 236 | 74 | 123 |
| Binary | 10111011 | 11101110 | 11011011 | 10101 | 0 | 1000 | 111 | 10011110 | 111100 | 1010011 |
Color Harmonies of #BBEEDB
Complementary color
Monochromatic Colors of #BBEEDB
Black with #BBEEDB
Text Example
Text Example
White with #BBEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEEDB; }
p { color: rgb(187,238,219); }
H1.HeaderClassName
{
color: #BBEEDB;
}
.AnyTagClassName
{
color: #BBEEDB;
}
</style>
background-color css
<style>
a { background-color: #BBEEDB; }
a { background-color: rgb(187,238,219); }
div.DivClassName
{
background-color: #BBEEDB;
}
.BgClassName
{
background-color: #BBEEDB;
}
</style>
border-color css
<style>
span { border-color: #BBEEDB; }
span { border-color: rgb(187,238,219); }
td.TdClassName
{
border-color: #BBEEDB;
}
.TagClassName
{
border-color: #BBEEDB;
}
</style>