Shades of Water Leaf #B0FEE9
Tints of Water Leaf #B0FEE9
RGB
CMYK
RGB Variations
Color information
#B0FEE9 (or 0xB0FEE9) is known color: Water Leaf. HEX triplet: B0, FE and E9. RGB value is (176,254,233). Sum of RGB (Red+Green+Blue) = 176+254+233=663 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.55% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 233 (91.41% from 255 or 35.14% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FEE9 is #4F0116. Grayscale: #E4E4E4. Windows color (decimal): -5177623 or 15335088. OLE color: 15335088.
HSL color Cylindrical-coordinate representation of color #B0FEE9: hue angle of 163.85º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FEE9 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 233 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.00 |
| HSL | 163.85º | 0.98% | 0.84% | - |
| HSV(B) | 163.85º | 0.31% | 1% | - |
| XYZ | 68.05 | 86 | 90.1 | - |
| YUV | 228.28 | 130.66 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 233 | 0.31 | 0 | 0.08 | 0.00 | 163.85 | 0.98 | 0.84 |
| Hex | B0 | FE | E9 | 1F | 0 | 8 | 0 | A4 | 62 | 54 |
| Octal | 260 | 376 | 351 | 37 | 0 | 10 | 0 | 244 | 142 | 124 |
| Binary | 10110000 | 11111110 | 11101001 | 11111 | 0 | 1000 | 0 | 10100100 | 1100010 | 1010100 |
Color Harmonies of #B0FEE9
Complementary color
Monochromatic Colors of #B0FEE9
Black with #B0FEE9
Text Example
Text Example
White with #B0FEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FEE9; }
p { color: rgb(176,254,233); }
H1.HeaderClassName
{
color: #B0FEE9;
}
.AnyTagClassName
{
color: #B0FEE9;
}
</style>
background-color css
<style>
a { background-color: #B0FEE9; }
a { background-color: rgb(176,254,233); }
div.DivClassName
{
background-color: #B0FEE9;
}
.BgClassName
{
background-color: #B0FEE9;
}
</style>
border-color css
<style>
span { border-color: #B0FEE9; }
span { border-color: rgb(176,254,233); }
td.TdClassName
{
border-color: #B0FEE9;
}
.TagClassName
{
border-color: #B0FEE9;
}
</style>