Shades of Lilac #BC98BA
Tints of Lilac #BC98BA
RGB
CMYK
RGB Variations
Color information
#BC98BA (or 0xBC98BA) is known color: Lilac. HEX triplet: BC, 98 and BA. RGB value is (188,152,186). Sum of RGB (Red+Green+Blue) = 188+152+186=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BC98BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98BA is #436745. Grayscale: #A6A6A6. Windows color (decimal): -4417350 or 12228796. OLE color: 12228796.
HSL color Cylindrical-coordinate representation of color #BC98BA: hue angle of 303.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BC98BA is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 186 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.26 |
| HSL | 303.33º | 0.21% | 0.67% | - |
| HSV(B) | 303.33º | 0.19% | 0.74% | - |
| XYZ | 40.83 | 36.69 | 51.38 | - |
| YUV | 166.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 186 | 0 | 0.19 | 0.01 | 0.26 | 303.33 | 0.21 | 0.67 |
| Hex | BC | 98 | BA | 0 | 13 | 1 | 1A | 12F | 15 | 43 |
| Octal | 274 | 230 | 272 | 0 | 23 | 1 | 32 | 457 | 25 | 103 |
| Binary | 10111100 | 10011000 | 10111010 | 0 | 10011 | 1 | 11010 | 100101111 | 10101 | 1000011 |
Color Harmonies of #BC98BA
Complementary color
Monochromatic Colors of #BC98BA
Black with #BC98BA
Text Example
Text Example
White with #BC98BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC98BA; }
p { color: rgb(188,152,186); }
H1.HeaderClassName
{
color: #BC98BA;
}
.AnyTagClassName
{
color: #BC98BA;
}
</style>
background-color css
<style>
a { background-color: #BC98BA; }
a { background-color: rgb(188,152,186); }
div.DivClassName
{
background-color: #BC98BA;
}
.BgClassName
{
background-color: #BC98BA;
}
</style>
border-color css
<style>
span { border-color: #BC98BA; }
span { border-color: rgb(188,152,186); }
td.TdClassName
{
border-color: #BC98BA;
}
.TagClassName
{
border-color: #BC98BA;
}
</style>