Shades of Lilac #BDA9BB
Tints of Lilac #BDA9BB
RGB
CMYK
RGB Variations
Color information
#BDA9BB (or 0xBDA9BB) is known color: Lilac. HEX triplet: BD, A9 and BB. RGB value is (189,169,187). Sum of RGB (Red+Green+Blue) = 189+169+187=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA9BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA9BB is #425644. Grayscale: #B0B0B0. Windows color (decimal): -4347461 or 12298685. OLE color: 12298685.
HSL color Cylindrical-coordinate representation of color #BDA9BB: hue angle of 306º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDA9BB is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 187 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.26 |
| HSL | 306º | 0.13% | 0.7% | - |
| HSV(B) | 306º | 0.11% | 0.74% | - |
| XYZ | 44.14 | 42.78 | 52.94 | - |
| YUV | 177.03 | 133.63 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 187 | 0 | 0.11 | 0.01 | 0.26 | 306 | 0.13 | 0.7 |
| Hex | BD | A9 | BB | 0 | B | 1 | 1A | 132 | D | 46 |
| Octal | 275 | 251 | 273 | 0 | 13 | 1 | 32 | 462 | 15 | 106 |
| Binary | 10111101 | 10101001 | 10111011 | 0 | 1011 | 1 | 11010 | 100110010 | 1101 | 1000110 |
Color Harmonies of #BDA9BB
Complementary color
Monochromatic Colors of #BDA9BB
Black with #BDA9BB
Text Example
Text Example
White with #BDA9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA9BB; }
p { color: rgb(189,169,187); }
H1.HeaderClassName
{
color: #BDA9BB;
}
.AnyTagClassName
{
color: #BDA9BB;
}
</style>
background-color css
<style>
a { background-color: #BDA9BB; }
a { background-color: rgb(189,169,187); }
div.DivClassName
{
background-color: #BDA9BB;
}
.BgClassName
{
background-color: #BDA9BB;
}
</style>
border-color css
<style>
span { border-color: #BDA9BB; }
span { border-color: rgb(189,169,187); }
td.TdClassName
{
border-color: #BDA9BB;
}
.TagClassName
{
border-color: #BDA9BB;
}
</style>