Shades of Water Leaf #B0FFEC
Tints of Water Leaf #B0FFEC
RGB
CMYK
RGB Variations
Color information
#B0FFEC (or 0xB0FFEC) is known color: Water Leaf. HEX triplet: B0, FF and EC. RGB value is (176,255,236). Sum of RGB (Red+Green+Blue) = 176+255+236=667 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.39% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FFEC is #4F0013. Grayscale: #E5E5E5. Windows color (decimal): -5177364 or 15531952. OLE color: 15531952.
HSL color Cylindrical-coordinate representation of color #B0FFEC: hue angle of 165.57º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FFEC is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 236 | - |
| CMYK | 0.31 | 0 | 0.07 | 0 |
| HSL | 165.57º | 1% | 0.85% | - |
| HSV(B) | 165.57º | 0.31% | 1% | - |
| XYZ | 68.8 | 86.81 | 92.49 | - |
| YUV | 229.21 | 131.83 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 236 | 0.31 | 0 | 0.07 | 0 | 165.57 | 1 | 0.85 |
| Hex | B0 | FF | EC | 1F | 0 | 7 | 0 | A6 | 64 | 55 |
| Octal | 260 | 377 | 354 | 37 | 0 | 7 | 0 | 246 | 144 | 125 |
| Binary | 10110000 | 11111111 | 11101100 | 11111 | 0 | 111 | 0 | 10100110 | 1100100 | 1010101 |
Color Harmonies of #B0FFEC
Complementary color
Monochromatic Colors of #B0FFEC
Black with #B0FFEC
Text Example
Text Example
White with #B0FFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFEC; }
p { color: rgb(176,255,236); }
H1.HeaderClassName
{
color: #B0FFEC;
}
.AnyTagClassName
{
color: #B0FFEC;
}
</style>
background-color css
<style>
a { background-color: #B0FFEC; }
a { background-color: rgb(176,255,236); }
div.DivClassName
{
background-color: #B0FFEC;
}
.BgClassName
{
background-color: #B0FFEC;
}
</style>
border-color css
<style>
span { border-color: #B0FFEC; }
span { border-color: rgb(176,255,236); }
td.TdClassName
{
border-color: #B0FFEC;
}
.TagClassName
{
border-color: #B0FFEC;
}
</style>