Shades of Water Leaf #B9FEED
Tints of Water Leaf #B9FEED
RGB
CMYK
RGB Variations
Color information
#B9FEED (or 0xB9FEED) is known color: Water Leaf. HEX triplet: B9, FE and ED. RGB value is (185,254,237). Sum of RGB (Red+Green+Blue) = 185+254+237=676 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.37% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FEED is #460112. Grayscale: #E7E7E7. Windows color (decimal): -4587795 or 15597241. OLE color: 15597241.
HSL color Cylindrical-coordinate representation of color #B9FEED: hue angle of 165.22º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FEED is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 254 | 237 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.00 |
| HSL | 165.22º | 0.97% | 0.86% | - |
| HSV(B) | 165.22º | 0.27% | 1% | - |
| XYZ | 70.74 | 87.31 | 93.25 | - |
| YUV | 231.43 | 131.14 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 254 | 237 | 0.27 | 0 | 0.07 | 0.00 | 165.22 | 0.97 | 0.86 |
| Hex | B9 | FE | ED | 1B | 0 | 7 | 0 | A5 | 61 | 56 |
| Octal | 271 | 376 | 355 | 33 | 0 | 7 | 0 | 245 | 141 | 126 |
| Binary | 10111001 | 11111110 | 11101101 | 11011 | 0 | 111 | 0 | 10100101 | 1100001 | 1010110 |
Color Harmonies of #B9FEED
Complementary color
Monochromatic Colors of #B9FEED
Black with #B9FEED
Text Example
Text Example
White with #B9FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FEED; }
p { color: rgb(185,254,237); }
H1.HeaderClassName
{
color: #B9FEED;
}
.AnyTagClassName
{
color: #B9FEED;
}
</style>
background-color css
<style>
a { background-color: #B9FEED; }
a { background-color: rgb(185,254,237); }
div.DivClassName
{
background-color: #B9FEED;
}
.BgClassName
{
background-color: #B9FEED;
}
</style>
border-color css
<style>
span { border-color: #B9FEED; }
span { border-color: rgb(185,254,237); }
td.TdClassName
{
border-color: #B9FEED;
}
.TagClassName
{
border-color: #B9FEED;
}
</style>