Shades of Lilac #BC98C4
Tints of Lilac #BC98C4
RGB
CMYK
RGB Variations
Color information
#BC98C4 (or 0xBC98C4) is known color: Lilac. HEX triplet: BC, 98 and C4. RGB value is (188,152,196). Sum of RGB (Red+Green+Blue) = 188+152+196=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 196 (76.95% from 255 or 36.57% from 536); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC98C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98C4 is #43673B. Grayscale: #A7A7A7. Windows color (decimal): -4417340 or 12884156. OLE color: 12884156.
HSL color Cylindrical-coordinate representation of color #BC98C4: hue angle of 289.09º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC98C4 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 152 | 196 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.23 |
| HSL | 289.09º | 0.27% | 0.68% | - |
| HSV(B) | 289.09º | 0.22% | 0.77% | - |
| XYZ | 41.93 | 37.13 | 57.18 | - |
| YUV | 167.78 | 143.93 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 196 | 0.04 | 0.22 | 0 | 0.23 | 289.09 | 0.27 | 0.68 |
| Hex | BC | 98 | C4 | 4 | 16 | 0 | 17 | 121 | 1B | 44 |
| Octal | 274 | 230 | 304 | 4 | 26 | 0 | 27 | 441 | 33 | 104 |
| Binary | 10111100 | 10011000 | 11000100 | 100 | 10110 | 0 | 10111 | 100100001 | 11011 | 1000100 |
Color Harmonies of #BC98C4
Complementary color
Monochromatic Colors of #BC98C4
Black with #BC98C4
Text Example
Text Example
White with #BC98C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC98C4; }
p { color: rgb(188,152,196); }
H1.HeaderClassName
{
color: #BC98C4;
}
.AnyTagClassName
{
color: #BC98C4;
}
</style>
background-color css
<style>
a { background-color: #BC98C4; }
a { background-color: rgb(188,152,196); }
div.DivClassName
{
background-color: #BC98C4;
}
.BgClassName
{
background-color: #BC98C4;
}
</style>
border-color css
<style>
span { border-color: #BC98C4; }
span { border-color: rgb(188,152,196); }
td.TdClassName
{
border-color: #BC98C4;
}
.TagClassName
{
border-color: #BC98C4;
}
</style>