Shades of Water Leaf #B9FFEF
Tints of Water Leaf #B9FFEF
RGB
CMYK
RGB Variations
Color information
#B9FFEF (or 0xB9FFEF) is known color: Water Leaf. HEX triplet: B9, FF and EF. RGB value is (185,255,239). Sum of RGB (Red+Green+Blue) = 185+255+239=679 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.25% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FFEF is #460010. Grayscale: #E8E8E8. Windows color (decimal): -4587537 or 15728569. OLE color: 15728569.
HSL color Cylindrical-coordinate representation of color #B9FFEF: hue angle of 166.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 #B9FFEF is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 239 | - |
| CMYK | 0.27 | 0 | 0.06 | 0 |
| HSL | 166.29º | 1% | 0.86% | - |
| HSV(B) | 166.29º | 0.27% | 1% | - |
| XYZ | 71.35 | 88.07 | 94.9 | - |
| YUV | 232.25 | 131.81 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 239 | 0.27 | 0 | 0.06 | 0 | 166.29 | 1 | 0.86 |
| Hex | B9 | FF | EF | 1B | 0 | 6 | 0 | A6 | 64 | 56 |
| Octal | 271 | 377 | 357 | 33 | 0 | 6 | 0 | 246 | 144 | 126 |
| Binary | 10111001 | 11111111 | 11101111 | 11011 | 0 | 110 | 0 | 10100110 | 1100100 | 1010110 |
Color Harmonies of #B9FFEF
Complementary color
Monochromatic Colors of #B9FFEF
Black with #B9FFEF
Text Example
Text Example
White with #B9FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FFEF; }
p { color: rgb(185,255,239); }
H1.HeaderClassName
{
color: #B9FFEF;
}
.AnyTagClassName
{
color: #B9FFEF;
}
</style>
background-color css
<style>
a { background-color: #B9FFEF; }
a { background-color: rgb(185,255,239); }
div.DivClassName
{
background-color: #B9FFEF;
}
.BgClassName
{
background-color: #B9FFEF;
}
</style>
border-color css
<style>
span { border-color: #B9FFEF; }
span { border-color: rgb(185,255,239); }
td.TdClassName
{
border-color: #B9FFEF;
}
.TagClassName
{
border-color: #B9FFEF;
}
</style>