Shades of Lilac #BA8CBE
Tints of Lilac #BA8CBE
RGB
CMYK
RGB Variations
Color information
#BA8CBE (or 0xBA8CBE) is known color: Lilac. HEX triplet: BA, 8C and BE. RGB value is (186,140,190). Sum of RGB (Red+Green+Blue) = 186+140+190=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA8CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8CBE is #457341. Grayscale: #9F9F9F. Windows color (decimal): -4551490 or 12487866. OLE color: 12487866.
HSL color Cylindrical-coordinate representation of color #BA8CBE: hue angle of 295.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA8CBE is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 140 | 190 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.25 |
| HSL | 295.2º | 0.28% | 0.65% | - |
| HSV(B) | 295.2º | 0.26% | 0.75% | - |
| XYZ | 38.92 | 32.91 | 53.02 | - |
| YUV | 159.45 | 145.24 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 190 | 0.02 | 0.26 | 0 | 0.25 | 295.2 | 0.28 | 0.65 |
| Hex | BA | 8C | BE | 2 | 1A | 0 | 19 | 127 | 1C | 41 |
| Octal | 272 | 214 | 276 | 2 | 32 | 0 | 31 | 447 | 34 | 101 |
| Binary | 10111010 | 10001100 | 10111110 | 10 | 11010 | 0 | 11001 | 100100111 | 11100 | 1000001 |
Color Harmonies of #BA8CBE
Complementary color
Monochromatic Colors of #BA8CBE
Black with #BA8CBE
Text Example
Text Example
White with #BA8CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8CBE; }
p { color: rgb(186,140,190); }
H1.HeaderClassName
{
color: #BA8CBE;
}
.AnyTagClassName
{
color: #BA8CBE;
}
</style>
background-color css
<style>
a { background-color: #BA8CBE; }
a { background-color: rgb(186,140,190); }
div.DivClassName
{
background-color: #BA8CBE;
}
.BgClassName
{
background-color: #BA8CBE;
}
</style>
border-color css
<style>
span { border-color: #BA8CBE; }
span { border-color: rgb(186,140,190); }
td.TdClassName
{
border-color: #BA8CBE;
}
.TagClassName
{
border-color: #BA8CBE;
}
</style>