Shades of Water Leaf #B0EBD9
Tints of Water Leaf #B0EBD9
RGB
CMYK
RGB Variations
Color information
#B0EBD9 (or 0xB0EBD9) is known color: Water Leaf. HEX triplet: B0, EB and D9. RGB value is (176,235,217). Sum of RGB (Red+Green+Blue) = 176+235+217=628 (83% of max value = 765). Red value is 176 (69.14% from 255 or 28.03% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EBD9 is #4F1426. Grayscale: #D7D7D7. Windows color (decimal): -5182503 or 14281648. OLE color: 14281648.
HSL color Cylindrical-coordinate representation of color #B0EBD9: hue angle of 161.69º 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 #B0EBD9 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 235 | 217 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.08 |
| HSL | 161.69º | 0.6% | 0.81% | - |
| HSV(B) | 161.69º | 0.25% | 0.92% | - |
| XYZ | 60.14 | 73.66 | 76.69 | - |
| YUV | 215.31 | 128.95 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 235 | 217 | 0.25 | 0 | 0.08 | 0.08 | 161.69 | 0.6 | 0.81 |
| Hex | B0 | EB | D9 | 19 | 0 | 8 | 8 | A2 | 3C | 51 |
| Octal | 260 | 353 | 331 | 31 | 0 | 10 | 10 | 242 | 74 | 121 |
| Binary | 10110000 | 11101011 | 11011001 | 11001 | 0 | 1000 | 1000 | 10100010 | 111100 | 1010001 |
Color Harmonies of #B0EBD9
Complementary color
Monochromatic Colors of #B0EBD9
Black with #B0EBD9
Text Example
Text Example
White with #B0EBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EBD9; }
p { color: rgb(176,235,217); }
H1.HeaderClassName
{
color: #B0EBD9;
}
.AnyTagClassName
{
color: #B0EBD9;
}
</style>
background-color css
<style>
a { background-color: #B0EBD9; }
a { background-color: rgb(176,235,217); }
div.DivClassName
{
background-color: #B0EBD9;
}
.BgClassName
{
background-color: #B0EBD9;
}
</style>
border-color css
<style>
span { border-color: #B0EBD9; }
span { border-color: rgb(176,235,217); }
td.TdClassName
{
border-color: #B0EBD9;
}
.TagClassName
{
border-color: #B0EBD9;
}
</style>