Shades of Water Leaf #B8E9E0
Tints of Water Leaf #B8E9E0
RGB
CMYK
RGB Variations
Color information
#B8E9E0 (or 0xB8E9E0) is known color: Water Leaf. HEX triplet: B8, E9 and E0. RGB value is (184,233,224). Sum of RGB (Red+Green+Blue) = 184+233+224=641 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.71% from 641); Green value is 233 (91.41% from 255 or 36.35% from 641); Blue value is 224 (87.89% from 255 or 34.95% from 641); Max value from RGB is 233 - color contains mainly: green. Hex color #B8E9E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8E9E0 is #47161F. Grayscale: #D9D9D9. Windows color (decimal): -4658720 or 14739896. OLE color: 14739896.
HSL color Cylindrical-coordinate representation of color #B8E9E0: hue angle of 168.98º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8E9E0 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 233 | 224 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.09 |
| HSL | 168.98º | 0.53% | 0.82% | - |
| HSV(B) | 168.98º | 0.21% | 0.91% | - |
| XYZ | 62.36 | 73.85 | 81.49 | - |
| YUV | 217.32 | 131.77 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 233 | 224 | 0.21 | 0 | 0.04 | 0.09 | 168.98 | 0.53 | 0.82 |
| Hex | B8 | E9 | E0 | 15 | 0 | 4 | 9 | A9 | 35 | 52 |
| Octal | 270 | 351 | 340 | 25 | 0 | 4 | 11 | 251 | 65 | 122 |
| Binary | 10111000 | 11101001 | 11100000 | 10101 | 0 | 100 | 1001 | 10101001 | 110101 | 1010010 |
Color Harmonies of #B8E9E0
Complementary color
Monochromatic Colors of #B8E9E0
Black with #B8E9E0
Text Example
Text Example
White with #B8E9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E9E0; }
p { color: rgb(184,233,224); }
H1.HeaderClassName
{
color: #B8E9E0;
}
.AnyTagClassName
{
color: #B8E9E0;
}
</style>
background-color css
<style>
a { background-color: #B8E9E0; }
a { background-color: rgb(184,233,224); }
div.DivClassName
{
background-color: #B8E9E0;
}
.BgClassName
{
background-color: #B8E9E0;
}
</style>
border-color css
<style>
span { border-color: #B8E9E0; }
span { border-color: rgb(184,233,224); }
td.TdClassName
{
border-color: #B8E9E0;
}
.TagClassName
{
border-color: #B8E9E0;
}
</style>