Shades of Water Leaf #B0EBD8
Tints of Water Leaf #B0EBD8
RGB
CMYK
RGB Variations
Color information
#B0EBD8 (or 0xB0EBD8) is known color: Water Leaf. HEX triplet: B0, EB and D8. RGB value is (176,235,216). Sum of RGB (Red+Green+Blue) = 176+235+216=627 (83% of max value = 765). Red value is 176 (69.14% from 255 or 28.07% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EBD8 is #4F1427. Grayscale: #D7D7D7. Windows color (decimal): -5182504 or 14216112. OLE color: 14216112.
HSL color Cylindrical-coordinate representation of color #B0EBD8: hue angle of 160.68º 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 #B0EBD8 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 235 | 216 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.08 |
| HSL | 160.68º | 0.6% | 0.81% | - |
| HSV(B) | 160.68º | 0.25% | 0.92% | - |
| XYZ | 60.01 | 73.6 | 76.01 | - |
| YUV | 215.19 | 128.45 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 235 | 216 | 0.25 | 0 | 0.08 | 0.08 | 160.68 | 0.6 | 0.81 |
| Hex | B0 | EB | D8 | 19 | 0 | 8 | 8 | A1 | 3C | 51 |
| Octal | 260 | 353 | 330 | 31 | 0 | 10 | 10 | 241 | 74 | 121 |
| Binary | 10110000 | 11101011 | 11011000 | 11001 | 0 | 1000 | 1000 | 10100001 | 111100 | 1010001 |
Color Harmonies of #B0EBD8
Complementary color
Monochromatic Colors of #B0EBD8
Black with #B0EBD8
Text Example
Text Example
White with #B0EBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EBD8; }
p { color: rgb(176,235,216); }
H1.HeaderClassName
{
color: #B0EBD8;
}
.AnyTagClassName
{
color: #B0EBD8;
}
</style>
background-color css
<style>
a { background-color: #B0EBD8; }
a { background-color: rgb(176,235,216); }
div.DivClassName
{
background-color: #B0EBD8;
}
.BgClassName
{
background-color: #B0EBD8;
}
</style>
border-color css
<style>
span { border-color: #B0EBD8; }
span { border-color: rgb(176,235,216); }
td.TdClassName
{
border-color: #B0EBD8;
}
.TagClassName
{
border-color: #B0EBD8;
}
</style>