Shades of Lily #B39FAC
Tints of Lily #B39FAC
RGB
CMYK
RGB Variations
Color information
#B39FAC (or 0xB39FAC) is known color: Lily. HEX triplet: B3, 9F and AC. RGB value is (179,159,172). Sum of RGB (Red+Green+Blue) = 179+159+172=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 179 - color contains mainly: red. Hex color #B39FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39FAC is #4C6053. Grayscale: #A6A6A6. Windows color (decimal): -5005396 or 11313075. OLE color: 11313075.
HSL color Cylindrical-coordinate representation of color #B39FAC: hue angle of 321º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B39FAC is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 159 | 172 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.30 |
| HSL | 321º | 0.12% | 0.66% | - |
| HSV(B) | 321º | 0.11% | 0.7% | - |
| XYZ | 38.43 | 37.36 | 44.21 | - |
| YUV | 166.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 159 | 172 | 0 | 0.11 | 0.04 | 0.30 | 321 | 0.12 | 0.66 |
| Hex | B3 | 9F | AC | 0 | B | 4 | 1E | 141 | C | 42 |
| Octal | 263 | 237 | 254 | 0 | 13 | 4 | 36 | 501 | 14 | 102 |
| Binary | 10110011 | 10011111 | 10101100 | 0 | 1011 | 100 | 11110 | 101000001 | 1100 | 1000010 |
Color Harmonies of #B39FAC
Complementary color
Monochromatic Colors of #B39FAC
Black with #B39FAC
Text Example
Text Example
White with #B39FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39FAC; }
p { color: rgb(179,159,172); }
H1.HeaderClassName
{
color: #B39FAC;
}
.AnyTagClassName
{
color: #B39FAC;
}
</style>
background-color css
<style>
a { background-color: #B39FAC; }
a { background-color: rgb(179,159,172); }
div.DivClassName
{
background-color: #B39FAC;
}
.BgClassName
{
background-color: #B39FAC;
}
</style>
border-color css
<style>
span { border-color: #B39FAC; }
span { border-color: rgb(179,159,172); }
td.TdClassName
{
border-color: #B39FAC;
}
.TagClassName
{
border-color: #B39FAC;
}
</style>