Shades of Lily #B49FAC
Tints of Lily #B49FAC
RGB
CMYK
RGB Variations
Color information
#B49FAC (or 0xB49FAC) is known color: Lily. HEX triplet: B4, 9F and AC. RGB value is (180,159,172). Sum of RGB (Red+Green+Blue) = 180+159+172=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 180 - color contains mainly: red. Hex color #B49FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49FAC is #4B6053. Grayscale: #A6A6A6. Windows color (decimal): -4939860 or 11313076. OLE color: 11313076.
HSL color Cylindrical-coordinate representation of color #B49FAC: hue angle of 322.86º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B49FAC is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 159 | 172 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.29 |
| HSL | 322.86º | 0.12% | 0.66% | - |
| HSV(B) | 322.86º | 0.12% | 0.71% | - |
| XYZ | 38.67 | 37.48 | 44.23 | - |
| YUV | 166.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 159 | 172 | 0 | 0.12 | 0.04 | 0.29 | 322.86 | 0.12 | 0.66 |
| Hex | B4 | 9F | AC | 0 | C | 4 | 1D | 143 | C | 42 |
| Octal | 264 | 237 | 254 | 0 | 14 | 4 | 35 | 503 | 14 | 102 |
| Binary | 10110100 | 10011111 | 10101100 | 0 | 1100 | 100 | 11101 | 101000011 | 1100 | 1000010 |
Color Harmonies of #B49FAC
Complementary color
Monochromatic Colors of #B49FAC
Black with #B49FAC
Text Example
Text Example
White with #B49FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49FAC; }
p { color: rgb(180,159,172); }
H1.HeaderClassName
{
color: #B49FAC;
}
.AnyTagClassName
{
color: #B49FAC;
}
</style>
background-color css
<style>
a { background-color: #B49FAC; }
a { background-color: rgb(180,159,172); }
div.DivClassName
{
background-color: #B49FAC;
}
.BgClassName
{
background-color: #B49FAC;
}
</style>
border-color css
<style>
span { border-color: #B49FAC; }
span { border-color: rgb(180,159,172); }
td.TdClassName
{
border-color: #B49FAC;
}
.TagClassName
{
border-color: #B49FAC;
}
</style>