Shades of Lilac #BD9ABC
Tints of Lilac #BD9ABC
RGB
CMYK
RGB Variations
Color information
#BD9ABC (or 0xBD9ABC) is known color: Lilac. HEX triplet: BD, 9A and BC. RGB value is (189,154,188). Sum of RGB (Red+Green+Blue) = 189+154+188=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9ABC is #426543. Grayscale: #A8A8A8. Windows color (decimal): -4351300 or 12360381. OLE color: 12360381.
HSL color Cylindrical-coordinate representation of color #BD9ABC: hue angle of 301.71º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BD9ABC is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 154 | 188 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.26 |
| HSL | 301.71º | 0.21% | 0.67% | - |
| HSV(B) | 301.71º | 0.19% | 0.74% | - |
| XYZ | 41.62 | 37.56 | 52.63 | - |
| YUV | 168.34 | 139.1 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 188 | 0 | 0.19 | 0.01 | 0.26 | 301.71 | 0.21 | 0.67 |
| Hex | BD | 9A | BC | 0 | 13 | 1 | 1A | 12E | 15 | 43 |
| Octal | 275 | 232 | 274 | 0 | 23 | 1 | 32 | 456 | 25 | 103 |
| Binary | 10111101 | 10011010 | 10111100 | 0 | 10011 | 1 | 11010 | 100101110 | 10101 | 1000011 |
Color Harmonies of #BD9ABC
Complementary color
Monochromatic Colors of #BD9ABC
Black with #BD9ABC
Text Example
Text Example
White with #BD9ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9ABC; }
p { color: rgb(189,154,188); }
H1.HeaderClassName
{
color: #BD9ABC;
}
.AnyTagClassName
{
color: #BD9ABC;
}
</style>
background-color css
<style>
a { background-color: #BD9ABC; }
a { background-color: rgb(189,154,188); }
div.DivClassName
{
background-color: #BD9ABC;
}
.BgClassName
{
background-color: #BD9ABC;
}
</style>
border-color css
<style>
span { border-color: #BD9ABC; }
span { border-color: rgb(189,154,188); }
td.TdClassName
{
border-color: #BD9ABC;
}
.TagClassName
{
border-color: #BD9ABC;
}
</style>