Shades of Lilac #BD9AC6
Tints of Lilac #BD9AC6
RGB
CMYK
RGB Variations
Color information
#BD9AC6 (or 0xBD9AC6) is known color: Lilac. HEX triplet: BD, 9A and C6. RGB value is (189,154,198). Sum of RGB (Red+Green+Blue) = 189+154+198=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD9AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9AC6 is #426539. Grayscale: #A9A9A9. Windows color (decimal): -4351290 or 13015741. OLE color: 13015741.
HSL color Cylindrical-coordinate representation of color #BD9AC6: hue angle of 287.73º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BD9AC6 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 154 | 198 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.22 |
| HSL | 287.73º | 0.28% | 0.69% | - |
| HSV(B) | 287.73º | 0.22% | 0.78% | - |
| XYZ | 42.73 | 38.01 | 58.51 | - |
| YUV | 169.48 | 144.1 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 154 | 198 | 0.05 | 0.22 | 0 | 0.22 | 287.73 | 0.28 | 0.69 |
| Hex | BD | 9A | C6 | 5 | 16 | 0 | 16 | 120 | 1C | 45 |
| Octal | 275 | 232 | 306 | 5 | 26 | 0 | 26 | 440 | 34 | 105 |
| Binary | 10111101 | 10011010 | 11000110 | 101 | 10110 | 0 | 10110 | 100100000 | 11100 | 1000101 |
Color Harmonies of #BD9AC6
Complementary color
Monochromatic Colors of #BD9AC6
Black with #BD9AC6
Text Example
Text Example
White with #BD9AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9AC6; }
p { color: rgb(189,154,198); }
H1.HeaderClassName
{
color: #BD9AC6;
}
.AnyTagClassName
{
color: #BD9AC6;
}
</style>
background-color css
<style>
a { background-color: #BD9AC6; }
a { background-color: rgb(189,154,198); }
div.DivClassName
{
background-color: #BD9AC6;
}
.BgClassName
{
background-color: #BD9AC6;
}
</style>
border-color css
<style>
span { border-color: #BD9AC6; }
span { border-color: rgb(189,154,198); }
td.TdClassName
{
border-color: #BD9AC6;
}
.TagClassName
{
border-color: #BD9AC6;
}
</style>