Shades of Water Leaf #BBE5DC
Tints of Water Leaf #BBE5DC
RGB
CMYK
RGB Variations
Color information
#BBE5DC (or 0xBBE5DC) is known color: Water Leaf. HEX triplet: BB, E5 and DC. RGB value is (187,229,220). Sum of RGB (Red+Green+Blue) = 187+229+220=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 229 (89.84% from 255 or 36.01% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE5DC is #441A23. Grayscale: #D7D7D7. Windows color (decimal): -4463140 or 14476731. OLE color: 14476731.
HSL color Cylindrical-coordinate representation of color #BBE5DC: hue angle of 167.14º 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 #BBE5DC is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 220 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.10 |
| HSL | 167.14º | 0.45% | 0.82% | - |
| HSV(B) | 167.14º | 0.18% | 0.9% | - |
| XYZ | 61.43 | 71.77 | 78.33 | - |
| YUV | 215.42 | 130.59 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 220 | 0.18 | 0 | 0.04 | 0.10 | 167.14 | 0.45 | 0.82 |
| Hex | BB | E5 | DC | 12 | 0 | 4 | A | A7 | 2D | 52 |
| Octal | 273 | 345 | 334 | 22 | 0 | 4 | 12 | 247 | 55 | 122 |
| Binary | 10111011 | 11100101 | 11011100 | 10010 | 0 | 100 | 1010 | 10100111 | 101101 | 1010010 |
Color Harmonies of #BBE5DC
Complementary color
Monochromatic Colors of #BBE5DC
Black with #BBE5DC
Text Example
Text Example
White with #BBE5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE5DC; }
p { color: rgb(187,229,220); }
H1.HeaderClassName
{
color: #BBE5DC;
}
.AnyTagClassName
{
color: #BBE5DC;
}
</style>
background-color css
<style>
a { background-color: #BBE5DC; }
a { background-color: rgb(187,229,220); }
div.DivClassName
{
background-color: #BBE5DC;
}
.BgClassName
{
background-color: #BBE5DC;
}
</style>
border-color css
<style>
span { border-color: #BBE5DC; }
span { border-color: rgb(187,229,220); }
td.TdClassName
{
border-color: #BBE5DC;
}
.TagClassName
{
border-color: #BBE5DC;
}
</style>