Shades of Water Leaf #B4FEED
Tints of Water Leaf #B4FEED
RGB
CMYK
RGB Variations
Color information
#B4FEED (or 0xB4FEED) is known color: Water Leaf. HEX triplet: B4, FE and ED. RGB value is (180,254,237). Sum of RGB (Red+Green+Blue) = 180+254+237=671 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.83% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FEED is #4B0112. Grayscale: #E5E5E5. Windows color (decimal): -4915475 or 15597236. OLE color: 15597236.
HSL color Cylindrical-coordinate representation of color #B4FEED: hue angle of 166.22º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4FEED is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 254 | 237 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.00 |
| HSL | 166.22º | 0.97% | 0.85% | - |
| HSV(B) | 166.22º | 0.29% | 1% | - |
| XYZ | 69.55 | 86.7 | 93.19 | - |
| YUV | 229.94 | 131.98 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 254 | 237 | 0.29 | 0 | 0.07 | 0.00 | 166.22 | 0.97 | 0.85 |
| Hex | B4 | FE | ED | 1D | 0 | 7 | 0 | A6 | 61 | 55 |
| Octal | 264 | 376 | 355 | 35 | 0 | 7 | 0 | 246 | 141 | 125 |
| Binary | 10110100 | 11111110 | 11101101 | 11101 | 0 | 111 | 0 | 10100110 | 1100001 | 1010101 |
Color Harmonies of #B4FEED
Complementary color
Monochromatic Colors of #B4FEED
Black with #B4FEED
Text Example
Text Example
White with #B4FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FEED; }
p { color: rgb(180,254,237); }
H1.HeaderClassName
{
color: #B4FEED;
}
.AnyTagClassName
{
color: #B4FEED;
}
</style>
background-color css
<style>
a { background-color: #B4FEED; }
a { background-color: rgb(180,254,237); }
div.DivClassName
{
background-color: #B4FEED;
}
.BgClassName
{
background-color: #B4FEED;
}
</style>
border-color css
<style>
span { border-color: #B4FEED; }
span { border-color: rgb(180,254,237); }
td.TdClassName
{
border-color: #B4FEED;
}
.TagClassName
{
border-color: #B4FEED;
}
</style>