Shades of Water Leaf #B0ECDE
Tints of Water Leaf #B0ECDE
RGB
CMYK
RGB Variations
Color information
#B0ECDE (or 0xB0ECDE) is known color: Water Leaf. HEX triplet: B0, EC and DE. RGB value is (176,236,222). Sum of RGB (Red+Green+Blue) = 176+236+222=634 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.76% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #B0ECDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0ECDE is #4F1321. Grayscale: #D8D8D8. Windows color (decimal): -5182242 or 14609584. OLE color: 14609584.
HSL color Cylindrical-coordinate representation of color #B0ECDE: hue angle of 166º 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 #B0ECDE is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 222 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.07 |
| HSL | 166º | 0.61% | 0.81% | - |
| HSV(B) | 166º | 0.25% | 0.93% | - |
| XYZ | 61.08 | 74.49 | 80.27 | - |
| YUV | 216.46 | 131.12 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 222 | 0.25 | 0 | 0.06 | 0.07 | 166 | 0.61 | 0.81 |
| Hex | B0 | EC | DE | 19 | 0 | 6 | 7 | A6 | 3D | 51 |
| Octal | 260 | 354 | 336 | 31 | 0 | 6 | 7 | 246 | 75 | 121 |
| Binary | 10110000 | 11101100 | 11011110 | 11001 | 0 | 110 | 111 | 10100110 | 111101 | 1010001 |
Color Harmonies of #B0ECDE
Complementary color
Monochromatic Colors of #B0ECDE
Black with #B0ECDE
Text Example
Text Example
White with #B0ECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ECDE; }
p { color: rgb(176,236,222); }
H1.HeaderClassName
{
color: #B0ECDE;
}
.AnyTagClassName
{
color: #B0ECDE;
}
</style>
background-color css
<style>
a { background-color: #B0ECDE; }
a { background-color: rgb(176,236,222); }
div.DivClassName
{
background-color: #B0ECDE;
}
.BgClassName
{
background-color: #B0ECDE;
}
</style>
border-color css
<style>
span { border-color: #B0ECDE; }
span { border-color: rgb(176,236,222); }
td.TdClassName
{
border-color: #B0ECDE;
}
.TagClassName
{
border-color: #B0ECDE;
}
</style>