Shades of Lily #B49BAC
Tints of Lily #B49BAC
RGB
CMYK
RGB Variations
Color information
#B49BAC (or 0xB49BAC) is known color: Lily. HEX triplet: B4, 9B and AC. RGB value is (180,155,172). Sum of RGB (Red+Green+Blue) = 180+155+172=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 180 - color contains mainly: red. Hex color #B49BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49BAC is #4B6453. Grayscale: #A4A4A4. Windows color (decimal): -4940884 or 11312052. OLE color: 11312052.
HSL color Cylindrical-coordinate representation of color #B49BAC: hue angle of 319.2º 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 #B49BAC is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 155 | 172 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.29 |
| HSL | 319.2º | 0.14% | 0.66% | - |
| HSV(B) | 319.2º | 0.14% | 0.71% | - |
| XYZ | 37.99 | 36.12 | 44 | - |
| YUV | 164.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 155 | 172 | 0 | 0.14 | 0.04 | 0.29 | 319.2 | 0.14 | 0.66 |
| Hex | B4 | 9B | AC | 0 | E | 4 | 1D | 13F | E | 42 |
| Octal | 264 | 233 | 254 | 0 | 16 | 4 | 35 | 477 | 16 | 102 |
| Binary | 10110100 | 10011011 | 10101100 | 0 | 1110 | 100 | 11101 | 100111111 | 1110 | 1000010 |
Color Harmonies of #B49BAC
Complementary color
Monochromatic Colors of #B49BAC
Black with #B49BAC
Text Example
Text Example
White with #B49BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49BAC; }
p { color: rgb(180,155,172); }
H1.HeaderClassName
{
color: #B49BAC;
}
.AnyTagClassName
{
color: #B49BAC;
}
</style>
background-color css
<style>
a { background-color: #B49BAC; }
a { background-color: rgb(180,155,172); }
div.DivClassName
{
background-color: #B49BAC;
}
.BgClassName
{
background-color: #B49BAC;
}
</style>
border-color css
<style>
span { border-color: #B49BAC; }
span { border-color: rgb(180,155,172); }
td.TdClassName
{
border-color: #B49BAC;
}
.TagClassName
{
border-color: #B49BAC;
}
</style>