Shades of Lilac #BC95C5
Tints of Lilac #BC95C5
RGB
CMYK
RGB Variations
Color information
#BC95C5 (or 0xBC95C5) is known color: Lilac. HEX triplet: BC, 95 and C5. RGB value is (188,149,197). Sum of RGB (Red+Green+Blue) = 188+149+197=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC95C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC95C5 is #436A3A. Grayscale: #A5A5A5. Windows color (decimal): -4418107 or 12948924. OLE color: 12948924.
HSL color Cylindrical-coordinate representation of color #BC95C5: hue angle of 288.75º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC95C5 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 149 | 197 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.23 |
| HSL | 288.75º | 0.29% | 0.68% | - |
| HSV(B) | 288.75º | 0.24% | 0.77% | - |
| XYZ | 41.56 | 36.22 | 57.62 | - |
| YUV | 166.13 | 145.42 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 197 | 0.05 | 0.24 | 0 | 0.23 | 288.75 | 0.29 | 0.68 |
| Hex | BC | 95 | C5 | 5 | 18 | 0 | 17 | 121 | 1D | 44 |
| Octal | 274 | 225 | 305 | 5 | 30 | 0 | 27 | 441 | 35 | 104 |
| Binary | 10111100 | 10010101 | 11000101 | 101 | 11000 | 0 | 10111 | 100100001 | 11101 | 1000100 |
Color Harmonies of #BC95C5
Complementary color
Monochromatic Colors of #BC95C5
Black with #BC95C5
Text Example
Text Example
White with #BC95C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC95C5; }
p { color: rgb(188,149,197); }
H1.HeaderClassName
{
color: #BC95C5;
}
.AnyTagClassName
{
color: #BC95C5;
}
</style>
background-color css
<style>
a { background-color: #BC95C5; }
a { background-color: rgb(188,149,197); }
div.DivClassName
{
background-color: #BC95C5;
}
.BgClassName
{
background-color: #BC95C5;
}
</style>
border-color css
<style>
span { border-color: #BC95C5; }
span { border-color: rgb(188,149,197); }
td.TdClassName
{
border-color: #BC95C5;
}
.TagClassName
{
border-color: #BC95C5;
}
</style>