Shades of Water Leaf #B9EBE5
Tints of Water Leaf #B9EBE5
RGB
CMYK
RGB Variations
Color information
#B9EBE5 (or 0xB9EBE5) is known color: Water Leaf. HEX triplet: B9, EB and E5. RGB value is (185,235,229). Sum of RGB (Red+Green+Blue) = 185+235+229=649 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.51% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 235 - color contains mainly: green. Hex color #B9EBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EBE5 is #46141A. Grayscale: #DBDBDB. Windows color (decimal): -4592667 or 15068089. OLE color: 15068089.
HSL color Cylindrical-coordinate representation of color #B9EBE5: hue angle of 172.8º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9EBE5 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 235 | 229 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.08 |
| HSL | 172.8º | 0.56% | 0.82% | - |
| HSV(B) | 172.8º | 0.21% | 0.92% | - |
| XYZ | 63.86 | 75.39 | 85.31 | - |
| YUV | 219.37 | 133.44 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 235 | 229 | 0.21 | 0 | 0.03 | 0.08 | 172.8 | 0.56 | 0.82 |
| Hex | B9 | EB | E5 | 15 | 0 | 3 | 8 | AD | 38 | 52 |
| Octal | 271 | 353 | 345 | 25 | 0 | 3 | 10 | 255 | 70 | 122 |
| Binary | 10111001 | 11101011 | 11100101 | 10101 | 0 | 11 | 1000 | 10101101 | 111000 | 1010010 |
Color Harmonies of #B9EBE5
Complementary color
Monochromatic Colors of #B9EBE5
Black with #B9EBE5
Text Example
Text Example
White with #B9EBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EBE5; }
p { color: rgb(185,235,229); }
H1.HeaderClassName
{
color: #B9EBE5;
}
.AnyTagClassName
{
color: #B9EBE5;
}
</style>
background-color css
<style>
a { background-color: #B9EBE5; }
a { background-color: rgb(185,235,229); }
div.DivClassName
{
background-color: #B9EBE5;
}
.BgClassName
{
background-color: #B9EBE5;
}
</style>
border-color css
<style>
span { border-color: #B9EBE5; }
span { border-color: rgb(185,235,229); }
td.TdClassName
{
border-color: #B9EBE5;
}
.TagClassName
{
border-color: #B9EBE5;
}
</style>