Shades of Lilac #BC8BBF
Tints of Lilac #BC8BBF
RGB
CMYK
RGB Variations
Color information
#BC8BBF (or 0xBC8BBF) is known color: Lilac. HEX triplet: BC, 8B and BF. RGB value is (188,139,191). Sum of RGB (Red+Green+Blue) = 188+139+191=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC8BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8BBF is #437440. Grayscale: #9F9F9F. Windows color (decimal): -4420673 or 12553148. OLE color: 12553148.
HSL color Cylindrical-coordinate representation of color #BC8BBF: hue angle of 296.54º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC8BBF is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 139 | 191 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.25 |
| HSL | 296.54º | 0.29% | 0.65% | - |
| HSV(B) | 296.54º | 0.27% | 0.75% | - |
| XYZ | 39.38 | 32.92 | 53.57 | - |
| YUV | 159.58 | 145.73 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 191 | 0.02 | 0.27 | 0 | 0.25 | 296.54 | 0.29 | 0.65 |
| Hex | BC | 8B | BF | 2 | 1B | 0 | 19 | 129 | 1D | 41 |
| Octal | 274 | 213 | 277 | 2 | 33 | 0 | 31 | 451 | 35 | 101 |
| Binary | 10111100 | 10001011 | 10111111 | 10 | 11011 | 0 | 11001 | 100101001 | 11101 | 1000001 |
Color Harmonies of #BC8BBF
Complementary color
Monochromatic Colors of #BC8BBF
Black with #BC8BBF
Text Example
Text Example
White with #BC8BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8BBF; }
p { color: rgb(188,139,191); }
H1.HeaderClassName
{
color: #BC8BBF;
}
.AnyTagClassName
{
color: #BC8BBF;
}
</style>
background-color css
<style>
a { background-color: #BC8BBF; }
a { background-color: rgb(188,139,191); }
div.DivClassName
{
background-color: #BC8BBF;
}
.BgClassName
{
background-color: #BC8BBF;
}
</style>
border-color css
<style>
span { border-color: #BC8BBF; }
span { border-color: rgb(188,139,191); }
td.TdClassName
{
border-color: #BC8BBF;
}
.TagClassName
{
border-color: #BC8BBF;
}
</style>