Shades of Lilac #BD86C2
Tints of Lilac #BD86C2
RGB
CMYK
RGB Variations
Color information
#BD86C2 (or 0xBD86C2) is known color: Lilac. HEX triplet: BD, 86 and C2. RGB value is (189,134,194). Sum of RGB (Red+Green+Blue) = 189+134+194=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD86C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD86C2 is #42793D. Grayscale: #9D9D9D. Windows color (decimal): -4356414 or 12748477. OLE color: 12748477.
HSL color Cylindrical-coordinate representation of color #BD86C2: hue angle of 295º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD86C2 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 134 | 194 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.24 |
| HSL | 295º | 0.33% | 0.64% | - |
| HSV(B) | 295º | 0.31% | 0.76% | - |
| XYZ | 39.25 | 31.76 | 55.1 | - |
| YUV | 157.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 134 | 194 | 0.03 | 0.31 | 0 | 0.24 | 295 | 0.33 | 0.64 |
| Hex | BD | 86 | C2 | 3 | 1F | 0 | 18 | 127 | 21 | 40 |
| Octal | 275 | 206 | 302 | 3 | 37 | 0 | 30 | 447 | 41 | 100 |
| Binary | 10111101 | 10000110 | 11000010 | 11 | 11111 | 0 | 11000 | 100100111 | 100001 | 1000000 |
Color Harmonies of #BD86C2
Complementary color
Monochromatic Colors of #BD86C2
Black with #BD86C2
Text Example
Text Example
White with #BD86C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD86C2; }
p { color: rgb(189,134,194); }
H1.HeaderClassName
{
color: #BD86C2;
}
.AnyTagClassName
{
color: #BD86C2;
}
</style>
background-color css
<style>
a { background-color: #BD86C2; }
a { background-color: rgb(189,134,194); }
div.DivClassName
{
background-color: #BD86C2;
}
.BgClassName
{
background-color: #BD86C2;
}
</style>
border-color css
<style>
span { border-color: #BD86C2; }
span { border-color: rgb(189,134,194); }
td.TdClassName
{
border-color: #BD86C2;
}
.TagClassName
{
border-color: #BD86C2;
}
</style>