Shades of Lilac #BCA2BA
Tints of Lilac #BCA2BA
RGB
CMYK
RGB Variations
Color information
#BCA2BA (or 0xBCA2BA) is known color: Lilac. HEX triplet: BC, A2 and BA. RGB value is (188,162,186). Sum of RGB (Red+Green+Blue) = 188+162+186=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2BA is #435D45. Grayscale: #ACACAC. Windows color (decimal): -4414790 or 12231356. OLE color: 12231356.
HSL color Cylindrical-coordinate representation of color #BCA2BA: hue angle of 304.62º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCA2BA is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 186 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.26 |
| HSL | 304.62º | 0.16% | 0.69% | - |
| HSV(B) | 304.62º | 0.14% | 0.74% | - |
| XYZ | 42.52 | 40.08 | 51.95 | - |
| YUV | 172.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 186 | 0 | 0.14 | 0.01 | 0.26 | 304.62 | 0.16 | 0.69 |
| Hex | BC | A2 | BA | 0 | E | 1 | 1A | 131 | 10 | 45 |
| Octal | 274 | 242 | 272 | 0 | 16 | 1 | 32 | 461 | 20 | 105 |
| Binary | 10111100 | 10100010 | 10111010 | 0 | 1110 | 1 | 11010 | 100110001 | 10000 | 1000101 |
Color Harmonies of #BCA2BA
Complementary color
Monochromatic Colors of #BCA2BA
Black with #BCA2BA
Text Example
Text Example
White with #BCA2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA2BA; }
p { color: rgb(188,162,186); }
H1.HeaderClassName
{
color: #BCA2BA;
}
.AnyTagClassName
{
color: #BCA2BA;
}
</style>
background-color css
<style>
a { background-color: #BCA2BA; }
a { background-color: rgb(188,162,186); }
div.DivClassName
{
background-color: #BCA2BA;
}
.BgClassName
{
background-color: #BCA2BA;
}
</style>
border-color css
<style>
span { border-color: #BCA2BA; }
span { border-color: rgb(188,162,186); }
td.TdClassName
{
border-color: #BCA2BA;
}
.TagClassName
{
border-color: #BCA2BA;
}
</style>