Shades of Water Leaf #B9FCDE
Tints of Water Leaf #B9FCDE
RGB
CMYK
RGB Variations
Color information
#B9FCDE (or 0xB9FCDE) is known color: Water Leaf. HEX triplet: B9, FC and DE. RGB value is (185,252,222). Sum of RGB (Red+Green+Blue) = 185+252+222=659 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.07% from 659); Green value is 252 (98.83% from 255 or 38.24% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FCDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FCDE is #460321. Grayscale: #E4E4E4. Windows color (decimal): -4588322 or 14613689. OLE color: 14613689.
HSL color Cylindrical-coordinate representation of color #B9FCDE: hue angle of 153.13º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FCDE is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 252 | 222 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.01 |
| HSL | 153.13º | 0.92% | 0.86% | - |
| HSV(B) | 153.13º | 0.27% | 0.99% | - |
| XYZ | 68 | 85.21 | 81.97 | - |
| YUV | 228.55 | 124.3 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 252 | 222 | 0.27 | 0 | 0.12 | 0.01 | 153.13 | 0.92 | 0.86 |
| Hex | B9 | FC | DE | 1B | 0 | C | 1 | 99 | 5C | 56 |
| Octal | 271 | 374 | 336 | 33 | 0 | 14 | 1 | 231 | 134 | 126 |
| Binary | 10111001 | 11111100 | 11011110 | 11011 | 0 | 1100 | 1 | 10011001 | 1011100 | 1010110 |
Color Harmonies of #B9FCDE
Complementary color
Monochromatic Colors of #B9FCDE
Black with #B9FCDE
Text Example
Text Example
White with #B9FCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FCDE; }
p { color: rgb(185,252,222); }
H1.HeaderClassName
{
color: #B9FCDE;
}
.AnyTagClassName
{
color: #B9FCDE;
}
</style>
background-color css
<style>
a { background-color: #B9FCDE; }
a { background-color: rgb(185,252,222); }
div.DivClassName
{
background-color: #B9FCDE;
}
.BgClassName
{
background-color: #B9FCDE;
}
</style>
border-color css
<style>
span { border-color: #B9FCDE; }
span { border-color: rgb(185,252,222); }
td.TdClassName
{
border-color: #B9FCDE;
}
.TagClassName
{
border-color: #B9FCDE;
}
</style>