Shades of Water Leaf #B9F2E5
Tints of Water Leaf #B9F2E5
RGB
CMYK
RGB Variations
Color information
#B9F2E5 (or 0xB9F2E5) is known color: Water Leaf. HEX triplet: B9, F2 and E5. RGB value is (185,242,229). Sum of RGB (Red+Green+Blue) = 185+242+229=656 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.20% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #B9F2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F2E5 is #460D1A. Grayscale: #DFDFDF. Windows color (decimal): -4590875 or 15069881. OLE color: 15069881.
HSL color Cylindrical-coordinate representation of color #B9F2E5: hue angle of 166.32º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9F2E5 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 242 | 229 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.05 |
| HSL | 166.32º | 0.69% | 0.84% | - |
| HSV(B) | 166.32º | 0.24% | 0.95% | - |
| XYZ | 65.9 | 79.48 | 86 | - |
| YUV | 223.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 242 | 229 | 0.24 | 0 | 0.05 | 0.05 | 166.32 | 0.69 | 0.84 |
| Hex | B9 | F2 | E5 | 18 | 0 | 5 | 5 | A6 | 45 | 54 |
| Octal | 271 | 362 | 345 | 30 | 0 | 5 | 5 | 246 | 105 | 124 |
| Binary | 10111001 | 11110010 | 11100101 | 11000 | 0 | 101 | 101 | 10100110 | 1000101 | 1010100 |
Color Harmonies of #B9F2E5
Complementary color
Monochromatic Colors of #B9F2E5
Black with #B9F2E5
Text Example
Text Example
White with #B9F2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F2E5; }
p { color: rgb(185,242,229); }
H1.HeaderClassName
{
color: #B9F2E5;
}
.AnyTagClassName
{
color: #B9F2E5;
}
</style>
background-color css
<style>
a { background-color: #B9F2E5; }
a { background-color: rgb(185,242,229); }
div.DivClassName
{
background-color: #B9F2E5;
}
.BgClassName
{
background-color: #B9F2E5;
}
</style>
border-color css
<style>
span { border-color: #B9F2E5; }
span { border-color: rgb(185,242,229); }
td.TdClassName
{
border-color: #B9F2E5;
}
.TagClassName
{
border-color: #B9F2E5;
}
</style>