Shades of Water Leaf #B8EEE1
Tints of Water Leaf #B8EEE1
RGB
CMYK
RGB Variations
Color information
#B8EEE1 (or 0xB8EEE1) is known color: Water Leaf. HEX triplet: B8, EE and E1. RGB value is (184,238,225). Sum of RGB (Red+Green+Blue) = 184+238+225=647 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.44% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 225 (88.28% from 255 or 34.78% from 647); Max value from RGB is 238 - color contains mainly: green. Hex color #B8EEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EEE1 is #47111E. Grayscale: #DCDCDC. Windows color (decimal): -4657439 or 14806712. OLE color: 14806712.
HSL color Cylindrical-coordinate representation of color #B8EEE1: hue angle of 165.56º 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 #B8EEE1 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 238 | 225 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.07 |
| HSL | 165.56º | 0.61% | 0.83% | - |
| HSV(B) | 165.56º | 0.23% | 0.93% | - |
| XYZ | 63.93 | 76.78 | 82.68 | - |
| YUV | 220.37 | 130.61 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 238 | 225 | 0.23 | 0 | 0.05 | 0.07 | 165.56 | 0.61 | 0.83 |
| Hex | B8 | EE | E1 | 17 | 0 | 5 | 7 | A6 | 3D | 53 |
| Octal | 270 | 356 | 341 | 27 | 0 | 5 | 7 | 246 | 75 | 123 |
| Binary | 10111000 | 11101110 | 11100001 | 10111 | 0 | 101 | 111 | 10100110 | 111101 | 1010011 |
Color Harmonies of #B8EEE1
Complementary color
Monochromatic Colors of #B8EEE1
Black with #B8EEE1
Text Example
Text Example
White with #B8EEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EEE1; }
p { color: rgb(184,238,225); }
H1.HeaderClassName
{
color: #B8EEE1;
}
.AnyTagClassName
{
color: #B8EEE1;
}
</style>
background-color css
<style>
a { background-color: #B8EEE1; }
a { background-color: rgb(184,238,225); }
div.DivClassName
{
background-color: #B8EEE1;
}
.BgClassName
{
background-color: #B8EEE1;
}
</style>
border-color css
<style>
span { border-color: #B8EEE1; }
span { border-color: rgb(184,238,225); }
td.TdClassName
{
border-color: #B8EEE1;
}
.TagClassName
{
border-color: #B8EEE1;
}
</style>