Shades of Lilac #BA95BC
Tints of Lilac #BA95BC
RGB
CMYK
RGB Variations
Color information
#BA95BC (or 0xBA95BC) is known color: Lilac. HEX triplet: BA, 95 and BC. RGB value is (186,149,188). Sum of RGB (Red+Green+Blue) = 186+149+188=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA95BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95BC is #456A43. Grayscale: #A4A4A4. Windows color (decimal): -4549188 or 12359098. OLE color: 12359098.
HSL color Cylindrical-coordinate representation of color #BA95BC: hue angle of 296.92º 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 #BA95BC is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 149 | 188 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.26 |
| HSL | 296.92º | 0.23% | 0.66% | - |
| HSV(B) | 296.92º | 0.21% | 0.74% | - |
| XYZ | 40.07 | 35.56 | 52.33 | - |
| YUV | 164.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 188 | 0.01 | 0.21 | 0 | 0.26 | 296.92 | 0.23 | 0.66 |
| Hex | BA | 95 | BC | 1 | 15 | 0 | 1A | 129 | 17 | 42 |
| Octal | 272 | 225 | 274 | 1 | 25 | 0 | 32 | 451 | 27 | 102 |
| Binary | 10111010 | 10010101 | 10111100 | 1 | 10101 | 0 | 11010 | 100101001 | 10111 | 1000010 |
Color Harmonies of #BA95BC
Complementary color
Monochromatic Colors of #BA95BC
Black with #BA95BC
Text Example
Text Example
White with #BA95BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA95BC; }
p { color: rgb(186,149,188); }
H1.HeaderClassName
{
color: #BA95BC;
}
.AnyTagClassName
{
color: #BA95BC;
}
</style>
background-color css
<style>
a { background-color: #BA95BC; }
a { background-color: rgb(186,149,188); }
div.DivClassName
{
background-color: #BA95BC;
}
.BgClassName
{
background-color: #BA95BC;
}
</style>
border-color css
<style>
span { border-color: #BA95BC; }
span { border-color: rgb(186,149,188); }
td.TdClassName
{
border-color: #BA95BC;
}
.TagClassName
{
border-color: #BA95BC;
}
</style>