Shades of Lily #B49AAB
Tints of Lily #B49AAB
RGB
CMYK
RGB Variations
Color information
#B49AAB (or 0xB49AAB) is known color: Lily. HEX triplet: B4, 9A and AB. RGB value is (180,154,171). Sum of RGB (Red+Green+Blue) = 180+154+171=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 180 - color contains mainly: red. Hex color #B49AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49AAB is #4B6554. Grayscale: #A3A3A3. Windows color (decimal): -4941141 or 11246260. OLE color: 11246260.
HSL color Cylindrical-coordinate representation of color #B49AAB: hue angle of 320.77º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B49AAB is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 154 | 171 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.29 |
| HSL | 320.77º | 0.15% | 0.65% | - |
| HSV(B) | 320.77º | 0.14% | 0.71% | - |
| XYZ | 37.73 | 35.75 | 43.44 | - |
| YUV | 163.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 154 | 171 | 0 | 0.14 | 0.05 | 0.29 | 320.77 | 0.15 | 0.65 |
| Hex | B4 | 9A | AB | 0 | E | 5 | 1D | 141 | F | 41 |
| Octal | 264 | 232 | 253 | 0 | 16 | 5 | 35 | 501 | 17 | 101 |
| Binary | 10110100 | 10011010 | 10101011 | 0 | 1110 | 101 | 11101 | 101000001 | 1111 | 1000001 |
Color Harmonies of #B49AAB
Complementary color
Monochromatic Colors of #B49AAB
Black with #B49AAB
Text Example
Text Example
White with #B49AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49AAB; }
p { color: rgb(180,154,171); }
H1.HeaderClassName
{
color: #B49AAB;
}
.AnyTagClassName
{
color: #B49AAB;
}
</style>
background-color css
<style>
a { background-color: #B49AAB; }
a { background-color: rgb(180,154,171); }
div.DivClassName
{
background-color: #B49AAB;
}
.BgClassName
{
background-color: #B49AAB;
}
</style>
border-color css
<style>
span { border-color: #B49AAB; }
span { border-color: rgb(180,154,171); }
td.TdClassName
{
border-color: #B49AAB;
}
.TagClassName
{
border-color: #B49AAB;
}
</style>