Shades of Water Leaf #BBE4DC
Tints of Water Leaf #BBE4DC
RGB
CMYK
RGB Variations
Color information
#BBE4DC (or 0xBBE4DC) is known color: Water Leaf. HEX triplet: BB, E4 and DC. RGB value is (187,228,220). Sum of RGB (Red+Green+Blue) = 187+228+220=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 228 (89.45% from 255 or 35.91% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE4DC is #441B23. Grayscale: #D6D6D6. Windows color (decimal): -4463396 or 14476475. OLE color: 14476475.
HSL color Cylindrical-coordinate representation of color #BBE4DC: hue angle of 168.29º 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 #BBE4DC is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 228 | 220 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.11 |
| HSL | 168.29º | 0.43% | 0.81% | - |
| HSV(B) | 168.29º | 0.18% | 0.89% | - |
| XYZ | 61.16 | 71.22 | 78.23 | - |
| YUV | 214.83 | 130.92 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 220 | 0.18 | 0 | 0.04 | 0.11 | 168.29 | 0.43 | 0.81 |
| Hex | BB | E4 | DC | 12 | 0 | 4 | B | A8 | 2B | 51 |
| Octal | 273 | 344 | 334 | 22 | 0 | 4 | 13 | 250 | 53 | 121 |
| Binary | 10111011 | 11100100 | 11011100 | 10010 | 0 | 100 | 1011 | 10101000 | 101011 | 1010001 |
Color Harmonies of #BBE4DC
Complementary color
Monochromatic Colors of #BBE4DC
Black with #BBE4DC
Text Example
Text Example
White with #BBE4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE4DC; }
p { color: rgb(187,228,220); }
H1.HeaderClassName
{
color: #BBE4DC;
}
.AnyTagClassName
{
color: #BBE4DC;
}
</style>
background-color css
<style>
a { background-color: #BBE4DC; }
a { background-color: rgb(187,228,220); }
div.DivClassName
{
background-color: #BBE4DC;
}
.BgClassName
{
background-color: #BBE4DC;
}
</style>
border-color css
<style>
span { border-color: #BBE4DC; }
span { border-color: rgb(187,228,220); }
td.TdClassName
{
border-color: #BBE4DC;
}
.TagClassName
{
border-color: #BBE4DC;
}
</style>