Shades of Lilac #BD9DBA
Tints of Lilac #BD9DBA
RGB
CMYK
RGB Variations
Color information
#BD9DBA (or 0xBD9DBA) is known color: Lilac. HEX triplet: BD, 9D and BA. RGB value is (189,157,186). Sum of RGB (Red+Green+Blue) = 189+157+186=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9DBA is #426245. Grayscale: #A9A9A9. Windows color (decimal): -4350534 or 12230077. OLE color: 12230077.
HSL color Cylindrical-coordinate representation of color #BD9DBA: hue angle of 305.62º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BD9DBA is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 157 | 186 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.26 |
| HSL | 305.63º | 0.2% | 0.68% | - |
| HSV(B) | 305.63º | 0.17% | 0.74% | - |
| XYZ | 41.91 | 38.48 | 51.67 | - |
| YUV | 169.87 | 137.1 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 157 | 186 | 0 | 0.17 | 0.02 | 0.26 | 305.63 | 0.2 | 0.68 |
| Hex | BD | 9D | BA | 0 | 11 | 2 | 1A | 132 | 14 | 44 |
| Octal | 275 | 235 | 272 | 0 | 21 | 2 | 32 | 462 | 24 | 104 |
| Binary | 10111101 | 10011101 | 10111010 | 0 | 10001 | 10 | 11010 | 100110010 | 10100 | 1000100 |
Color Harmonies of #BD9DBA
Complementary color
Monochromatic Colors of #BD9DBA
Black with #BD9DBA
Text Example
Text Example
White with #BD9DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9DBA; }
p { color: rgb(189,157,186); }
H1.HeaderClassName
{
color: #BD9DBA;
}
.AnyTagClassName
{
color: #BD9DBA;
}
</style>
background-color css
<style>
a { background-color: #BD9DBA; }
a { background-color: rgb(189,157,186); }
div.DivClassName
{
background-color: #BD9DBA;
}
.BgClassName
{
background-color: #BD9DBA;
}
</style>
border-color css
<style>
span { border-color: #BD9DBA; }
span { border-color: rgb(189,157,186); }
td.TdClassName
{
border-color: #BD9DBA;
}
.TagClassName
{
border-color: #BD9DBA;
}
</style>