Shades of Water Leaf #B9ECE1
Tints of Water Leaf #B9ECE1
RGB
CMYK
RGB Variations
Color information
#B9ECE1 (or 0xB9ECE1) is known color: Water Leaf. HEX triplet: B9, EC and E1. RGB value is (185,236,225). Sum of RGB (Red+Green+Blue) = 185+236+225=646 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.64% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 225 (88.28% from 255 or 34.83% from 646); Max value from RGB is 236 - color contains mainly: green. Hex color #B9ECE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9ECE1 is #46131E. Grayscale: #DBDBDB. Windows color (decimal): -4592415 or 14806201. OLE color: 14806201.
HSL color Cylindrical-coordinate representation of color #B9ECE1: hue angle of 167.06º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9ECE1 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 236 | 225 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.07 |
| HSL | 167.06º | 0.57% | 0.83% | - |
| HSV(B) | 167.06º | 0.22% | 0.93% | - |
| XYZ | 63.59 | 75.74 | 82.5 | - |
| YUV | 219.5 | 131.1 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 236 | 225 | 0.22 | 0 | 0.05 | 0.07 | 167.06 | 0.57 | 0.83 |
| Hex | B9 | EC | E1 | 16 | 0 | 5 | 7 | A7 | 39 | 53 |
| Octal | 271 | 354 | 341 | 26 | 0 | 5 | 7 | 247 | 71 | 123 |
| Binary | 10111001 | 11101100 | 11100001 | 10110 | 0 | 101 | 111 | 10100111 | 111001 | 1010011 |
Color Harmonies of #B9ECE1
Complementary color
Monochromatic Colors of #B9ECE1
Black with #B9ECE1
Text Example
Text Example
White with #B9ECE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ECE1; }
p { color: rgb(185,236,225); }
H1.HeaderClassName
{
color: #B9ECE1;
}
.AnyTagClassName
{
color: #B9ECE1;
}
</style>
background-color css
<style>
a { background-color: #B9ECE1; }
a { background-color: rgb(185,236,225); }
div.DivClassName
{
background-color: #B9ECE1;
}
.BgClassName
{
background-color: #B9ECE1;
}
</style>
border-color css
<style>
span { border-color: #B9ECE1; }
span { border-color: rgb(185,236,225); }
td.TdClassName
{
border-color: #B9ECE1;
}
.TagClassName
{
border-color: #B9ECE1;
}
</style>