Shades of Water Leaf #B4EBE0
Tints of Water Leaf #B4EBE0
RGB
CMYK
RGB Variations
Color information
#B4EBE0 (or 0xB4EBE0) is known color: Water Leaf. HEX triplet: B4, EB and E0. RGB value is (180,235,224). Sum of RGB (Red+Green+Blue) = 180+235+224=639 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.17% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBE0 is #4B141F. Grayscale: #D9D9D9. Windows color (decimal): -4920352 or 14740404. OLE color: 14740404.
HSL color Cylindrical-coordinate representation of color #B4EBE0: hue angle of 168º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4EBE0 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 235 | 224 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.08 |
| HSL | 168º | 0.58% | 0.81% | - |
| HSV(B) | 168º | 0.23% | 0.92% | - |
| XYZ | 61.99 | 74.5 | 81.63 | - |
| YUV | 217.3 | 131.78 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 235 | 224 | 0.23 | 0 | 0.05 | 0.08 | 168 | 0.58 | 0.81 |
| Hex | B4 | EB | E0 | 17 | 0 | 5 | 8 | A8 | 3A | 51 |
| Octal | 264 | 353 | 340 | 27 | 0 | 5 | 10 | 250 | 72 | 121 |
| Binary | 10110100 | 11101011 | 11100000 | 10111 | 0 | 101 | 1000 | 10101000 | 111010 | 1010001 |
Color Harmonies of #B4EBE0
Complementary color
Monochromatic Colors of #B4EBE0
Black with #B4EBE0
Text Example
Text Example
White with #B4EBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EBE0; }
p { color: rgb(180,235,224); }
H1.HeaderClassName
{
color: #B4EBE0;
}
.AnyTagClassName
{
color: #B4EBE0;
}
</style>
background-color css
<style>
a { background-color: #B4EBE0; }
a { background-color: rgb(180,235,224); }
div.DivClassName
{
background-color: #B4EBE0;
}
.BgClassName
{
background-color: #B4EBE0;
}
</style>
border-color css
<style>
span { border-color: #B4EBE0; }
span { border-color: rgb(180,235,224); }
td.TdClassName
{
border-color: #B4EBE0;
}
.TagClassName
{
border-color: #B4EBE0;
}
</style>