Shades of Lilac #BC98BB
Tints of Lilac #BC98BB
RGB
CMYK
RGB Variations
Color information
#BC98BB (or 0xBC98BB) is known color: Lilac. HEX triplet: BC, 98 and BB. RGB value is (188,152,187). Sum of RGB (Red+Green+Blue) = 188+152+187=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 188 - color contains mainly: red. Hex color #BC98BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC98BB is #436744. Grayscale: #A6A6A6. Windows color (decimal): -4417349 or 12294332. OLE color: 12294332.
HSL color Cylindrical-coordinate representation of color #BC98BB: hue angle of 301.67º 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 #BC98BB is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 152 | 187 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.26 |
| HSL | 301.67º | 0.21% | 0.67% | - |
| HSV(B) | 301.67º | 0.19% | 0.74% | - |
| XYZ | 40.94 | 36.74 | 51.95 | - |
| YUV | 166.75 | 139.43 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 152 | 187 | 0 | 0.19 | 0.01 | 0.26 | 301.67 | 0.21 | 0.67 |
| Hex | BC | 98 | BB | 0 | 13 | 1 | 1A | 12E | 15 | 43 |
| Octal | 274 | 230 | 273 | 0 | 23 | 1 | 32 | 456 | 25 | 103 |
| Binary | 10111100 | 10011000 | 10111011 | 0 | 10011 | 1 | 11010 | 100101110 | 10101 | 1000011 |
Color Harmonies of #BC98BB
Complementary color
Monochromatic Colors of #BC98BB
Black with #BC98BB
Text Example
Text Example
White with #BC98BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC98BB; }
p { color: rgb(188,152,187); }
H1.HeaderClassName
{
color: #BC98BB;
}
.AnyTagClassName
{
color: #BC98BB;
}
</style>
background-color css
<style>
a { background-color: #BC98BB; }
a { background-color: rgb(188,152,187); }
div.DivClassName
{
background-color: #BC98BB;
}
.BgClassName
{
background-color: #BC98BB;
}
</style>
border-color css
<style>
span { border-color: #BC98BB; }
span { border-color: rgb(188,152,187); }
td.TdClassName
{
border-color: #BC98BB;
}
.TagClassName
{
border-color: #BC98BB;
}
</style>