Shades of Water Leaf #B0FDEB
Tints of Water Leaf #B0FDEB
RGB
CMYK
RGB Variations
Color information
#B0FDEB (or 0xB0FDEB) is known color: Water Leaf. HEX triplet: B0, FD and EB. RGB value is (176,253,235). Sum of RGB (Red+Green+Blue) = 176+253+235=664 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.51% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FDEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FDEB is #4F0214. Grayscale: #E3E3E3. Windows color (decimal): -5177877 or 15465904. OLE color: 15465904.
HSL color Cylindrical-coordinate representation of color #B0FDEB: hue angle of 165.97º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FDEB is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 253 | 235 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.01 |
| HSL | 165.97º | 0.95% | 0.84% | - |
| HSV(B) | 165.97º | 0.3% | 0.99% | - |
| XYZ | 68.03 | 85.48 | 91.51 | - |
| YUV | 227.93 | 131.99 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 253 | 235 | 0.30 | 0 | 0.07 | 0.01 | 165.97 | 0.95 | 0.84 |
| Hex | B0 | FD | EB | 1E | 0 | 7 | 1 | A6 | 5F | 54 |
| Octal | 260 | 375 | 353 | 36 | 0 | 7 | 1 | 246 | 137 | 124 |
| Binary | 10110000 | 11111101 | 11101011 | 11110 | 0 | 111 | 1 | 10100110 | 1011111 | 1010100 |
Color Harmonies of #B0FDEB
Complementary color
Monochromatic Colors of #B0FDEB
Black with #B0FDEB
Text Example
Text Example
White with #B0FDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FDEB; }
p { color: rgb(176,253,235); }
H1.HeaderClassName
{
color: #B0FDEB;
}
.AnyTagClassName
{
color: #B0FDEB;
}
</style>
background-color css
<style>
a { background-color: #B0FDEB; }
a { background-color: rgb(176,253,235); }
div.DivClassName
{
background-color: #B0FDEB;
}
.BgClassName
{
background-color: #B0FDEB;
}
</style>
border-color css
<style>
span { border-color: #B0FDEB; }
span { border-color: rgb(176,253,235); }
td.TdClassName
{
border-color: #B0FDEB;
}
.TagClassName
{
border-color: #B0FDEB;
}
</style>