Shades of Water Leaf #B4EBE4
Tints of Water Leaf #B4EBE4
RGB
CMYK
RGB Variations
Color information
#B4EBE4 (or 0xB4EBE4) is known color: Water Leaf. HEX triplet: B4, EB and E4. RGB value is (180,235,228). Sum of RGB (Red+Green+Blue) = 180+235+228=643 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.99% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBE4 is #4B141B. Grayscale: #D9D9D9. Windows color (decimal): -4920348 or 15002548. OLE color: 15002548.
HSL color Cylindrical-coordinate representation of color #B4EBE4: hue angle of 172.36º 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 #B4EBE4 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 235 | 228 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.08 |
| HSL | 172.36º | 0.58% | 0.81% | - |
| HSV(B) | 172.36º | 0.23% | 0.92% | - |
| XYZ | 62.53 | 74.72 | 84.53 | - |
| YUV | 217.76 | 133.78 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 235 | 228 | 0.23 | 0 | 0.03 | 0.08 | 172.36 | 0.58 | 0.81 |
| Hex | B4 | EB | E4 | 17 | 0 | 3 | 8 | AC | 3A | 51 |
| Octal | 264 | 353 | 344 | 27 | 0 | 3 | 10 | 254 | 72 | 121 |
| Binary | 10110100 | 11101011 | 11100100 | 10111 | 0 | 11 | 1000 | 10101100 | 111010 | 1010001 |
Color Harmonies of #B4EBE4
Complementary color
Monochromatic Colors of #B4EBE4
Black with #B4EBE4
Text Example
Text Example
White with #B4EBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EBE4; }
p { color: rgb(180,235,228); }
H1.HeaderClassName
{
color: #B4EBE4;
}
.AnyTagClassName
{
color: #B4EBE4;
}
</style>
background-color css
<style>
a { background-color: #B4EBE4; }
a { background-color: rgb(180,235,228); }
div.DivClassName
{
background-color: #B4EBE4;
}
.BgClassName
{
background-color: #B4EBE4;
}
</style>
border-color css
<style>
span { border-color: #B4EBE4; }
span { border-color: rgb(180,235,228); }
td.TdClassName
{
border-color: #B4EBE4;
}
.TagClassName
{
border-color: #B4EBE4;
}
</style>