Shades of Lilac #BA8FC0
Tints of Lilac #BA8FC0
RGB
CMYK
RGB Variations
Color information
#BA8FC0 (or 0xBA8FC0) is known color: Lilac. HEX triplet: BA, 8F and C0. RGB value is (186,143,192). Sum of RGB (Red+Green+Blue) = 186+143+192=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA8FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8FC0 is #45703F. Grayscale: #A1A1A1. Windows color (decimal): -4550720 or 12619706. OLE color: 12619706.
HSL color Cylindrical-coordinate representation of color #BA8FC0: hue angle of 292.65º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA8FC0 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 143 | 192 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.25 |
| HSL | 292.65º | 0.28% | 0.66% | - |
| HSV(B) | 292.65º | 0.26% | 0.75% | - |
| XYZ | 39.59 | 33.89 | 54.32 | - |
| YUV | 161.44 | 145.25 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 192 | 0.03 | 0.26 | 0 | 0.25 | 292.65 | 0.28 | 0.66 |
| Hex | BA | 8F | C0 | 3 | 1A | 0 | 19 | 125 | 1C | 42 |
| Octal | 272 | 217 | 300 | 3 | 32 | 0 | 31 | 445 | 34 | 102 |
| Binary | 10111010 | 10001111 | 11000000 | 11 | 11010 | 0 | 11001 | 100100101 | 11100 | 1000010 |
Color Harmonies of #BA8FC0
Complementary color
Monochromatic Colors of #BA8FC0
Black with #BA8FC0
Text Example
Text Example
White with #BA8FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8FC0; }
p { color: rgb(186,143,192); }
H1.HeaderClassName
{
color: #BA8FC0;
}
.AnyTagClassName
{
color: #BA8FC0;
}
</style>
background-color css
<style>
a { background-color: #BA8FC0; }
a { background-color: rgb(186,143,192); }
div.DivClassName
{
background-color: #BA8FC0;
}
.BgClassName
{
background-color: #BA8FC0;
}
</style>
border-color css
<style>
span { border-color: #BA8FC0; }
span { border-color: rgb(186,143,192); }
td.TdClassName
{
border-color: #BA8FC0;
}
.TagClassName
{
border-color: #BA8FC0;
}
</style>