Shades of Lilac #BC98C1
Tints of Lilac #BC98C1
RGB
CMYK
RGB Variations
Color information
#BC98C1 (or 0xBC98C1) is known color: Lilac. HEX triplet: BC, 98 and C1. RGB value is (188,152,193). Sum of RGB (Red+Green+Blue) = 188+152+193=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC98C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98C1 is #43673E. Grayscale: #A7A7A7. Windows color (decimal): -4417343 or 12687548. OLE color: 12687548.
HSL color Cylindrical-coordinate representation of color #BC98C1: hue angle of 292.68º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BC98C1 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 152 | 193 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.24 |
| HSL | 292.68º | 0.25% | 0.68% | - |
| HSV(B) | 292.68º | 0.21% | 0.76% | - |
| XYZ | 41.59 | 37 | 55.4 | - |
| YUV | 167.44 | 142.43 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 193 | 0.03 | 0.21 | 0 | 0.24 | 292.68 | 0.25 | 0.68 |
| Hex | BC | 98 | C1 | 3 | 15 | 0 | 18 | 125 | 19 | 44 |
| Octal | 274 | 230 | 301 | 3 | 25 | 0 | 30 | 445 | 31 | 104 |
| Binary | 10111100 | 10011000 | 11000001 | 11 | 10101 | 0 | 11000 | 100100101 | 11001 | 1000100 |
Color Harmonies of #BC98C1
Complementary color
Monochromatic Colors of #BC98C1
Black with #BC98C1
Text Example
Text Example
White with #BC98C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC98C1; }
p { color: rgb(188,152,193); }
H1.HeaderClassName
{
color: #BC98C1;
}
.AnyTagClassName
{
color: #BC98C1;
}
</style>
background-color css
<style>
a { background-color: #BC98C1; }
a { background-color: rgb(188,152,193); }
div.DivClassName
{
background-color: #BC98C1;
}
.BgClassName
{
background-color: #BC98C1;
}
</style>
border-color css
<style>
span { border-color: #BC98C1; }
span { border-color: rgb(188,152,193); }
td.TdClassName
{
border-color: #BC98C1;
}
.TagClassName
{
border-color: #BC98C1;
}
</style>