Shades of Water Leaf #B4ECE4
Tints of Water Leaf #B4ECE4
RGB
CMYK
RGB Variations
Color information
#B4ECE4 (or 0xB4ECE4) is known color: Water Leaf. HEX triplet: B4, EC and E4. RGB value is (180,236,228). Sum of RGB (Red+Green+Blue) = 180+236+228=644 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.95% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 228 (89.45% from 255 or 35.40% from 644); Max value from RGB is 236 - color contains mainly: green. Hex color #B4ECE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4ECE4 is #4B131B. Grayscale: #DADADA. Windows color (decimal): -4920092 or 15002804. OLE color: 15002804.
HSL color Cylindrical-coordinate representation of color #B4ECE4: hue angle of 171.43º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4ECE4 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 236 | 228 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.07 |
| HSL | 171.43º | 0.6% | 0.82% | - |
| HSV(B) | 171.43º | 0.24% | 0.93% | - |
| XYZ | 62.82 | 75.3 | 84.62 | - |
| YUV | 218.34 | 133.45 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 236 | 228 | 0.24 | 0 | 0.03 | 0.07 | 171.43 | 0.6 | 0.82 |
| Hex | B4 | EC | E4 | 18 | 0 | 3 | 7 | AB | 3C | 52 |
| Octal | 264 | 354 | 344 | 30 | 0 | 3 | 7 | 253 | 74 | 122 |
| Binary | 10110100 | 11101100 | 11100100 | 11000 | 0 | 11 | 111 | 10101011 | 111100 | 1010010 |
Color Harmonies of #B4ECE4
Complementary color
Monochromatic Colors of #B4ECE4
Black with #B4ECE4
Text Example
Text Example
White with #B4ECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ECE4; }
p { color: rgb(180,236,228); }
H1.HeaderClassName
{
color: #B4ECE4;
}
.AnyTagClassName
{
color: #B4ECE4;
}
</style>
background-color css
<style>
a { background-color: #B4ECE4; }
a { background-color: rgb(180,236,228); }
div.DivClassName
{
background-color: #B4ECE4;
}
.BgClassName
{
background-color: #B4ECE4;
}
</style>
border-color css
<style>
span { border-color: #B4ECE4; }
span { border-color: rgb(180,236,228); }
td.TdClassName
{
border-color: #B4ECE4;
}
.TagClassName
{
border-color: #B4ECE4;
}
</style>