Shades of Water Leaf #B9FFE1
Tints of Water Leaf #B9FFE1
RGB
CMYK
RGB Variations
Color information
#B9FFE1 (or 0xB9FFE1) is known color: Water Leaf. HEX triplet: B9, FF and E1. RGB value is (185,255,225). Sum of RGB (Red+Green+Blue) = 185+255+225=665 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.82% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FFE1 is #46001E. Grayscale: #E6E6E6. Windows color (decimal): -4587551 or 14811065. OLE color: 14811065.
HSL color Cylindrical-coordinate representation of color #B9FFE1: hue angle of 154.29º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FFE1 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 225 | - |
| CMYK | 0.27 | 0 | 0.12 | 0 |
| HSL | 154.29º | 1% | 0.86% | - |
| HSV(B) | 154.29º | 0.27% | 1% | - |
| XYZ | 69.36 | 87.27 | 84.42 | - |
| YUV | 230.65 | 124.81 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 225 | 0.27 | 0 | 0.12 | 0 | 154.29 | 1 | 0.86 |
| Hex | B9 | FF | E1 | 1B | 0 | C | 0 | 9A | 64 | 56 |
| Octal | 271 | 377 | 341 | 33 | 0 | 14 | 0 | 232 | 144 | 126 |
| Binary | 10111001 | 11111111 | 11100001 | 11011 | 0 | 1100 | 0 | 10011010 | 1100100 | 1010110 |
Color Harmonies of #B9FFE1
Complementary color
Monochromatic Colors of #B9FFE1
Black with #B9FFE1
Text Example
Text Example
White with #B9FFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FFE1; }
p { color: rgb(185,255,225); }
H1.HeaderClassName
{
color: #B9FFE1;
}
.AnyTagClassName
{
color: #B9FFE1;
}
</style>
background-color css
<style>
a { background-color: #B9FFE1; }
a { background-color: rgb(185,255,225); }
div.DivClassName
{
background-color: #B9FFE1;
}
.BgClassName
{
background-color: #B9FFE1;
}
</style>
border-color css
<style>
span { border-color: #B9FFE1; }
span { border-color: rgb(185,255,225); }
td.TdClassName
{
border-color: #B9FFE1;
}
.TagClassName
{
border-color: #B9FFE1;
}
</style>