Shades of Lily #B49AAA
Tints of Lily #B49AAA
RGB
CMYK
RGB Variations
Color information
#B49AAA (or 0xB49AAA) is known color: Lily. HEX triplet: B4, 9A and AA. RGB value is (180,154,170). Sum of RGB (Red+Green+Blue) = 180+154+170=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 180 - color contains mainly: red. Hex color #B49AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49AAA is #4B6555. Grayscale: #A3A3A3. Windows color (decimal): -4941142 or 11180724. OLE color: 11180724.
HSL color Cylindrical-coordinate representation of color #B49AAA: hue angle of 323.08º 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 #B49AAA is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 154 | 170 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.29 |
| HSL | 323.08º | 0.15% | 0.65% | - |
| HSV(B) | 323.08º | 0.14% | 0.71% | - |
| XYZ | 37.63 | 35.72 | 42.94 | - |
| YUV | 163.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 154 | 170 | 0 | 0.14 | 0.06 | 0.29 | 323.08 | 0.15 | 0.65 |
| Hex | B4 | 9A | AA | 0 | E | 6 | 1D | 143 | F | 41 |
| Octal | 264 | 232 | 252 | 0 | 16 | 6 | 35 | 503 | 17 | 101 |
| Binary | 10110100 | 10011010 | 10101010 | 0 | 1110 | 110 | 11101 | 101000011 | 1111 | 1000001 |
Color Harmonies of #B49AAA
Complementary color
Monochromatic Colors of #B49AAA
Black with #B49AAA
Text Example
Text Example
White with #B49AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49AAA; }
p { color: rgb(180,154,170); }
H1.HeaderClassName
{
color: #B49AAA;
}
.AnyTagClassName
{
color: #B49AAA;
}
</style>
background-color css
<style>
a { background-color: #B49AAA; }
a { background-color: rgb(180,154,170); }
div.DivClassName
{
background-color: #B49AAA;
}
.BgClassName
{
background-color: #B49AAA;
}
</style>
border-color css
<style>
span { border-color: #B49AAA; }
span { border-color: rgb(180,154,170); }
td.TdClassName
{
border-color: #B49AAA;
}
.TagClassName
{
border-color: #B49AAA;
}
</style>