Shades of Lily #B49DAC
Tints of Lily #B49DAC
RGB
CMYK
RGB Variations
Color information
#B49DAC (or 0xB49DAC) is known color: Lily. HEX triplet: B4, 9D and AC. RGB value is (180,157,172). Sum of RGB (Red+Green+Blue) = 180+157+172=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 180 - color contains mainly: red. Hex color #B49DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49DAC is #4B6253. Grayscale: #A5A5A5. Windows color (decimal): -4940372 or 11312564. OLE color: 11312564.
HSL color Cylindrical-coordinate representation of color #B49DAC: hue angle of 320.87º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B49DAC is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
RGB | 180 | 157 | 172 | - |
CMYK | 0 | 0.13 | 0.04 | 0.29 |
HSL | 320.87º | 0.13% | 0.66% | - |
HSV(B) | 320.87º | 0.13% | 0.71% | - |
XYZ | 38.33 | 36.8 | 44.11 | - |
YUV | 165.59 | 131.62 | 138.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 157 | 172 | 0 | 0.13 | 0.04 | 0.29 | 320.87 | 0.13 | 0.66 |
Hex | B4 | 9D | AC | 0 | D | 4 | 1D | 141 | D | 42 |
Octal | 264 | 235 | 254 | 0 | 15 | 4 | 35 | 501 | 15 | 102 |
Binary | 10110100 | 10011101 | 10101100 | 0 | 1101 | 100 | 11101 | 101000001 | 1101 | 1000010 |
Color Harmonies of #B49DAC
Complementary color
Monochromatic Colors of #B49DAC
Black with #B49DAC
Text Example
Text Example
White with #B49DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49DAC; }
p { color: rgb(180,157,172); }
H1.HeaderClassName
{
color: #B49DAC;
}
.AnyTagClassName
{
color: #B49DAC;
}
</style>
background-color css
<style>
a { background-color: #B49DAC; }
a { background-color: rgb(180,157,172); }
div.DivClassName
{
background-color: #B49DAC;
}
.BgClassName
{
background-color: #B49DAC;
}
</style>
border-color css
<style>
span { border-color: #B49DAC; }
span { border-color: rgb(180,157,172); }
td.TdClassName
{
border-color: #B49DAC;
}
.TagClassName
{
border-color: #B49DAC;
}
</style>