Shades of Water Leaf #B0ECDF
Tints of Water Leaf #B0ECDF
RGB
CMYK
RGB Variations
Color information
#B0ECDF (or 0xB0ECDF) is known color: Water Leaf. HEX triplet: B0, EC and DF. RGB value is (176,236,223). Sum of RGB (Red+Green+Blue) = 176+236+223=635 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.72% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #B0ECDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0ECDF is #4F1320. Grayscale: #D8D8D8. Windows color (decimal): -5182241 or 14675120. OLE color: 14675120.
HSL color Cylindrical-coordinate representation of color #B0ECDF: hue angle of 167º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0ECDF is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 223 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.07 |
| HSL | 167º | 0.61% | 0.81% | - |
| HSV(B) | 167º | 0.25% | 0.93% | - |
| XYZ | 61.22 | 74.55 | 80.97 | - |
| YUV | 216.58 | 131.62 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 223 | 0.25 | 0 | 0.06 | 0.07 | 167 | 0.61 | 0.81 |
| Hex | B0 | EC | DF | 19 | 0 | 6 | 7 | A7 | 3D | 51 |
| Octal | 260 | 354 | 337 | 31 | 0 | 6 | 7 | 247 | 75 | 121 |
| Binary | 10110000 | 11101100 | 11011111 | 11001 | 0 | 110 | 111 | 10100111 | 111101 | 1010001 |
Color Harmonies of #B0ECDF
Complementary color
Monochromatic Colors of #B0ECDF
Black with #B0ECDF
Text Example
Text Example
White with #B0ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ECDF; }
p { color: rgb(176,236,223); }
H1.HeaderClassName
{
color: #B0ECDF;
}
.AnyTagClassName
{
color: #B0ECDF;
}
</style>
background-color css
<style>
a { background-color: #B0ECDF; }
a { background-color: rgb(176,236,223); }
div.DivClassName
{
background-color: #B0ECDF;
}
.BgClassName
{
background-color: #B0ECDF;
}
</style>
border-color css
<style>
span { border-color: #B0ECDF; }
span { border-color: rgb(176,236,223); }
td.TdClassName
{
border-color: #B0ECDF;
}
.TagClassName
{
border-color: #B0ECDF;
}
</style>