Shades of Water Leaf #B8EAE5
Tints of Water Leaf #B8EAE5
RGB
CMYK
RGB Variations
Color information
#B8EAE5 (or 0xB8EAE5) is known color: Water Leaf. HEX triplet: B8, EA and E5. RGB value is (184,234,229). Sum of RGB (Red+Green+Blue) = 184+234+229=647 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.44% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 229 (89.84% from 255 or 35.39% from 647); Max value from RGB is 234 - color contains mainly: green. Hex color #B8EAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EAE5 is #47151A. Grayscale: #DADADA. Windows color (decimal): -4658459 or 15067832. OLE color: 15067832.
HSL color Cylindrical-coordinate representation of color #B8EAE5: hue angle of 174º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8EAE5 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 234 | 229 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.08 |
| HSL | 174º | 0.54% | 0.82% | - |
| HSV(B) | 174º | 0.21% | 0.92% | - |
| XYZ | 63.33 | 74.69 | 85.21 | - |
| YUV | 218.48 | 133.94 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 234 | 229 | 0.21 | 0 | 0.02 | 0.08 | 174 | 0.54 | 0.82 |
| Hex | B8 | EA | E5 | 15 | 0 | 2 | 8 | AE | 36 | 52 |
| Octal | 270 | 352 | 345 | 25 | 0 | 2 | 10 | 256 | 66 | 122 |
| Binary | 10111000 | 11101010 | 11100101 | 10101 | 0 | 10 | 1000 | 10101110 | 110110 | 1010010 |
Color Harmonies of #B8EAE5
Complementary color
Monochromatic Colors of #B8EAE5
Black with #B8EAE5
Text Example
Text Example
White with #B8EAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EAE5; }
p { color: rgb(184,234,229); }
H1.HeaderClassName
{
color: #B8EAE5;
}
.AnyTagClassName
{
color: #B8EAE5;
}
</style>
background-color css
<style>
a { background-color: #B8EAE5; }
a { background-color: rgb(184,234,229); }
div.DivClassName
{
background-color: #B8EAE5;
}
.BgClassName
{
background-color: #B8EAE5;
}
</style>
border-color css
<style>
span { border-color: #B8EAE5; }
span { border-color: rgb(184,234,229); }
td.TdClassName
{
border-color: #B8EAE5;
}
.TagClassName
{
border-color: #B8EAE5;
}
</style>