Shades of Water Leaf #BBE4DE
Tints of Water Leaf #BBE4DE
RGB
CMYK
RGB Variations
Color information
#BBE4DE (or 0xBBE4DE) is known color: Water Leaf. HEX triplet: BB, E4 and DE. RGB value is (187,228,222). Sum of RGB (Red+Green+Blue) = 187+228+222=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE4DE is #441B21. Grayscale: #D7D7D7. Windows color (decimal): -4463394 or 14607547. OLE color: 14607547.
HSL color Cylindrical-coordinate representation of color #BBE4DE: hue angle of 171.22º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE4DE is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 228 | 222 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.11 |
| HSL | 171.22º | 0.43% | 0.81% | - |
| HSV(B) | 171.22º | 0.18% | 0.89% | - |
| XYZ | 61.42 | 71.33 | 79.64 | - |
| YUV | 215.06 | 131.92 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 222 | 0.18 | 0 | 0.03 | 0.11 | 171.22 | 0.43 | 0.81 |
| Hex | BB | E4 | DE | 12 | 0 | 3 | B | AB | 2B | 51 |
| Octal | 273 | 344 | 336 | 22 | 0 | 3 | 13 | 253 | 53 | 121 |
| Binary | 10111011 | 11100100 | 11011110 | 10010 | 0 | 11 | 1011 | 10101011 | 101011 | 1010001 |
Color Harmonies of #BBE4DE
Complementary color
Monochromatic Colors of #BBE4DE
Black with #BBE4DE
Text Example
Text Example
White with #BBE4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE4DE; }
p { color: rgb(187,228,222); }
H1.HeaderClassName
{
color: #BBE4DE;
}
.AnyTagClassName
{
color: #BBE4DE;
}
</style>
background-color css
<style>
a { background-color: #BBE4DE; }
a { background-color: rgb(187,228,222); }
div.DivClassName
{
background-color: #BBE4DE;
}
.BgClassName
{
background-color: #BBE4DE;
}
</style>
border-color css
<style>
span { border-color: #BBE4DE; }
span { border-color: rgb(187,228,222); }
td.TdClassName
{
border-color: #BBE4DE;
}
.TagClassName
{
border-color: #BBE4DE;
}
</style>