Shades of Lilac #BC8FC3
Tints of Lilac #BC8FC3
RGB
CMYK
RGB Variations
Color information
#BC8FC3 (or 0xBC8FC3) is known color: Lilac. HEX triplet: BC, 8F and C3. RGB value is (188,143,195). Sum of RGB (Red+Green+Blue) = 188+143+195=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC8FC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FC3 is #43703C. Grayscale: #A2A2A2. Windows color (decimal): -4419645 or 12816316. OLE color: 12816316.
HSL color Cylindrical-coordinate representation of color #BC8FC3: hue angle of 291.92º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC8FC3 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 143 | 195 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.24 |
| HSL | 291.92º | 0.3% | 0.66% | - |
| HSV(B) | 291.92º | 0.27% | 0.76% | - |
| XYZ | 40.41 | 34.28 | 56.12 | - |
| YUV | 162.38 | 146.41 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 195 | 0.04 | 0.27 | 0 | 0.24 | 291.92 | 0.3 | 0.66 |
| Hex | BC | 8F | C3 | 4 | 1B | 0 | 18 | 124 | 1E | 42 |
| Octal | 274 | 217 | 303 | 4 | 33 | 0 | 30 | 444 | 36 | 102 |
| Binary | 10111100 | 10001111 | 11000011 | 100 | 11011 | 0 | 11000 | 100100100 | 11110 | 1000010 |
Color Harmonies of #BC8FC3
Complementary color
Monochromatic Colors of #BC8FC3
Black with #BC8FC3
Text Example
Text Example
White with #BC8FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FC3; }
p { color: rgb(188,143,195); }
H1.HeaderClassName
{
color: #BC8FC3;
}
.AnyTagClassName
{
color: #BC8FC3;
}
</style>
background-color css
<style>
a { background-color: #BC8FC3; }
a { background-color: rgb(188,143,195); }
div.DivClassName
{
background-color: #BC8FC3;
}
.BgClassName
{
background-color: #BC8FC3;
}
</style>
border-color css
<style>
span { border-color: #BC8FC3; }
span { border-color: rgb(188,143,195); }
td.TdClassName
{
border-color: #BC8FC3;
}
.TagClassName
{
border-color: #BC8FC3;
}
</style>