Shades of Lilac #BC8FBF
Tints of Lilac #BC8FBF
RGB
CMYK
RGB Variations
Color information
#BC8FBF (or 0xBC8FBF) is known color: Lilac. HEX triplet: BC, 8F and BF. RGB value is (188,143,191). Sum of RGB (Red+Green+Blue) = 188+143+191=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC8FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FBF is #437040. Grayscale: #A1A1A1. Windows color (decimal): -4419649 or 12554172. OLE color: 12554172.
HSL color Cylindrical-coordinate representation of color #BC8FBF: hue angle of 296.25º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BC8FBF is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 143 | 191 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.25 |
| HSL | 296.25º | 0.27% | 0.65% | - |
| HSV(B) | 296.25º | 0.25% | 0.75% | - |
| XYZ | 39.97 | 34.1 | 53.77 | - |
| YUV | 161.93 | 144.41 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 191 | 0.02 | 0.25 | 0 | 0.25 | 296.25 | 0.27 | 0.65 |
| Hex | BC | 8F | BF | 2 | 19 | 0 | 19 | 128 | 1B | 41 |
| Octal | 274 | 217 | 277 | 2 | 31 | 0 | 31 | 450 | 33 | 101 |
| Binary | 10111100 | 10001111 | 10111111 | 10 | 11001 | 0 | 11001 | 100101000 | 11011 | 1000001 |
Color Harmonies of #BC8FBF
Complementary color
Monochromatic Colors of #BC8FBF
Black with #BC8FBF
Text Example
Text Example
White with #BC8FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FBF; }
p { color: rgb(188,143,191); }
H1.HeaderClassName
{
color: #BC8FBF;
}
.AnyTagClassName
{
color: #BC8FBF;
}
</style>
background-color css
<style>
a { background-color: #BC8FBF; }
a { background-color: rgb(188,143,191); }
div.DivClassName
{
background-color: #BC8FBF;
}
.BgClassName
{
background-color: #BC8FBF;
}
</style>
border-color css
<style>
span { border-color: #BC8FBF; }
span { border-color: rgb(188,143,191); }
td.TdClassName
{
border-color: #BC8FBF;
}
.TagClassName
{
border-color: #BC8FBF;
}
</style>