Shades of Lilac #BCA0BB
Tints of Lilac #BCA0BB
RGB
CMYK
RGB Variations
Color information
#BCA0BB (or 0xBCA0BB) is known color: Lilac. HEX triplet: BC, A0 and BB. RGB value is (188,160,187). Sum of RGB (Red+Green+Blue) = 188+160+187=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA0BB is #435F44. Grayscale: #ABABAB. Windows color (decimal): -4415301 or 12296380. OLE color: 12296380.
HSL color Cylindrical-coordinate representation of color #BCA0BB: hue angle of 302.14º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCA0BB is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 187 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.26 |
| HSL | 302.14º | 0.17% | 0.68% | - |
| HSV(B) | 302.14º | 0.15% | 0.74% | - |
| XYZ | 42.28 | 39.42 | 52.39 | - |
| YUV | 171.45 | 136.78 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 187 | 0 | 0.15 | 0.01 | 0.26 | 302.14 | 0.17 | 0.68 |
| Hex | BC | A0 | BB | 0 | F | 1 | 1A | 12E | 11 | 44 |
| Octal | 274 | 240 | 273 | 0 | 17 | 1 | 32 | 456 | 21 | 104 |
| Binary | 10111100 | 10100000 | 10111011 | 0 | 1111 | 1 | 11010 | 100101110 | 10001 | 1000100 |
Color Harmonies of #BCA0BB
Complementary color
Monochromatic Colors of #BCA0BB
Black with #BCA0BB
Text Example
Text Example
White with #BCA0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA0BB; }
p { color: rgb(188,160,187); }
H1.HeaderClassName
{
color: #BCA0BB;
}
.AnyTagClassName
{
color: #BCA0BB;
}
</style>
background-color css
<style>
a { background-color: #BCA0BB; }
a { background-color: rgb(188,160,187); }
div.DivClassName
{
background-color: #BCA0BB;
}
.BgClassName
{
background-color: #BCA0BB;
}
</style>
border-color css
<style>
span { border-color: #BCA0BB; }
span { border-color: rgb(188,160,187); }
td.TdClassName
{
border-color: #BCA0BB;
}
.TagClassName
{
border-color: #BCA0BB;
}
</style>