Shades of Water Leaf #B5ECDD
Tints of Water Leaf #B5ECDD
RGB
CMYK
RGB Variations
Color information
#B5ECDD (or 0xB5ECDD) is known color: Water Leaf. HEX triplet: B5, EC and DD. RGB value is (181,236,221). Sum of RGB (Red+Green+Blue) = 181+236+221=638 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.37% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5ECDD is #4A1322. Grayscale: #D9D9D9. Windows color (decimal): -4854563 or 14544053. OLE color: 14544053.
HSL color Cylindrical-coordinate representation of color #B5ECDD: hue angle of 163.64º 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 #B5ECDD is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 236 | 221 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.07 |
| HSL | 163.64º | 0.59% | 0.82% | - |
| HSV(B) | 163.64º | 0.23% | 0.93% | - |
| XYZ | 62.1 | 75.04 | 79.62 | - |
| YUV | 217.85 | 129.78 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 236 | 221 | 0.23 | 0 | 0.06 | 0.07 | 163.64 | 0.59 | 0.82 |
| Hex | B5 | EC | DD | 17 | 0 | 6 | 7 | A4 | 3B | 52 |
| Octal | 265 | 354 | 335 | 27 | 0 | 6 | 7 | 244 | 73 | 122 |
| Binary | 10110101 | 11101100 | 11011101 | 10111 | 0 | 110 | 111 | 10100100 | 111011 | 1010010 |
Color Harmonies of #B5ECDD
Complementary color
Monochromatic Colors of #B5ECDD
Black with #B5ECDD
Text Example
Text Example
White with #B5ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ECDD; }
p { color: rgb(181,236,221); }
H1.HeaderClassName
{
color: #B5ECDD;
}
.AnyTagClassName
{
color: #B5ECDD;
}
</style>
background-color css
<style>
a { background-color: #B5ECDD; }
a { background-color: rgb(181,236,221); }
div.DivClassName
{
background-color: #B5ECDD;
}
.BgClassName
{
background-color: #B5ECDD;
}
</style>
border-color css
<style>
span { border-color: #B5ECDD; }
span { border-color: rgb(181,236,221); }
td.TdClassName
{
border-color: #B5ECDD;
}
.TagClassName
{
border-color: #B5ECDD;
}
</style>