Shades of Water Leaf #B0FEED
Tints of Water Leaf #B0FEED
RGB
CMYK
RGB Variations
Color information
#B0FEED (or 0xB0FEED) is known color: Water Leaf. HEX triplet: B0, FE and ED. RGB value is (176,254,237). Sum of RGB (Red+Green+Blue) = 176+254+237=667 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.39% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FEED is #4F0112. Grayscale: #E4E4E4. Windows color (decimal): -5177619 or 15597232. OLE color: 15597232.
HSL color Cylindrical-coordinate representation of color #B0FEED: hue angle of 166.92º 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 #B0FEED is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 237 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.00 |
| HSL | 166.92º | 0.98% | 0.84% | - |
| HSV(B) | 166.92º | 0.31% | 1% | - |
| XYZ | 68.63 | 86.23 | 93.15 | - |
| YUV | 228.74 | 132.66 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 237 | 0.31 | 0 | 0.07 | 0.00 | 166.92 | 0.98 | 0.84 |
| Hex | B0 | FE | ED | 1F | 0 | 7 | 0 | A7 | 62 | 54 |
| Octal | 260 | 376 | 355 | 37 | 0 | 7 | 0 | 247 | 142 | 124 |
| Binary | 10110000 | 11111110 | 11101101 | 11111 | 0 | 111 | 0 | 10100111 | 1100010 | 1010100 |
Color Harmonies of #B0FEED
Complementary color
Monochromatic Colors of #B0FEED
Black with #B0FEED
Text Example
Text Example
White with #B0FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FEED; }
p { color: rgb(176,254,237); }
H1.HeaderClassName
{
color: #B0FEED;
}
.AnyTagClassName
{
color: #B0FEED;
}
</style>
background-color css
<style>
a { background-color: #B0FEED; }
a { background-color: rgb(176,254,237); }
div.DivClassName
{
background-color: #B0FEED;
}
.BgClassName
{
background-color: #B0FEED;
}
</style>
border-color css
<style>
span { border-color: #B0FEED; }
span { border-color: rgb(176,254,237); }
td.TdClassName
{
border-color: #B0FEED;
}
.TagClassName
{
border-color: #B0FEED;
}
</style>