Shades of Lilac #BC95C2
Tints of Lilac #BC95C2
RGB
CMYK
RGB Variations
Color information
#BC95C2 (or 0xBC95C2) is known color: Lilac. HEX triplet: BC, 95 and C2. RGB value is (188,149,194). Sum of RGB (Red+Green+Blue) = 188+149+194=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC95C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC95C2 is #436A3D. Grayscale: #A5A5A5. Windows color (decimal): -4418110 or 12752316. OLE color: 12752316.
HSL color Cylindrical-coordinate representation of color #BC95C2: hue angle of 292º degrees, saturation: 0.27, 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 #BC95C2 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 149 | 194 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.24 |
| HSL | 292º | 0.27% | 0.67% | - |
| HSV(B) | 292º | 0.23% | 0.76% | - |
| XYZ | 41.22 | 36.08 | 55.83 | - |
| YUV | 165.79 | 143.92 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 194 | 0.03 | 0.23 | 0 | 0.24 | 292 | 0.27 | 0.67 |
| Hex | BC | 95 | C2 | 3 | 17 | 0 | 18 | 124 | 1B | 43 |
| Octal | 274 | 225 | 302 | 3 | 27 | 0 | 30 | 444 | 33 | 103 |
| Binary | 10111100 | 10010101 | 11000010 | 11 | 10111 | 0 | 11000 | 100100100 | 11011 | 1000011 |
Color Harmonies of #BC95C2
Complementary color
Monochromatic Colors of #BC95C2
Black with #BC95C2
Text Example
Text Example
White with #BC95C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC95C2; }
p { color: rgb(188,149,194); }
H1.HeaderClassName
{
color: #BC95C2;
}
.AnyTagClassName
{
color: #BC95C2;
}
</style>
background-color css
<style>
a { background-color: #BC95C2; }
a { background-color: rgb(188,149,194); }
div.DivClassName
{
background-color: #BC95C2;
}
.BgClassName
{
background-color: #BC95C2;
}
</style>
border-color css
<style>
span { border-color: #BC95C2; }
span { border-color: rgb(188,149,194); }
td.TdClassName
{
border-color: #BC95C2;
}
.TagClassName
{
border-color: #BC95C2;
}
</style>