Shades of Lilac #BA94BC
Tints of Lilac #BA94BC
RGB
CMYK
RGB Variations
Color information
#BA94BC (or 0xBA94BC) is known color: Lilac. HEX triplet: BA, 94 and BC. RGB value is (186,148,188). Sum of RGB (Red+Green+Blue) = 186+148+188=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA94BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94BC is #456B43. Grayscale: #A3A3A3. Windows color (decimal): -4549444 or 12358842. OLE color: 12358842.
HSL color Cylindrical-coordinate representation of color #BA94BC: hue angle of 297º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BA94BC is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 148 | 188 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.26 |
| HSL | 297º | 0.23% | 0.66% | - |
| HSV(B) | 297º | 0.21% | 0.74% | - |
| XYZ | 39.92 | 35.25 | 52.28 | - |
| YUV | 163.92 | 141.59 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 188 | 0.01 | 0.21 | 0 | 0.26 | 297 | 0.23 | 0.66 |
| Hex | BA | 94 | BC | 1 | 15 | 0 | 1A | 129 | 17 | 42 |
| Octal | 272 | 224 | 274 | 1 | 25 | 0 | 32 | 451 | 27 | 102 |
| Binary | 10111010 | 10010100 | 10111100 | 1 | 10101 | 0 | 11010 | 100101001 | 10111 | 1000010 |
Color Harmonies of #BA94BC
Complementary color
Monochromatic Colors of #BA94BC
Black with #BA94BC
Text Example
Text Example
White with #BA94BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA94BC; }
p { color: rgb(186,148,188); }
H1.HeaderClassName
{
color: #BA94BC;
}
.AnyTagClassName
{
color: #BA94BC;
}
</style>
background-color css
<style>
a { background-color: #BA94BC; }
a { background-color: rgb(186,148,188); }
div.DivClassName
{
background-color: #BA94BC;
}
.BgClassName
{
background-color: #BA94BC;
}
</style>
border-color css
<style>
span { border-color: #BA94BC; }
span { border-color: rgb(186,148,188); }
td.TdClassName
{
border-color: #BA94BC;
}
.TagClassName
{
border-color: #BA94BC;
}
</style>