Shades of Lilac #BA94C1
Tints of Lilac #BA94C1
RGB
CMYK
RGB Variations
Color information
#BA94C1 (or 0xBA94C1) is known color: Lilac. HEX triplet: BA, 94 and C1. RGB value is (186,148,193). Sum of RGB (Red+Green+Blue) = 186+148+193=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA94C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94C1 is #456B3E. Grayscale: #A4A4A4. Windows color (decimal): -4549439 or 12686522. OLE color: 12686522.
HSL color Cylindrical-coordinate representation of color #BA94C1: hue angle of 290.67º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA94C1 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 148 | 193 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.24 |
| HSL | 290.67º | 0.27% | 0.67% | - |
| HSV(B) | 290.67º | 0.23% | 0.76% | - |
| XYZ | 40.47 | 35.47 | 55.17 | - |
| YUV | 164.49 | 144.09 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 193 | 0.04 | 0.23 | 0 | 0.24 | 290.67 | 0.27 | 0.67 |
| Hex | BA | 94 | C1 | 4 | 17 | 0 | 18 | 123 | 1B | 43 |
| Octal | 272 | 224 | 301 | 4 | 27 | 0 | 30 | 443 | 33 | 103 |
| Binary | 10111010 | 10010100 | 11000001 | 100 | 10111 | 0 | 11000 | 100100011 | 11011 | 1000011 |
Color Harmonies of #BA94C1
Complementary color
Monochromatic Colors of #BA94C1
Black with #BA94C1
Text Example
Text Example
White with #BA94C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA94C1; }
p { color: rgb(186,148,193); }
H1.HeaderClassName
{
color: #BA94C1;
}
.AnyTagClassName
{
color: #BA94C1;
}
</style>
background-color css
<style>
a { background-color: #BA94C1; }
a { background-color: rgb(186,148,193); }
div.DivClassName
{
background-color: #BA94C1;
}
.BgClassName
{
background-color: #BA94C1;
}
</style>
border-color css
<style>
span { border-color: #BA94C1; }
span { border-color: rgb(186,148,193); }
td.TdClassName
{
border-color: #BA94C1;
}
.TagClassName
{
border-color: #BA94C1;
}
</style>