Shades of Lily #B99FAC
Tints of Lily #B99FAC
RGB
CMYK
RGB Variations
Color information
#B99FAC (or 0xB99FAC) is known color: Lily. HEX triplet: B9, 9F and AC. RGB value is (185,159,172). Sum of RGB (Red+Green+Blue) = 185+159+172=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 185 - color contains mainly: red. Hex color #B99FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99FAC is #466053. Grayscale: #A8A8A8. Windows color (decimal): -4612180 or 11313081. OLE color: 11313081.
HSL color Cylindrical-coordinate representation of color #B99FAC: hue angle of 330º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B99FAC is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 159 | 172 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.27 |
| HSL | 330º | 0.16% | 0.67% | - |
| HSV(B) | 330º | 0.14% | 0.73% | - |
| XYZ | 39.85 | 38.09 | 44.28 | - |
| YUV | 168.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 159 | 172 | 0 | 0.14 | 0.07 | 0.27 | 330 | 0.16 | 0.67 |
| Hex | B9 | 9F | AC | 0 | E | 7 | 1B | 14A | 10 | 43 |
| Octal | 271 | 237 | 254 | 0 | 16 | 7 | 33 | 512 | 20 | 103 |
| Binary | 10111001 | 10011111 | 10101100 | 0 | 1110 | 111 | 11011 | 101001010 | 10000 | 1000011 |
Color Harmonies of #B99FAC
Complementary color
Monochromatic Colors of #B99FAC
Black with #B99FAC
Text Example
Text Example
White with #B99FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99FAC; }
p { color: rgb(185,159,172); }
H1.HeaderClassName
{
color: #B99FAC;
}
.AnyTagClassName
{
color: #B99FAC;
}
</style>
background-color css
<style>
a { background-color: #B99FAC; }
a { background-color: rgb(185,159,172); }
div.DivClassName
{
background-color: #B99FAC;
}
.BgClassName
{
background-color: #B99FAC;
}
</style>
border-color css
<style>
span { border-color: #B99FAC; }
span { border-color: rgb(185,159,172); }
td.TdClassName
{
border-color: #B99FAC;
}
.TagClassName
{
border-color: #B99FAC;
}
</style>