Shades of Water Leaf #B0FEE3
Tints of Water Leaf #B0FEE3
RGB
CMYK
RGB Variations
Color information
#B0FEE3 (or 0xB0FEE3) is known color: Water Leaf. HEX triplet: B0, FE and E3. RGB value is (176,254,227). Sum of RGB (Red+Green+Blue) = 176+254+227=657 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.79% from 657); Green value is 254 (99.61% from 255 or 38.66% from 657); Blue value is 227 (89.06% from 255 or 34.55% from 657); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FEE3 is #4F011C. Grayscale: #E3E3E3. Windows color (decimal): -5177629 or 14941872. OLE color: 14941872.
HSL color Cylindrical-coordinate representation of color #B0FEE3: hue angle of 159.23º 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 #B0FEE3 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 227 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.00 |
| HSL | 159.23º | 0.98% | 0.84% | - |
| HSV(B) | 159.23º | 0.31% | 1% | - |
| XYZ | 67.21 | 85.66 | 85.66 | - |
| YUV | 227.6 | 127.66 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 227 | 0.31 | 0 | 0.11 | 0.00 | 159.23 | 0.98 | 0.84 |
| Hex | B0 | FE | E3 | 1F | 0 | B | 0 | 9F | 62 | 54 |
| Octal | 260 | 376 | 343 | 37 | 0 | 13 | 0 | 237 | 142 | 124 |
| Binary | 10110000 | 11111110 | 11100011 | 11111 | 0 | 1011 | 0 | 10011111 | 1100010 | 1010100 |
Color Harmonies of #B0FEE3
Complementary color
Monochromatic Colors of #B0FEE3
Black with #B0FEE3
Text Example
Text Example
White with #B0FEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FEE3; }
p { color: rgb(176,254,227); }
H1.HeaderClassName
{
color: #B0FEE3;
}
.AnyTagClassName
{
color: #B0FEE3;
}
</style>
background-color css
<style>
a { background-color: #B0FEE3; }
a { background-color: rgb(176,254,227); }
div.DivClassName
{
background-color: #B0FEE3;
}
.BgClassName
{
background-color: #B0FEE3;
}
</style>
border-color css
<style>
span { border-color: #B0FEE3; }
span { border-color: rgb(176,254,227); }
td.TdClassName
{
border-color: #B0FEE3;
}
.TagClassName
{
border-color: #B0FEE3;
}
</style>