Shades of Lilac #BCA1BA
Tints of Lilac #BCA1BA
RGB
CMYK
RGB Variations
Color information
#BCA1BA (or 0xBCA1BA) is known color: Lilac. HEX triplet: BC, A1 and BA. RGB value is (188,161,186). Sum of RGB (Red+Green+Blue) = 188+161+186=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA1BA is #435E45. Grayscale: #ABABAB. Windows color (decimal): -4415046 or 12231100. OLE color: 12231100.
HSL color Cylindrical-coordinate representation of color #BCA1BA: hue angle of 304.44º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCA1BA is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 186 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.26 |
| HSL | 304.44º | 0.17% | 0.68% | - |
| HSV(B) | 304.44º | 0.14% | 0.74% | - |
| XYZ | 42.35 | 39.73 | 51.89 | - |
| YUV | 171.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 186 | 0 | 0.14 | 0.01 | 0.26 | 304.44 | 0.17 | 0.68 |
| Hex | BC | A1 | BA | 0 | E | 1 | 1A | 130 | 11 | 44 |
| Octal | 274 | 241 | 272 | 0 | 16 | 1 | 32 | 460 | 21 | 104 |
| Binary | 10111100 | 10100001 | 10111010 | 0 | 1110 | 1 | 11010 | 100110000 | 10001 | 1000100 |
Color Harmonies of #BCA1BA
Complementary color
Monochromatic Colors of #BCA1BA
Black with #BCA1BA
Text Example
Text Example
White with #BCA1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA1BA; }
p { color: rgb(188,161,186); }
H1.HeaderClassName
{
color: #BCA1BA;
}
.AnyTagClassName
{
color: #BCA1BA;
}
</style>
background-color css
<style>
a { background-color: #BCA1BA; }
a { background-color: rgb(188,161,186); }
div.DivClassName
{
background-color: #BCA1BA;
}
.BgClassName
{
background-color: #BCA1BA;
}
</style>
border-color css
<style>
span { border-color: #BCA1BA; }
span { border-color: rgb(188,161,186); }
td.TdClassName
{
border-color: #BCA1BA;
}
.TagClassName
{
border-color: #BCA1BA;
}
</style>