Shades of Lilac #BA95BB
Tints of Lilac #BA95BB
RGB
CMYK
RGB Variations
Color information
#BA95BB (or 0xBA95BB) is known color: Lilac. HEX triplet: BA, 95 and BB. RGB value is (186,149,187). Sum of RGB (Red+Green+Blue) = 186+149+187=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA95BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95BB is #456A44. Grayscale: #A4A4A4. Windows color (decimal): -4549189 or 12293562. OLE color: 12293562.
HSL color Cylindrical-coordinate representation of color #BA95BB: hue angle of 298.42º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BA95BB is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 187 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.27 |
| HSL | 298.42º | 0.22% | 0.66% | - |
| HSV(B) | 298.42º | 0.2% | 0.73% | - |
| XYZ | 39.97 | 35.52 | 51.76 | - |
| YUV | 164.4 | 140.76 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 187 | 0.01 | 0.20 | 0 | 0.27 | 298.42 | 0.22 | 0.66 |
| Hex | BA | 95 | BB | 1 | 14 | 0 | 1B | 12A | 16 | 42 |
| Octal | 272 | 225 | 273 | 1 | 24 | 0 | 33 | 452 | 26 | 102 |
| Binary | 10111010 | 10010101 | 10111011 | 1 | 10100 | 0 | 11011 | 100101010 | 10110 | 1000010 |
Color Harmonies of #BA95BB
Complementary color
Monochromatic Colors of #BA95BB
Black with #BA95BB
Text Example
Text Example
White with #BA95BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA95BB; }
p { color: rgb(186,149,187); }
H1.HeaderClassName
{
color: #BA95BB;
}
.AnyTagClassName
{
color: #BA95BB;
}
</style>
background-color css
<style>
a { background-color: #BA95BB; }
a { background-color: rgb(186,149,187); }
div.DivClassName
{
background-color: #BA95BB;
}
.BgClassName
{
background-color: #BA95BB;
}
</style>
border-color css
<style>
span { border-color: #BA95BB; }
span { border-color: rgb(186,149,187); }
td.TdClassName
{
border-color: #BA95BB;
}
.TagClassName
{
border-color: #BA95BB;
}
</style>