Shades of Water Leaf #B8EEDC
Tints of Water Leaf #B8EEDC
RGB
CMYK
RGB Variations
Color information
#B8EEDC (or 0xB8EEDC) is known color: Water Leaf. HEX triplet: B8, EE and DC. RGB value is (184,238,220). Sum of RGB (Red+Green+Blue) = 184+238+220=642 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.66% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 238 - color contains mainly: green. Hex color #B8EEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EEDC is #471123. Grayscale: #DBDBDB. Windows color (decimal): -4657444 or 14479032. OLE color: 14479032.
HSL color Cylindrical-coordinate representation of color #B8EEDC: hue angle of 160º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8EEDC is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 238 | 220 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.07 |
| HSL | 160º | 0.61% | 0.83% | - |
| HSV(B) | 160º | 0.23% | 0.93% | - |
| XYZ | 63.26 | 76.51 | 79.14 | - |
| YUV | 219.8 | 128.11 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 238 | 220 | 0.23 | 0 | 0.08 | 0.07 | 160 | 0.61 | 0.83 |
| Hex | B8 | EE | DC | 17 | 0 | 8 | 7 | A0 | 3D | 53 |
| Octal | 270 | 356 | 334 | 27 | 0 | 10 | 7 | 240 | 75 | 123 |
| Binary | 10111000 | 11101110 | 11011100 | 10111 | 0 | 1000 | 111 | 10100000 | 111101 | 1010011 |
Color Harmonies of #B8EEDC
Complementary color
Monochromatic Colors of #B8EEDC
Black with #B8EEDC
Text Example
Text Example
White with #B8EEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EEDC; }
p { color: rgb(184,238,220); }
H1.HeaderClassName
{
color: #B8EEDC;
}
.AnyTagClassName
{
color: #B8EEDC;
}
</style>
background-color css
<style>
a { background-color: #B8EEDC; }
a { background-color: rgb(184,238,220); }
div.DivClassName
{
background-color: #B8EEDC;
}
.BgClassName
{
background-color: #B8EEDC;
}
</style>
border-color css
<style>
span { border-color: #B8EEDC; }
span { border-color: rgb(184,238,220); }
td.TdClassName
{
border-color: #B8EEDC;
}
.TagClassName
{
border-color: #B8EEDC;
}
</style>