Shades of Lilac #BC89C1
Tints of Lilac #BC89C1
RGB
CMYK
RGB Variations
Color information
#BC89C1 (or 0xBC89C1) is known color: Lilac. HEX triplet: BC, 89 and C1. RGB value is (188,137,193). Sum of RGB (Red+Green+Blue) = 188+137+193=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC89C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC89C1 is #43763E. Grayscale: #9E9E9E. Windows color (decimal): -4421183 or 12683708. OLE color: 12683708.
HSL color Cylindrical-coordinate representation of color #BC89C1: hue angle of 294.64º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC89C1 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 137 | 193 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.24 |
| HSL | 294.64º | 0.31% | 0.65% | - |
| HSV(B) | 294.64º | 0.29% | 0.76% | - |
| XYZ | 39.31 | 32.43 | 54.64 | - |
| YUV | 158.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 193 | 0.03 | 0.29 | 0 | 0.24 | 294.64 | 0.31 | 0.65 |
| Hex | BC | 89 | C1 | 3 | 1D | 0 | 18 | 127 | 1F | 41 |
| Octal | 274 | 211 | 301 | 3 | 35 | 0 | 30 | 447 | 37 | 101 |
| Binary | 10111100 | 10001001 | 11000001 | 11 | 11101 | 0 | 11000 | 100100111 | 11111 | 1000001 |
Color Harmonies of #BC89C1
Complementary color
Monochromatic Colors of #BC89C1
Black with #BC89C1
Text Example
Text Example
White with #BC89C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC89C1; }
p { color: rgb(188,137,193); }
H1.HeaderClassName
{
color: #BC89C1;
}
.AnyTagClassName
{
color: #BC89C1;
}
</style>
background-color css
<style>
a { background-color: #BC89C1; }
a { background-color: rgb(188,137,193); }
div.DivClassName
{
background-color: #BC89C1;
}
.BgClassName
{
background-color: #BC89C1;
}
</style>
border-color css
<style>
span { border-color: #BC89C1; }
span { border-color: rgb(188,137,193); }
td.TdClassName
{
border-color: #BC89C1;
}
.TagClassName
{
border-color: #BC89C1;
}
</style>