Shades of Water Leaf #B0EBDD
Tints of Water Leaf #B0EBDD
RGB
CMYK
RGB Variations
Color information
#B0EBDD (or 0xB0EBDD) is known color: Water Leaf. HEX triplet: B0, EB and DD. RGB value is (176,235,221). Sum of RGB (Red+Green+Blue) = 176+235+221=632 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.85% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EBDD is #4F1422. Grayscale: #D7D7D7. Windows color (decimal): -5182499 or 14543792. OLE color: 14543792.
HSL color Cylindrical-coordinate representation of color #B0EBDD: hue angle of 165.76º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0EBDD is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 235 | 221 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.08 |
| HSL | 165.76º | 0.6% | 0.81% | - |
| HSV(B) | 165.76º | 0.25% | 0.92% | - |
| XYZ | 60.66 | 73.87 | 79.47 | - |
| YUV | 215.76 | 130.95 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 235 | 221 | 0.25 | 0 | 0.06 | 0.08 | 165.76 | 0.6 | 0.81 |
| Hex | B0 | EB | DD | 19 | 0 | 6 | 8 | A6 | 3C | 51 |
| Octal | 260 | 353 | 335 | 31 | 0 | 6 | 10 | 246 | 74 | 121 |
| Binary | 10110000 | 11101011 | 11011101 | 11001 | 0 | 110 | 1000 | 10100110 | 111100 | 1010001 |
Color Harmonies of #B0EBDD
Complementary color
Monochromatic Colors of #B0EBDD
Black with #B0EBDD
Text Example
Text Example
White with #B0EBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EBDD; }
p { color: rgb(176,235,221); }
H1.HeaderClassName
{
color: #B0EBDD;
}
.AnyTagClassName
{
color: #B0EBDD;
}
</style>
background-color css
<style>
a { background-color: #B0EBDD; }
a { background-color: rgb(176,235,221); }
div.DivClassName
{
background-color: #B0EBDD;
}
.BgClassName
{
background-color: #B0EBDD;
}
</style>
border-color css
<style>
span { border-color: #B0EBDD; }
span { border-color: rgb(176,235,221); }
td.TdClassName
{
border-color: #B0EBDD;
}
.TagClassName
{
border-color: #B0EBDD;
}
</style>