Shades of Lily #B49BAA
Tints of Lily #B49BAA
RGB
CMYK
RGB Variations
Color information
#B49BAA (or 0xB49BAA) is known color: Lily. HEX triplet: B4, 9B and AA. RGB value is (180,155,170). Sum of RGB (Red+Green+Blue) = 180+155+170=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 180 - color contains mainly: red. Hex color #B49BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49BAA is #4B6455. Grayscale: #A4A4A4. Windows color (decimal): -4940886 or 11180980. OLE color: 11180980.
HSL color Cylindrical-coordinate representation of color #B49BAA: hue angle of 324º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B49BAA is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 155 | 170 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.29 |
| HSL | 324º | 0.14% | 0.66% | - |
| HSV(B) | 324º | 0.14% | 0.71% | - |
| XYZ | 37.8 | 36.05 | 43 | - |
| YUV | 164.19 | 131.28 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 155 | 170 | 0 | 0.14 | 0.06 | 0.29 | 324 | 0.14 | 0.66 |
| Hex | B4 | 9B | AA | 0 | E | 6 | 1D | 144 | E | 42 |
| Octal | 264 | 233 | 252 | 0 | 16 | 6 | 35 | 504 | 16 | 102 |
| Binary | 10110100 | 10011011 | 10101010 | 0 | 1110 | 110 | 11101 | 101000100 | 1110 | 1000010 |
Color Harmonies of #B49BAA
Complementary color
Monochromatic Colors of #B49BAA
Black with #B49BAA
Text Example
Text Example
White with #B49BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49BAA; }
p { color: rgb(180,155,170); }
H1.HeaderClassName
{
color: #B49BAA;
}
.AnyTagClassName
{
color: #B49BAA;
}
</style>
background-color css
<style>
a { background-color: #B49BAA; }
a { background-color: rgb(180,155,170); }
div.DivClassName
{
background-color: #B49BAA;
}
.BgClassName
{
background-color: #B49BAA;
}
</style>
border-color css
<style>
span { border-color: #B49BAA; }
span { border-color: rgb(180,155,170); }
td.TdClassName
{
border-color: #B49BAA;
}
.TagClassName
{
border-color: #B49BAA;
}
</style>