Shades of Water Leaf #B8E6DE
Tints of Water Leaf #B8E6DE
RGB
CMYK
RGB Variations
Color information
#B8E6DE (or 0xB8E6DE) is known color: Water Leaf. HEX triplet: B8, E6 and DE. RGB value is (184,230,222). Sum of RGB (Red+Green+Blue) = 184+230+222=636 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.93% from 636); Green value is 230 (90.23% from 255 or 36.16% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 230 - color contains mainly: green. Hex color #B8E6DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8E6DE is #471921. Grayscale: #D7D7D7. Windows color (decimal): -4659490 or 14608056. OLE color: 14608056.
HSL color Cylindrical-coordinate representation of color #B8E6DE: hue angle of 169.57º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8E6DE is Cyan = 0.2, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 230 | 222 | - |
| CMYK | 0.2 | 0 | 0.03 | 0.10 |
| HSL | 169.57º | 0.48% | 0.81% | - |
| HSV(B) | 169.57º | 0.2% | 0.9% | - |
| XYZ | 61.25 | 72.06 | 79.79 | - |
| YUV | 215.33 | 131.76 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 230 | 222 | 0.2 | 0 | 0.03 | 0.10 | 169.57 | 0.48 | 0.81 |
| Hex | B8 | E6 | DE | 14 | 0 | 3 | A | AA | 30 | 51 |
| Octal | 270 | 346 | 336 | 24 | 0 | 3 | 12 | 252 | 60 | 121 |
| Binary | 10111000 | 11100110 | 11011110 | 10100 | 0 | 11 | 1010 | 10101010 | 110000 | 1010001 |
Color Harmonies of #B8E6DE
Complementary color
Monochromatic Colors of #B8E6DE
Black with #B8E6DE
Text Example
Text Example
White with #B8E6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E6DE; }
p { color: rgb(184,230,222); }
H1.HeaderClassName
{
color: #B8E6DE;
}
.AnyTagClassName
{
color: #B8E6DE;
}
</style>
background-color css
<style>
a { background-color: #B8E6DE; }
a { background-color: rgb(184,230,222); }
div.DivClassName
{
background-color: #B8E6DE;
}
.BgClassName
{
background-color: #B8E6DE;
}
</style>
border-color css
<style>
span { border-color: #B8E6DE; }
span { border-color: rgb(184,230,222); }
td.TdClassName
{
border-color: #B8E6DE;
}
.TagClassName
{
border-color: #B8E6DE;
}
</style>