Shades of Lilac #BC8CBE
Tints of Lilac #BC8CBE
RGB
CMYK
RGB Variations
Color information
#BC8CBE (or 0xBC8CBE) is known color: Lilac. HEX triplet: BC, 8C and BE. RGB value is (188,140,190). Sum of RGB (Red+Green+Blue) = 188+140+190=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC8CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CBE is #437341. Grayscale: #9F9F9F. Windows color (decimal): -4420418 or 12487868. OLE color: 12487868.
HSL color Cylindrical-coordinate representation of color #BC8CBE: hue angle of 297.6º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC8CBE is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 140 | 190 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.25 |
| HSL | 297.6º | 0.28% | 0.65% | - |
| HSV(B) | 297.6º | 0.26% | 0.75% | - |
| XYZ | 39.41 | 33.17 | 53.04 | - |
| YUV | 160.05 | 144.9 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 190 | 0.01 | 0.26 | 0 | 0.25 | 297.6 | 0.28 | 0.65 |
| Hex | BC | 8C | BE | 1 | 1A | 0 | 19 | 12A | 1C | 41 |
| Octal | 274 | 214 | 276 | 1 | 32 | 0 | 31 | 452 | 34 | 101 |
| Binary | 10111100 | 10001100 | 10111110 | 1 | 11010 | 0 | 11001 | 100101010 | 11100 | 1000001 |
Color Harmonies of #BC8CBE
Complementary color
Monochromatic Colors of #BC8CBE
Black with #BC8CBE
Text Example
Text Example
White with #BC8CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CBE; }
p { color: rgb(188,140,190); }
H1.HeaderClassName
{
color: #BC8CBE;
}
.AnyTagClassName
{
color: #BC8CBE;
}
</style>
background-color css
<style>
a { background-color: #BC8CBE; }
a { background-color: rgb(188,140,190); }
div.DivClassName
{
background-color: #BC8CBE;
}
.BgClassName
{
background-color: #BC8CBE;
}
</style>
border-color css
<style>
span { border-color: #BC8CBE; }
span { border-color: rgb(188,140,190); }
td.TdClassName
{
border-color: #BC8CBE;
}
.TagClassName
{
border-color: #BC8CBE;
}
</style>