Shades of Water Leaf #B0EDDB
Tints of Water Leaf #B0EDDB
RGB
CMYK
RGB Variations
Color information
#B0EDDB (or 0xB0EDDB) is known color: Water Leaf. HEX triplet: B0, ED and DB. RGB value is (176,237,219). Sum of RGB (Red+Green+Blue) = 176+237+219=632 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.85% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #B0EDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EDDB is #4F1224. Grayscale: #D8D8D8. Windows color (decimal): -5181989 or 14413232. OLE color: 14413232.
HSL color Cylindrical-coordinate representation of color #B0EDDB: hue angle of 162.3º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EDDB is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 237 | 219 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.07 |
| HSL | 162.3º | 0.63% | 0.81% | - |
| HSV(B) | 162.3º | 0.26% | 0.93% | - |
| XYZ | 60.97 | 74.91 | 78.26 | - |
| YUV | 216.71 | 129.29 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 237 | 219 | 0.26 | 0 | 0.08 | 0.07 | 162.3 | 0.63 | 0.81 |
| Hex | B0 | ED | DB | 1A | 0 | 8 | 7 | A2 | 3F | 51 |
| Octal | 260 | 355 | 333 | 32 | 0 | 10 | 7 | 242 | 77 | 121 |
| Binary | 10110000 | 11101101 | 11011011 | 11010 | 0 | 1000 | 111 | 10100010 | 111111 | 1010001 |
Color Harmonies of #B0EDDB
Complementary color
Monochromatic Colors of #B0EDDB
Black with #B0EDDB
Text Example
Text Example
White with #B0EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EDDB; }
p { color: rgb(176,237,219); }
H1.HeaderClassName
{
color: #B0EDDB;
}
.AnyTagClassName
{
color: #B0EDDB;
}
</style>
background-color css
<style>
a { background-color: #B0EDDB; }
a { background-color: rgb(176,237,219); }
div.DivClassName
{
background-color: #B0EDDB;
}
.BgClassName
{
background-color: #B0EDDB;
}
</style>
border-color css
<style>
span { border-color: #B0EDDB; }
span { border-color: rgb(176,237,219); }
td.TdClassName
{
border-color: #B0EDDB;
}
.TagClassName
{
border-color: #B0EDDB;
}
</style>