Shades of Water Leaf #B8E2DD
Tints of Water Leaf #B8E2DD
RGB
CMYK
RGB Variations
Color information
#B8E2DD (or 0xB8E2DD) is known color: Water Leaf. HEX triplet: B8, E2 and DD. RGB value is (184,226,221). Sum of RGB (Red+Green+Blue) = 184+226+221=631 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.16% from 631); Green value is 226 (88.67% from 255 or 35.82% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 226 - color contains mainly: green. Hex color #B8E2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8E2DD is #471D22. Grayscale: #D4D4D4. Windows color (decimal): -4660515 or 14541496. OLE color: 14541496.
HSL color Cylindrical-coordinate representation of color #B8E2DD: hue angle of 172.86º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8E2DD is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 226 | 221 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.11 |
| HSL | 172.86º | 0.42% | 0.8% | - |
| HSV(B) | 172.86º | 0.19% | 0.89% | - |
| XYZ | 60.01 | 69.8 | 78.72 | - |
| YUV | 212.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 226 | 221 | 0.19 | 0 | 0.02 | 0.11 | 172.86 | 0.42 | 0.8 |
| Hex | B8 | E2 | DD | 13 | 0 | 2 | B | AD | 2A | 50 |
| Octal | 270 | 342 | 335 | 23 | 0 | 2 | 13 | 255 | 52 | 120 |
| Binary | 10111000 | 11100010 | 11011101 | 10011 | 0 | 10 | 1011 | 10101101 | 101010 | 1010000 |
Color Harmonies of #B8E2DD
Complementary color
Monochromatic Colors of #B8E2DD
Black with #B8E2DD
Text Example
Text Example
White with #B8E2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E2DD; }
p { color: rgb(184,226,221); }
H1.HeaderClassName
{
color: #B8E2DD;
}
.AnyTagClassName
{
color: #B8E2DD;
}
</style>
background-color css
<style>
a { background-color: #B8E2DD; }
a { background-color: rgb(184,226,221); }
div.DivClassName
{
background-color: #B8E2DD;
}
.BgClassName
{
background-color: #B8E2DD;
}
</style>
border-color css
<style>
span { border-color: #B8E2DD; }
span { border-color: rgb(184,226,221); }
td.TdClassName
{
border-color: #B8E2DD;
}
.TagClassName
{
border-color: #B8E2DD;
}
</style>