Shades of Lilac #BC8AC2
Tints of Lilac #BC8AC2
RGB
CMYK
RGB Variations
Color information
#BC8AC2 (or 0xBC8AC2) is known color: Lilac. HEX triplet: BC, 8A and C2. RGB value is (188,138,194). Sum of RGB (Red+Green+Blue) = 188+138+194=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC8AC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8AC2 is #43753D. Grayscale: #9F9F9F. Windows color (decimal): -4420926 or 12749500. OLE color: 12749500.
HSL color Cylindrical-coordinate representation of color #BC8AC2: hue angle of 293.57º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC8AC2 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 138 | 194 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.24 |
| HSL | 293.57º | 0.31% | 0.65% | - |
| HSV(B) | 293.57º | 0.29% | 0.76% | - |
| XYZ | 39.57 | 32.76 | 55.28 | - |
| YUV | 159.33 | 147.57 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 194 | 0.03 | 0.29 | 0 | 0.24 | 293.57 | 0.31 | 0.65 |
| Hex | BC | 8A | C2 | 3 | 1D | 0 | 18 | 126 | 1F | 41 |
| Octal | 274 | 212 | 302 | 3 | 35 | 0 | 30 | 446 | 37 | 101 |
| Binary | 10111100 | 10001010 | 11000010 | 11 | 11101 | 0 | 11000 | 100100110 | 11111 | 1000001 |
Color Harmonies of #BC8AC2
Complementary color
Monochromatic Colors of #BC8AC2
Black with #BC8AC2
Text Example
Text Example
White with #BC8AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8AC2; }
p { color: rgb(188,138,194); }
H1.HeaderClassName
{
color: #BC8AC2;
}
.AnyTagClassName
{
color: #BC8AC2;
}
</style>
background-color css
<style>
a { background-color: #BC8AC2; }
a { background-color: rgb(188,138,194); }
div.DivClassName
{
background-color: #BC8AC2;
}
.BgClassName
{
background-color: #BC8AC2;
}
</style>
border-color css
<style>
span { border-color: #BC8AC2; }
span { border-color: rgb(188,138,194); }
td.TdClassName
{
border-color: #BC8AC2;
}
.TagClassName
{
border-color: #BC8AC2;
}
</style>