Shades of Water Leaf #BBE9DB
Tints of Water Leaf #BBE9DB
RGB
CMYK
RGB Variations
Color information
#BBE9DB (or 0xBBE9DB) is known color: Water Leaf. HEX triplet: BB, E9 and DB. RGB value is (187,233,219). Sum of RGB (Red+Green+Blue) = 187+233+219=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 233 (91.41% from 255 or 36.46% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE9DB is #441624. Grayscale: #D9D9D9. Windows color (decimal): -4462117 or 14412219. OLE color: 14412219.
HSL color Cylindrical-coordinate representation of color #BBE9DB: hue angle of 161.74º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBE9DB is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 233 | 219 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.09 |
| HSL | 161.74º | 0.51% | 0.82% | - |
| HSV(B) | 161.74º | 0.2% | 0.91% | - |
| XYZ | 62.42 | 73.96 | 78 | - |
| YUV | 217.65 | 128.76 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 219 | 0.20 | 0 | 0.06 | 0.09 | 161.74 | 0.51 | 0.82 |
| Hex | BB | E9 | DB | 14 | 0 | 6 | 9 | A2 | 33 | 52 |
| Octal | 273 | 351 | 333 | 24 | 0 | 6 | 11 | 242 | 63 | 122 |
| Binary | 10111011 | 11101001 | 11011011 | 10100 | 0 | 110 | 1001 | 10100010 | 110011 | 1010010 |
Color Harmonies of #BBE9DB
Complementary color
Monochromatic Colors of #BBE9DB
Black with #BBE9DB
Text Example
Text Example
White with #BBE9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE9DB; }
p { color: rgb(187,233,219); }
H1.HeaderClassName
{
color: #BBE9DB;
}
.AnyTagClassName
{
color: #BBE9DB;
}
</style>
background-color css
<style>
a { background-color: #BBE9DB; }
a { background-color: rgb(187,233,219); }
div.DivClassName
{
background-color: #BBE9DB;
}
.BgClassName
{
background-color: #BBE9DB;
}
</style>
border-color css
<style>
span { border-color: #BBE9DB; }
span { border-color: rgb(187,233,219); }
td.TdClassName
{
border-color: #BBE9DB;
}
.TagClassName
{
border-color: #BBE9DB;
}
</style>