Shades of Water Leaf #BBE5DB
Tints of Water Leaf #BBE5DB
RGB
CMYK
RGB Variations
Color information
#BBE5DB (or 0xBBE5DB) is known color: Water Leaf. HEX triplet: BB, E5 and DB. RGB value is (187,229,219). Sum of RGB (Red+Green+Blue) = 187+229+219=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 229 (89.84% from 255 or 36.06% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE5DB is #441A24. Grayscale: #D7D7D7. Windows color (decimal): -4463141 or 14411195. OLE color: 14411195.
HSL color Cylindrical-coordinate representation of color #BBE5DB: hue angle of 165.71º 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 #BBE5DB is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 219 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.10 |
| HSL | 165.71º | 0.45% | 0.82% | - |
| HSV(B) | 165.71º | 0.18% | 0.9% | - |
| XYZ | 61.3 | 71.72 | 77.63 | - |
| YUV | 215.3 | 130.09 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 219 | 0.18 | 0 | 0.04 | 0.10 | 165.71 | 0.45 | 0.82 |
| Hex | BB | E5 | DB | 12 | 0 | 4 | A | A6 | 2D | 52 |
| Octal | 273 | 345 | 333 | 22 | 0 | 4 | 12 | 246 | 55 | 122 |
| Binary | 10111011 | 11100101 | 11011011 | 10010 | 0 | 100 | 1010 | 10100110 | 101101 | 1010010 |
Color Harmonies of #BBE5DB
Complementary color
Monochromatic Colors of #BBE5DB
Black with #BBE5DB
Text Example
Text Example
White with #BBE5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE5DB; }
p { color: rgb(187,229,219); }
H1.HeaderClassName
{
color: #BBE5DB;
}
.AnyTagClassName
{
color: #BBE5DB;
}
</style>
background-color css
<style>
a { background-color: #BBE5DB; }
a { background-color: rgb(187,229,219); }
div.DivClassName
{
background-color: #BBE5DB;
}
.BgClassName
{
background-color: #BBE5DB;
}
</style>
border-color css
<style>
span { border-color: #BBE5DB; }
span { border-color: rgb(187,229,219); }
td.TdClassName
{
border-color: #BBE5DB;
}
.TagClassName
{
border-color: #BBE5DB;
}
</style>