Shades of Lilac #BC93BF
Tints of Lilac #BC93BF
RGB
CMYK
RGB Variations
Color information
#BC93BF (or 0xBC93BF) is known color: Lilac. HEX triplet: BC, 93 and BF. RGB value is (188,147,191). Sum of RGB (Red+Green+Blue) = 188+147+191=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC93BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93BF is #436C40. Grayscale: #A4A4A4. Windows color (decimal): -4418625 or 12555196. OLE color: 12555196.
HSL color Cylindrical-coordinate representation of color #BC93BF: hue angle of 295.91º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BC93BF is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 147 | 191 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.25 |
| HSL | 295.91º | 0.26% | 0.66% | - |
| HSV(B) | 295.91º | 0.23% | 0.75% | - |
| XYZ | 40.58 | 35.32 | 53.97 | - |
| YUV | 164.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 191 | 0.02 | 0.23 | 0 | 0.25 | 295.91 | 0.26 | 0.66 |
| Hex | BC | 93 | BF | 2 | 17 | 0 | 19 | 128 | 1A | 42 |
| Octal | 274 | 223 | 277 | 2 | 27 | 0 | 31 | 450 | 32 | 102 |
| Binary | 10111100 | 10010011 | 10111111 | 10 | 10111 | 0 | 11001 | 100101000 | 11010 | 1000010 |
Color Harmonies of #BC93BF
Complementary color
Monochromatic Colors of #BC93BF
Black with #BC93BF
Text Example
Text Example
White with #BC93BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC93BF; }
p { color: rgb(188,147,191); }
H1.HeaderClassName
{
color: #BC93BF;
}
.AnyTagClassName
{
color: #BC93BF;
}
</style>
background-color css
<style>
a { background-color: #BC93BF; }
a { background-color: rgb(188,147,191); }
div.DivClassName
{
background-color: #BC93BF;
}
.BgClassName
{
background-color: #BC93BF;
}
</style>
border-color css
<style>
span { border-color: #BC93BF; }
span { border-color: rgb(188,147,191); }
td.TdClassName
{
border-color: #BC93BF;
}
.TagClassName
{
border-color: #BC93BF;
}
</style>