Shades of Lilac #BC97C0
Tints of Lilac #BC97C0
RGB
CMYK
RGB Variations
Color information
#BC97C0 (or 0xBC97C0) is known color: Lilac. HEX triplet: BC, 97 and C0. RGB value is (188,151,192). Sum of RGB (Red+Green+Blue) = 188+151+192=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC97C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC97C0 is #43683F. Grayscale: #A6A6A6. Windows color (decimal): -4417600 or 12621756. OLE color: 12621756.
HSL color Cylindrical-coordinate representation of color #BC97C0: hue angle of 294.15º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BC97C0 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 151 | 192 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.25 |
| HSL | 294.15º | 0.25% | 0.67% | - |
| HSV(B) | 294.15º | 0.21% | 0.75% | - |
| XYZ | 41.32 | 36.63 | 54.76 | - |
| YUV | 166.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 192 | 0.02 | 0.21 | 0 | 0.25 | 294.15 | 0.25 | 0.67 |
| Hex | BC | 97 | C0 | 2 | 15 | 0 | 19 | 126 | 19 | 43 |
| Octal | 274 | 227 | 300 | 2 | 25 | 0 | 31 | 446 | 31 | 103 |
| Binary | 10111100 | 10010111 | 11000000 | 10 | 10101 | 0 | 11001 | 100100110 | 11001 | 1000011 |
Color Harmonies of #BC97C0
Complementary color
Monochromatic Colors of #BC97C0
Black with #BC97C0
Text Example
Text Example
White with #BC97C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC97C0; }
p { color: rgb(188,151,192); }
H1.HeaderClassName
{
color: #BC97C0;
}
.AnyTagClassName
{
color: #BC97C0;
}
</style>
background-color css
<style>
a { background-color: #BC97C0; }
a { background-color: rgb(188,151,192); }
div.DivClassName
{
background-color: #BC97C0;
}
.BgClassName
{
background-color: #BC97C0;
}
</style>
border-color css
<style>
span { border-color: #BC97C0; }
span { border-color: rgb(188,151,192); }
td.TdClassName
{
border-color: #BC97C0;
}
.TagClassName
{
border-color: #BC97C0;
}
</style>