Shades of Lilac #BD9CC1
Tints of Lilac #BD9CC1
RGB
CMYK
RGB Variations
Color information
#BD9CC1 (or 0xBD9CC1) is known color: Lilac. HEX triplet: BD, 9C and C1. RGB value is (189,156,193). Sum of RGB (Red+Green+Blue) = 189+156+193=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD9CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CC1 is #42633E. Grayscale: #A9A9A9. Windows color (decimal): -4350783 or 12688573. OLE color: 12688573.
HSL color Cylindrical-coordinate representation of color #BD9CC1: hue angle of 293.51º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BD9CC1 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 156 | 193 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.24 |
| HSL | 293.51º | 0.23% | 0.68% | - |
| HSV(B) | 293.51º | 0.19% | 0.76% | - |
| XYZ | 42.5 | 38.45 | 55.63 | - |
| YUV | 170.09 | 140.93 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 156 | 193 | 0.02 | 0.19 | 0 | 0.24 | 293.51 | 0.23 | 0.68 |
| Hex | BD | 9C | C1 | 2 | 13 | 0 | 18 | 126 | 17 | 44 |
| Octal | 275 | 234 | 301 | 2 | 23 | 0 | 30 | 446 | 27 | 104 |
| Binary | 10111101 | 10011100 | 11000001 | 10 | 10011 | 0 | 11000 | 100100110 | 10111 | 1000100 |
Color Harmonies of #BD9CC1
Complementary color
Monochromatic Colors of #BD9CC1
Black with #BD9CC1
Text Example
Text Example
White with #BD9CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9CC1; }
p { color: rgb(189,156,193); }
H1.HeaderClassName
{
color: #BD9CC1;
}
.AnyTagClassName
{
color: #BD9CC1;
}
</style>
background-color css
<style>
a { background-color: #BD9CC1; }
a { background-color: rgb(189,156,193); }
div.DivClassName
{
background-color: #BD9CC1;
}
.BgClassName
{
background-color: #BD9CC1;
}
</style>
border-color css
<style>
span { border-color: #BD9CC1; }
span { border-color: rgb(189,156,193); }
td.TdClassName
{
border-color: #BD9CC1;
}
.TagClassName
{
border-color: #BD9CC1;
}
</style>