Shades of Lilac #BC8FC5
Tints of Lilac #BC8FC5
RGB
CMYK
RGB Variations
Color information
#BC8FC5 (or 0xBC8FC5) is known color: Lilac. HEX triplet: BC, 8F and C5. RGB value is (188,143,197). Sum of RGB (Red+Green+Blue) = 188+143+197=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC8FC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FC5 is #43703A. Grayscale: #A2A2A2. Windows color (decimal): -4419643 or 12947388. OLE color: 12947388.
HSL color Cylindrical-coordinate representation of color #BC8FC5: hue angle of 290º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC8FC5 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 143 | 197 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.23 |
| HSL | 290º | 0.32% | 0.67% | - |
| HSV(B) | 290º | 0.27% | 0.77% | - |
| XYZ | 40.64 | 34.37 | 57.31 | - |
| YUV | 162.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 197 | 0.05 | 0.27 | 0 | 0.23 | 290 | 0.32 | 0.67 |
| Hex | BC | 8F | C5 | 5 | 1B | 0 | 17 | 122 | 20 | 43 |
| Octal | 274 | 217 | 305 | 5 | 33 | 0 | 27 | 442 | 40 | 103 |
| Binary | 10111100 | 10001111 | 11000101 | 101 | 11011 | 0 | 10111 | 100100010 | 100000 | 1000011 |
Color Harmonies of #BC8FC5
Complementary color
Monochromatic Colors of #BC8FC5
Black with #BC8FC5
Text Example
Text Example
White with #BC8FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FC5; }
p { color: rgb(188,143,197); }
H1.HeaderClassName
{
color: #BC8FC5;
}
.AnyTagClassName
{
color: #BC8FC5;
}
</style>
background-color css
<style>
a { background-color: #BC8FC5; }
a { background-color: rgb(188,143,197); }
div.DivClassName
{
background-color: #BC8FC5;
}
.BgClassName
{
background-color: #BC8FC5;
}
</style>
border-color css
<style>
span { border-color: #BC8FC5; }
span { border-color: rgb(188,143,197); }
td.TdClassName
{
border-color: #BC8FC5;
}
.TagClassName
{
border-color: #BC8FC5;
}
</style>