Shades of Lilac #BC8FBE
Tints of Lilac #BC8FBE
RGB
CMYK
RGB Variations
Color information
#BC8FBE (or 0xBC8FBE) is known color: Lilac. HEX triplet: BC, 8F and BE. RGB value is (188,143,190). Sum of RGB (Red+Green+Blue) = 188+143+190=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC8FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FBE is #437041. Grayscale: #A1A1A1. Windows color (decimal): -4419650 or 12488636. OLE color: 12488636.
HSL color Cylindrical-coordinate representation of color #BC8FBE: hue angle of 297.45º 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 #BC8FBE is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 143 | 190 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.25 |
| HSL | 297.45º | 0.27% | 0.65% | - |
| HSV(B) | 297.45º | 0.25% | 0.75% | - |
| XYZ | 39.86 | 34.05 | 53.19 | - |
| YUV | 161.81 | 143.91 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 190 | 0.01 | 0.25 | 0 | 0.25 | 297.45 | 0.27 | 0.65 |
| Hex | BC | 8F | BE | 1 | 19 | 0 | 19 | 129 | 1B | 41 |
| Octal | 274 | 217 | 276 | 1 | 31 | 0 | 31 | 451 | 33 | 101 |
| Binary | 10111100 | 10001111 | 10111110 | 1 | 11001 | 0 | 11001 | 100101001 | 11011 | 1000001 |
Color Harmonies of #BC8FBE
Complementary color
Monochromatic Colors of #BC8FBE
Black with #BC8FBE
Text Example
Text Example
White with #BC8FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FBE; }
p { color: rgb(188,143,190); }
H1.HeaderClassName
{
color: #BC8FBE;
}
.AnyTagClassName
{
color: #BC8FBE;
}
</style>
background-color css
<style>
a { background-color: #BC8FBE; }
a { background-color: rgb(188,143,190); }
div.DivClassName
{
background-color: #BC8FBE;
}
.BgClassName
{
background-color: #BC8FBE;
}
</style>
border-color css
<style>
span { border-color: #BC8FBE; }
span { border-color: rgb(188,143,190); }
td.TdClassName
{
border-color: #BC8FBE;
}
.TagClassName
{
border-color: #BC8FBE;
}
</style>