Shades of Lilac #BC97C2
Tints of Lilac #BC97C2
RGB
CMYK
RGB Variations
Color information
#BC97C2 (or 0xBC97C2) is known color: Lilac. HEX triplet: BC, 97 and C2. RGB value is (188,151,194). Sum of RGB (Red+Green+Blue) = 188+151+194=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 151 (59.38% from 255 or 28.33% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC97C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC97C2 is #43683D. Grayscale: #A6A6A6. Windows color (decimal): -4417598 or 12752828. OLE color: 12752828.
HSL color Cylindrical-coordinate representation of color #BC97C2: hue angle of 291.63º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC97C2 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 151 | 194 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.24 |
| HSL | 291.63º | 0.26% | 0.68% | - |
| HSV(B) | 291.63º | 0.22% | 0.76% | - |
| XYZ | 41.54 | 36.72 | 55.94 | - |
| YUV | 166.97 | 143.26 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 194 | 0.03 | 0.22 | 0 | 0.24 | 291.63 | 0.26 | 0.68 |
| Hex | BC | 97 | C2 | 3 | 16 | 0 | 18 | 124 | 1A | 44 |
| Octal | 274 | 227 | 302 | 3 | 26 | 0 | 30 | 444 | 32 | 104 |
| Binary | 10111100 | 10010111 | 11000010 | 11 | 10110 | 0 | 11000 | 100100100 | 11010 | 1000100 |
Color Harmonies of #BC97C2
Complementary color
Monochromatic Colors of #BC97C2
Black with #BC97C2
Text Example
Text Example
White with #BC97C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC97C2; }
p { color: rgb(188,151,194); }
H1.HeaderClassName
{
color: #BC97C2;
}
.AnyTagClassName
{
color: #BC97C2;
}
</style>
background-color css
<style>
a { background-color: #BC97C2; }
a { background-color: rgb(188,151,194); }
div.DivClassName
{
background-color: #BC97C2;
}
.BgClassName
{
background-color: #BC97C2;
}
</style>
border-color css
<style>
span { border-color: #BC97C2; }
span { border-color: rgb(188,151,194); }
td.TdClassName
{
border-color: #BC97C2;
}
.TagClassName
{
border-color: #BC97C2;
}
</style>