Shades of Water Leaf #B5ECE4
Tints of Water Leaf #B5ECE4
RGB
CMYK
RGB Variations
Color information
#B5ECE4 (or 0xB5ECE4) is known color: Water Leaf. HEX triplet: B5, EC and E4. RGB value is (181,236,228). Sum of RGB (Red+Green+Blue) = 181+236+228=645 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.06% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 228 (89.45% from 255 or 35.35% from 645); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5ECE4 is #4A131B. Grayscale: #DADADA. Windows color (decimal): -4854556 or 15002805. OLE color: 15002805.
HSL color Cylindrical-coordinate representation of color #B5ECE4: hue angle of 171.27º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5ECE4 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 236 | 228 | - |
CMYK | 0.23 | 0 | 0.03 | 0.07 |
HSL | 171.27º | 0.59% | 0.82% | - |
HSV(B) | 171.27º | 0.23% | 0.93% | - |
XYZ | 63.06 | 75.42 | 84.63 | - |
YUV | 218.64 | 133.28 | 101.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 236 | 228 | 0.23 | 0 | 0.03 | 0.07 | 171.27 | 0.59 | 0.82 |
Hex | B5 | EC | E4 | 17 | 0 | 3 | 7 | AB | 3B | 52 |
Octal | 265 | 354 | 344 | 27 | 0 | 3 | 7 | 253 | 73 | 122 |
Binary | 10110101 | 11101100 | 11100100 | 10111 | 0 | 11 | 111 | 10101011 | 111011 | 1010010 |
Color Harmonies of #B5ECE4
Complementary color
Monochromatic Colors of #B5ECE4
Black with #B5ECE4
Text Example
Text Example
White with #B5ECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ECE4; }
p { color: rgb(181,236,228); }
H1.HeaderClassName
{
color: #B5ECE4;
}
.AnyTagClassName
{
color: #B5ECE4;
}
</style>
background-color css
<style>
a { background-color: #B5ECE4; }
a { background-color: rgb(181,236,228); }
div.DivClassName
{
background-color: #B5ECE4;
}
.BgClassName
{
background-color: #B5ECE4;
}
</style>
border-color css
<style>
span { border-color: #B5ECE4; }
span { border-color: rgb(181,236,228); }
td.TdClassName
{
border-color: #B5ECE4;
}
.TagClassName
{
border-color: #B5ECE4;
}
</style>