Shades of Water Leaf #B8E4DB
Tints of Water Leaf #B8E4DB
RGB
CMYK
RGB Variations
Color information
#B8E4DB (or 0xB8E4DB) is known color: Water Leaf. HEX triplet: B8, E4 and DB. RGB value is (184,228,219). Sum of RGB (Red+Green+Blue) = 184+228+219=631 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.16% from 631); Green value is 228 (89.45% from 255 or 36.13% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 228 - color contains mainly: green. Hex color #B8E4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8E4DB is #471B24. Grayscale: #D5D5D5. Windows color (decimal): -4660005 or 14410936. OLE color: 14410936.
HSL color Cylindrical-coordinate representation of color #B8E4DB: hue angle of 167.73º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8E4DB is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 228 | 219 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.11 |
| HSL | 167.73º | 0.45% | 0.81% | - |
| HSV(B) | 167.73º | 0.19% | 0.89% | - |
| XYZ | 60.3 | 70.79 | 77.5 | - |
| YUV | 213.82 | 130.92 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 228 | 219 | 0.19 | 0 | 0.04 | 0.11 | 167.73 | 0.45 | 0.81 |
| Hex | B8 | E4 | DB | 13 | 0 | 4 | B | A8 | 2D | 51 |
| Octal | 270 | 344 | 333 | 23 | 0 | 4 | 13 | 250 | 55 | 121 |
| Binary | 10111000 | 11100100 | 11011011 | 10011 | 0 | 100 | 1011 | 10101000 | 101101 | 1010001 |
Color Harmonies of #B8E4DB
Complementary color
Monochromatic Colors of #B8E4DB
Black with #B8E4DB
Text Example
Text Example
White with #B8E4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E4DB; }
p { color: rgb(184,228,219); }
H1.HeaderClassName
{
color: #B8E4DB;
}
.AnyTagClassName
{
color: #B8E4DB;
}
</style>
background-color css
<style>
a { background-color: #B8E4DB; }
a { background-color: rgb(184,228,219); }
div.DivClassName
{
background-color: #B8E4DB;
}
.BgClassName
{
background-color: #B8E4DB;
}
</style>
border-color css
<style>
span { border-color: #B8E4DB; }
span { border-color: rgb(184,228,219); }
td.TdClassName
{
border-color: #B8E4DB;
}
.TagClassName
{
border-color: #B8E4DB;
}
</style>