Shades of Lilac #BDA1BA
Tints of Lilac #BDA1BA
RGB
CMYK
RGB Variations
Color information
#BDA1BA (or 0xBDA1BA) is known color: Lilac. HEX triplet: BD, A1 and BA. RGB value is (189,161,186). Sum of RGB (Red+Green+Blue) = 189+161+186=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA1BA is #425E45. Grayscale: #ACACAC. Windows color (decimal): -4349510 or 12231101. OLE color: 12231101.
HSL color Cylindrical-coordinate representation of color #BDA1BA: hue angle of 306.43º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDA1BA is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 186 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.26 |
| HSL | 306.43º | 0.18% | 0.69% | - |
| HSV(B) | 306.43º | 0.15% | 0.74% | - |
| XYZ | 42.59 | 39.85 | 51.9 | - |
| YUV | 172.22 | 135.78 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 186 | 0 | 0.15 | 0.02 | 0.26 | 306.43 | 0.18 | 0.69 |
| Hex | BD | A1 | BA | 0 | F | 2 | 1A | 132 | 12 | 45 |
| Octal | 275 | 241 | 272 | 0 | 17 | 2 | 32 | 462 | 22 | 105 |
| Binary | 10111101 | 10100001 | 10111010 | 0 | 1111 | 10 | 11010 | 100110010 | 10010 | 1000101 |
Color Harmonies of #BDA1BA
Complementary color
Monochromatic Colors of #BDA1BA
Black with #BDA1BA
Text Example
Text Example
White with #BDA1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA1BA; }
p { color: rgb(189,161,186); }
H1.HeaderClassName
{
color: #BDA1BA;
}
.AnyTagClassName
{
color: #BDA1BA;
}
</style>
background-color css
<style>
a { background-color: #BDA1BA; }
a { background-color: rgb(189,161,186); }
div.DivClassName
{
background-color: #BDA1BA;
}
.BgClassName
{
background-color: #BDA1BA;
}
</style>
border-color css
<style>
span { border-color: #BDA1BA; }
span { border-color: rgb(189,161,186); }
td.TdClassName
{
border-color: #BDA1BA;
}
.TagClassName
{
border-color: #BDA1BA;
}
</style>