Shades of Lilac #BC95C1
Tints of Lilac #BC95C1
RGB
CMYK
RGB Variations
Color information
#BC95C1 (or 0xBC95C1) is known color: Lilac. HEX triplet: BC, 95 and C1. RGB value is (188,149,193). Sum of RGB (Red+Green+Blue) = 188+149+193=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC95C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC95C1 is #436A3E. Grayscale: #A5A5A5. Windows color (decimal): -4418111 or 12686780. OLE color: 12686780.
HSL color Cylindrical-coordinate representation of color #BC95C1: hue angle of 293.18º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BC95C1 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 149 | 193 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.24 |
| HSL | 293.18º | 0.26% | 0.67% | - |
| HSV(B) | 293.18º | 0.23% | 0.76% | - |
| XYZ | 41.11 | 36.04 | 55.24 | - |
| YUV | 165.68 | 143.42 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 193 | 0.03 | 0.23 | 0 | 0.24 | 293.18 | 0.26 | 0.67 |
| Hex | BC | 95 | C1 | 3 | 17 | 0 | 18 | 125 | 1A | 43 |
| Octal | 274 | 225 | 301 | 3 | 27 | 0 | 30 | 445 | 32 | 103 |
| Binary | 10111100 | 10010101 | 11000001 | 11 | 10111 | 0 | 11000 | 100100101 | 11010 | 1000011 |
Color Harmonies of #BC95C1
Complementary color
Monochromatic Colors of #BC95C1
Black with #BC95C1
Text Example
Text Example
White with #BC95C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC95C1; }
p { color: rgb(188,149,193); }
H1.HeaderClassName
{
color: #BC95C1;
}
.AnyTagClassName
{
color: #BC95C1;
}
</style>
background-color css
<style>
a { background-color: #BC95C1; }
a { background-color: rgb(188,149,193); }
div.DivClassName
{
background-color: #BC95C1;
}
.BgClassName
{
background-color: #BC95C1;
}
</style>
border-color css
<style>
span { border-color: #BC95C1; }
span { border-color: rgb(188,149,193); }
td.TdClassName
{
border-color: #BC95C1;
}
.TagClassName
{
border-color: #BC95C1;
}
</style>