Shades of Water Leaf #B5ECD7
Tints of Water Leaf #B5ECD7
RGB
CMYK
RGB Variations
Color information
#B5ECD7 (or 0xB5ECD7) is known color: Water Leaf. HEX triplet: B5, EC and D7. RGB value is (181,236,215). Sum of RGB (Red+Green+Blue) = 181+236+215=632 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.64% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 215 (84.38% from 255 or 34.02% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5ECD7 is #4A1328. Grayscale: #D9D9D9. Windows color (decimal): -4854569 or 14150837. OLE color: 14150837.
HSL color Cylindrical-coordinate representation of color #B5ECD7: hue angle of 157.09º 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 #B5ECD7 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 236 | 215 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.07 |
| HSL | 157.09º | 0.59% | 0.82% | - |
| HSV(B) | 157.09º | 0.23% | 0.93% | - |
| XYZ | 61.32 | 74.72 | 75.48 | - |
| YUV | 217.16 | 126.78 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 236 | 215 | 0.23 | 0 | 0.09 | 0.07 | 157.09 | 0.59 | 0.82 |
| Hex | B5 | EC | D7 | 17 | 0 | 9 | 7 | 9D | 3B | 52 |
| Octal | 265 | 354 | 327 | 27 | 0 | 11 | 7 | 235 | 73 | 122 |
| Binary | 10110101 | 11101100 | 11010111 | 10111 | 0 | 1001 | 111 | 10011101 | 111011 | 1010010 |
Color Harmonies of #B5ECD7
Complementary color
Monochromatic Colors of #B5ECD7
Black with #B5ECD7
Text Example
Text Example
White with #B5ECD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ECD7; }
p { color: rgb(181,236,215); }
H1.HeaderClassName
{
color: #B5ECD7;
}
.AnyTagClassName
{
color: #B5ECD7;
}
</style>
background-color css
<style>
a { background-color: #B5ECD7; }
a { background-color: rgb(181,236,215); }
div.DivClassName
{
background-color: #B5ECD7;
}
.BgClassName
{
background-color: #B5ECD7;
}
</style>
border-color css
<style>
span { border-color: #B5ECD7; }
span { border-color: rgb(181,236,215); }
td.TdClassName
{
border-color: #B5ECD7;
}
.TagClassName
{
border-color: #B5ECD7;
}
</style>