Shades of Lily #B99EAC
Tints of Lily #B99EAC
RGB
CMYK
RGB Variations
Color information
#B99EAC (or 0xB99EAC) is known color: Lily. HEX triplet: B9, 9E and AC. RGB value is (185,158,172). Sum of RGB (Red+Green+Blue) = 185+158+172=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 185 - color contains mainly: red. Hex color #B99EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99EAC is #466153. Grayscale: #A7A7A7. Windows color (decimal): -4612436 or 11312825. OLE color: 11312825.
HSL color Cylindrical-coordinate representation of color #B99EAC: hue angle of 328.89º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B99EAC is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 158 | 172 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.27 |
| HSL | 328.89º | 0.16% | 0.67% | - |
| HSV(B) | 328.89º | 0.15% | 0.73% | - |
| XYZ | 39.68 | 37.75 | 44.22 | - |
| YUV | 167.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 158 | 172 | 0 | 0.15 | 0.07 | 0.27 | 328.89 | 0.16 | 0.67 |
| Hex | B9 | 9E | AC | 0 | F | 7 | 1B | 149 | 10 | 43 |
| Octal | 271 | 236 | 254 | 0 | 17 | 7 | 33 | 511 | 20 | 103 |
| Binary | 10111001 | 10011110 | 10101100 | 0 | 1111 | 111 | 11011 | 101001001 | 10000 | 1000011 |
Color Harmonies of #B99EAC
Complementary color
Monochromatic Colors of #B99EAC
Black with #B99EAC
Text Example
Text Example
White with #B99EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99EAC; }
p { color: rgb(185,158,172); }
H1.HeaderClassName
{
color: #B99EAC;
}
.AnyTagClassName
{
color: #B99EAC;
}
</style>
background-color css
<style>
a { background-color: #B99EAC; }
a { background-color: rgb(185,158,172); }
div.DivClassName
{
background-color: #B99EAC;
}
.BgClassName
{
background-color: #B99EAC;
}
</style>
border-color css
<style>
span { border-color: #B99EAC; }
span { border-color: rgb(185,158,172); }
td.TdClassName
{
border-color: #B99EAC;
}
.TagClassName
{
border-color: #B99EAC;
}
</style>