Shades of Lilac #BA8FBF
Tints of Lilac #BA8FBF
RGB
CMYK
RGB Variations
Color information
#BA8FBF (or 0xBA8FBF) is known color: Lilac. HEX triplet: BA, 8F and BF. RGB value is (186,143,191). Sum of RGB (Red+Green+Blue) = 186+143+191=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA8FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8FBF is #457040. Grayscale: #A1A1A1. Windows color (decimal): -4550721 or 12554170. OLE color: 12554170.
HSL color Cylindrical-coordinate representation of color #BA8FBF: hue angle of 293.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA8FBF is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 143 | 191 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.25 |
| HSL | 293.75º | 0.27% | 0.65% | - |
| HSV(B) | 293.75º | 0.25% | 0.75% | - |
| XYZ | 39.48 | 33.85 | 53.74 | - |
| YUV | 161.33 | 144.75 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 191 | 0.03 | 0.25 | 0 | 0.25 | 293.75 | 0.27 | 0.65 |
| Hex | BA | 8F | BF | 3 | 19 | 0 | 19 | 126 | 1B | 41 |
| Octal | 272 | 217 | 277 | 3 | 31 | 0 | 31 | 446 | 33 | 101 |
| Binary | 10111010 | 10001111 | 10111111 | 11 | 11001 | 0 | 11001 | 100100110 | 11011 | 1000001 |
Color Harmonies of #BA8FBF
Complementary color
Monochromatic Colors of #BA8FBF
Black with #BA8FBF
Text Example
Text Example
White with #BA8FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8FBF; }
p { color: rgb(186,143,191); }
H1.HeaderClassName
{
color: #BA8FBF;
}
.AnyTagClassName
{
color: #BA8FBF;
}
</style>
background-color css
<style>
a { background-color: #BA8FBF; }
a { background-color: rgb(186,143,191); }
div.DivClassName
{
background-color: #BA8FBF;
}
.BgClassName
{
background-color: #BA8FBF;
}
</style>
border-color css
<style>
span { border-color: #BA8FBF; }
span { border-color: rgb(186,143,191); }
td.TdClassName
{
border-color: #BA8FBF;
}
.TagClassName
{
border-color: #BA8FBF;
}
</style>