Shades of Lilac #BDA1BB
Tints of Lilac #BDA1BB
RGB
CMYK
RGB Variations
Color information
#BDA1BB (or 0xBDA1BB) is known color: Lilac. HEX triplet: BD, A1 and BB. RGB value is (189,161,187). Sum of RGB (Red+Green+Blue) = 189+161+187=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA1BB is #425E44. Grayscale: #ACACAC. Windows color (decimal): -4349509 or 12296637. OLE color: 12296637.
HSL color Cylindrical-coordinate representation of color #BDA1BB: hue angle of 304.29º 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 #BDA1BB is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 161 | 187 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.26 |
| HSL | 304.29º | 0.18% | 0.69% | - |
| HSV(B) | 304.29º | 0.15% | 0.74% | - |
| XYZ | 42.7 | 39.9 | 52.46 | - |
| YUV | 172.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 161 | 187 | 0 | 0.15 | 0.01 | 0.26 | 304.29 | 0.18 | 0.69 |
| Hex | BD | A1 | BB | 0 | F | 1 | 1A | 130 | 12 | 45 |
| Octal | 275 | 241 | 273 | 0 | 17 | 1 | 32 | 460 | 22 | 105 |
| Binary | 10111101 | 10100001 | 10111011 | 0 | 1111 | 1 | 11010 | 100110000 | 10010 | 1000101 |
Color Harmonies of #BDA1BB
Complementary color
Monochromatic Colors of #BDA1BB
Black with #BDA1BB
Text Example
Text Example
White with #BDA1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA1BB; }
p { color: rgb(189,161,187); }
H1.HeaderClassName
{
color: #BDA1BB;
}
.AnyTagClassName
{
color: #BDA1BB;
}
</style>
background-color css
<style>
a { background-color: #BDA1BB; }
a { background-color: rgb(189,161,187); }
div.DivClassName
{
background-color: #BDA1BB;
}
.BgClassName
{
background-color: #BDA1BB;
}
</style>
border-color css
<style>
span { border-color: #BDA1BB; }
span { border-color: rgb(189,161,187); }
td.TdClassName
{
border-color: #BDA1BB;
}
.TagClassName
{
border-color: #BDA1BB;
}
</style>