Shades of Lilac #BC8DBF
Tints of Lilac #BC8DBF
RGB
CMYK
RGB Variations
Color information
#BC8DBF (or 0xBC8DBF) is known color: Lilac. HEX triplet: BC, 8D and BF. RGB value is (188,141,191). Sum of RGB (Red+Green+Blue) = 188+141+191=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC8DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8DBF is #437240. Grayscale: #A0A0A0. Windows color (decimal): -4420161 or 12553660. OLE color: 12553660.
HSL color Cylindrical-coordinate representation of color #BC8DBF: hue angle of 296.4º 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 #BC8DBF is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 141 | 191 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.25 |
| HSL | 296.4º | 0.28% | 0.65% | - |
| HSV(B) | 296.4º | 0.26% | 0.75% | - |
| XYZ | 39.67 | 33.5 | 53.67 | - |
| YUV | 160.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 191 | 0.02 | 0.26 | 0 | 0.25 | 296.4 | 0.28 | 0.65 |
| Hex | BC | 8D | BF | 2 | 1A | 0 | 19 | 128 | 1C | 41 |
| Octal | 274 | 215 | 277 | 2 | 32 | 0 | 31 | 450 | 34 | 101 |
| Binary | 10111100 | 10001101 | 10111111 | 10 | 11010 | 0 | 11001 | 100101000 | 11100 | 1000001 |
Color Harmonies of #BC8DBF
Complementary color
Monochromatic Colors of #BC8DBF
Black with #BC8DBF
Text Example
Text Example
White with #BC8DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8DBF; }
p { color: rgb(188,141,191); }
H1.HeaderClassName
{
color: #BC8DBF;
}
.AnyTagClassName
{
color: #BC8DBF;
}
</style>
background-color css
<style>
a { background-color: #BC8DBF; }
a { background-color: rgb(188,141,191); }
div.DivClassName
{
background-color: #BC8DBF;
}
.BgClassName
{
background-color: #BC8DBF;
}
</style>
border-color css
<style>
span { border-color: #BC8DBF; }
span { border-color: rgb(188,141,191); }
td.TdClassName
{
border-color: #BC8DBF;
}
.TagClassName
{
border-color: #BC8DBF;
}
</style>