Shades of Lilac #BD9FBA
Tints of Lilac #BD9FBA
RGB
CMYK
RGB Variations
Color information
#BD9FBA (or 0xBD9FBA) is known color: Lilac. HEX triplet: BD, 9F and BA. RGB value is (189,159,186). Sum of RGB (Red+Green+Blue) = 189+159+186=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9FBA is #426045. Grayscale: #AAAAAA. Windows color (decimal): -4350022 or 12230589. OLE color: 12230589.
HSL color Cylindrical-coordinate representation of color #BD9FBA: hue angle of 306º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BD9FBA is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 159 | 186 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.26 |
| HSL | 306º | 0.19% | 0.68% | - |
| HSV(B) | 306º | 0.16% | 0.74% | - |
| XYZ | 42.25 | 39.16 | 51.79 | - |
| YUV | 171.05 | 136.44 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 186 | 0 | 0.16 | 0.02 | 0.26 | 306 | 0.19 | 0.68 |
| Hex | BD | 9F | BA | 0 | 10 | 2 | 1A | 132 | 13 | 44 |
| Octal | 275 | 237 | 272 | 0 | 20 | 2 | 32 | 462 | 23 | 104 |
| Binary | 10111101 | 10011111 | 10111010 | 0 | 10000 | 10 | 11010 | 100110010 | 10011 | 1000100 |
Color Harmonies of #BD9FBA
Complementary color
Monochromatic Colors of #BD9FBA
Black with #BD9FBA
Text Example
Text Example
White with #BD9FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9FBA; }
p { color: rgb(189,159,186); }
H1.HeaderClassName
{
color: #BD9FBA;
}
.AnyTagClassName
{
color: #BD9FBA;
}
</style>
background-color css
<style>
a { background-color: #BD9FBA; }
a { background-color: rgb(189,159,186); }
div.DivClassName
{
background-color: #BD9FBA;
}
.BgClassName
{
background-color: #BD9FBA;
}
</style>
border-color css
<style>
span { border-color: #BD9FBA; }
span { border-color: rgb(189,159,186); }
td.TdClassName
{
border-color: #BD9FBA;
}
.TagClassName
{
border-color: #BD9FBA;
}
</style>