Shades of Lily #B39DAC
Tints of Lily #B39DAC
RGB
CMYK
RGB Variations
Color information
#B39DAC (or 0xB39DAC) is known color: Lily. HEX triplet: B3, 9D and AC. RGB value is (179,157,172). Sum of RGB (Red+Green+Blue) = 179+157+172=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 179 - color contains mainly: red. Hex color #B39DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39DAC is #4C6253. Grayscale: #A5A5A5. Windows color (decimal): -5005908 or 11312563. OLE color: 11312563.
HSL color Cylindrical-coordinate representation of color #B39DAC: hue angle of 319.09º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B39DAC is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 157 | 172 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.30 |
| HSL | 319.09º | 0.13% | 0.66% | - |
| HSV(B) | 319.09º | 0.12% | 0.7% | - |
| XYZ | 38.09 | 36.68 | 44.1 | - |
| YUV | 165.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 157 | 172 | 0 | 0.12 | 0.04 | 0.30 | 319.09 | 0.13 | 0.66 |
| Hex | B3 | 9D | AC | 0 | C | 4 | 1E | 13F | D | 42 |
| Octal | 263 | 235 | 254 | 0 | 14 | 4 | 36 | 477 | 15 | 102 |
| Binary | 10110011 | 10011101 | 10101100 | 0 | 1100 | 100 | 11110 | 100111111 | 1101 | 1000010 |
Color Harmonies of #B39DAC
Complementary color
Monochromatic Colors of #B39DAC
Black with #B39DAC
Text Example
Text Example
White with #B39DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39DAC; }
p { color: rgb(179,157,172); }
H1.HeaderClassName
{
color: #B39DAC;
}
.AnyTagClassName
{
color: #B39DAC;
}
</style>
background-color css
<style>
a { background-color: #B39DAC; }
a { background-color: rgb(179,157,172); }
div.DivClassName
{
background-color: #B39DAC;
}
.BgClassName
{
background-color: #B39DAC;
}
</style>
border-color css
<style>
span { border-color: #B39DAC; }
span { border-color: rgb(179,157,172); }
td.TdClassName
{
border-color: #B39DAC;
}
.TagClassName
{
border-color: #B39DAC;
}
</style>