Shades of Water Leaf #B9F9E5
Tints of Water Leaf #B9F9E5
RGB
CMYK
RGB Variations
Color information
#B9F9E5 (or 0xB9F9E5) is known color: Water Leaf. HEX triplet: B9, F9 and E5. RGB value is (185,249,229). Sum of RGB (Red+Green+Blue) = 185+249+229=663 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.90% from 663); Green value is 249 (97.66% from 255 or 37.56% from 663); Blue value is 229 (89.84% from 255 or 34.54% from 663); Max value from RGB is 249 - color contains mainly: green. Hex color #B9F9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F9E5 is #46061A. Grayscale: #E3E3E3. Windows color (decimal): -4589083 or 15071673. OLE color: 15071673.
HSL color Cylindrical-coordinate representation of color #B9F9E5: hue angle of 161.25º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9F9E5 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 249 | 229 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.02 |
| HSL | 161.25º | 0.84% | 0.85% | - |
| HSV(B) | 161.25º | 0.26% | 0.98% | - |
| XYZ | 68.03 | 83.72 | 86.7 | - |
| YUV | 227.58 | 128.8 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 249 | 229 | 0.26 | 0 | 0.08 | 0.02 | 161.25 | 0.84 | 0.85 |
| Hex | B9 | F9 | E5 | 1A | 0 | 8 | 2 | A1 | 54 | 55 |
| Octal | 271 | 371 | 345 | 32 | 0 | 10 | 2 | 241 | 124 | 125 |
| Binary | 10111001 | 11111001 | 11100101 | 11010 | 0 | 1000 | 10 | 10100001 | 1010100 | 1010101 |
Color Harmonies of #B9F9E5
Complementary color
Monochromatic Colors of #B9F9E5
Black with #B9F9E5
Text Example
Text Example
White with #B9F9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F9E5; }
p { color: rgb(185,249,229); }
H1.HeaderClassName
{
color: #B9F9E5;
}
.AnyTagClassName
{
color: #B9F9E5;
}
</style>
background-color css
<style>
a { background-color: #B9F9E5; }
a { background-color: rgb(185,249,229); }
div.DivClassName
{
background-color: #B9F9E5;
}
.BgClassName
{
background-color: #B9F9E5;
}
</style>
border-color css
<style>
span { border-color: #B9F9E5; }
span { border-color: rgb(185,249,229); }
td.TdClassName
{
border-color: #B9F9E5;
}
.TagClassName
{
border-color: #B9F9E5;
}
</style>