Shades of Water Leaf #B9FEE2
Tints of Water Leaf #B9FEE2
RGB
CMYK
RGB Variations
Color information
#B9FEE2 (or 0xB9FEE2) is known color: Water Leaf. HEX triplet: B9, FE and E2. RGB value is (185,254,226). Sum of RGB (Red+Green+Blue) = 185+254+226=665 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.82% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 226 (88.67% from 255 or 33.98% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FEE2 is #46011D. Grayscale: #E6E6E6. Windows color (decimal): -4587806 or 14876345. OLE color: 14876345.
HSL color Cylindrical-coordinate representation of color #B9FEE2: hue angle of 155.65º 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 #B9FEE2 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 254 | 226 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.00 |
| HSL | 155.65º | 0.97% | 0.86% | - |
| HSV(B) | 155.65º | 0.27% | 1% | - |
| XYZ | 69.18 | 86.69 | 85.04 | - |
| YUV | 230.18 | 125.64 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 254 | 226 | 0.27 | 0 | 0.11 | 0.00 | 155.65 | 0.97 | 0.86 |
| Hex | B9 | FE | E2 | 1B | 0 | B | 0 | 9C | 61 | 56 |
| Octal | 271 | 376 | 342 | 33 | 0 | 13 | 0 | 234 | 141 | 126 |
| Binary | 10111001 | 11111110 | 11100010 | 11011 | 0 | 1011 | 0 | 10011100 | 1100001 | 1010110 |
Color Harmonies of #B9FEE2
Complementary color
Monochromatic Colors of #B9FEE2
Black with #B9FEE2
Text Example
Text Example
White with #B9FEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FEE2; }
p { color: rgb(185,254,226); }
H1.HeaderClassName
{
color: #B9FEE2;
}
.AnyTagClassName
{
color: #B9FEE2;
}
</style>
background-color css
<style>
a { background-color: #B9FEE2; }
a { background-color: rgb(185,254,226); }
div.DivClassName
{
background-color: #B9FEE2;
}
.BgClassName
{
background-color: #B9FEE2;
}
</style>
border-color css
<style>
span { border-color: #B9FEE2; }
span { border-color: rgb(185,254,226); }
td.TdClassName
{
border-color: #B9FEE2;
}
.TagClassName
{
border-color: #B9FEE2;
}
</style>