Shades of Lilac #BC9AC0
Tints of Lilac #BC9AC0
RGB
CMYK
RGB Variations
Color information
#BC9AC0 (or 0xBC9AC0) is known color: Lilac. HEX triplet: BC, 9A and C0. RGB value is (188,154,192). Sum of RGB (Red+Green+Blue) = 188+154+192=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC9AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9AC0 is #43653F. Grayscale: #A8A8A8. Windows color (decimal): -4416832 or 12622524. OLE color: 12622524.
HSL color Cylindrical-coordinate representation of color #BC9AC0: hue angle of 293.68º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BC9AC0 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 154 | 192 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.25 |
| HSL | 293.68º | 0.23% | 0.68% | - |
| HSV(B) | 293.68º | 0.2% | 0.75% | - |
| XYZ | 41.81 | 37.61 | 54.92 | - |
| YUV | 168.5 | 141.26 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 192 | 0.02 | 0.20 | 0 | 0.25 | 293.68 | 0.23 | 0.68 |
| Hex | BC | 9A | C0 | 2 | 14 | 0 | 19 | 126 | 17 | 44 |
| Octal | 274 | 232 | 300 | 2 | 24 | 0 | 31 | 446 | 27 | 104 |
| Binary | 10111100 | 10011010 | 11000000 | 10 | 10100 | 0 | 11001 | 100100110 | 10111 | 1000100 |
Color Harmonies of #BC9AC0
Complementary color
Monochromatic Colors of #BC9AC0
Black with #BC9AC0
Text Example
Text Example
White with #BC9AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9AC0; }
p { color: rgb(188,154,192); }
H1.HeaderClassName
{
color: #BC9AC0;
}
.AnyTagClassName
{
color: #BC9AC0;
}
</style>
background-color css
<style>
a { background-color: #BC9AC0; }
a { background-color: rgb(188,154,192); }
div.DivClassName
{
background-color: #BC9AC0;
}
.BgClassName
{
background-color: #BC9AC0;
}
</style>
border-color css
<style>
span { border-color: #BC9AC0; }
span { border-color: rgb(188,154,192); }
td.TdClassName
{
border-color: #BC9AC0;
}
.TagClassName
{
border-color: #BC9AC0;
}
</style>