Shades of Lilac #BC99BD
Tints of Lilac #BC99BD
RGB
CMYK
RGB Variations
Color information
#BC99BD (or 0xBC99BD) is known color: Lilac. HEX triplet: BC, 99 and BD. RGB value is (188,153,189). Sum of RGB (Red+Green+Blue) = 188+153+189=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC99BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99BD is #436642. Grayscale: #A7A7A7. Windows color (decimal): -4417091 or 12425660. OLE color: 12425660.
HSL color Cylindrical-coordinate representation of color #BC99BD: hue angle of 298.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 #BC99BD is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 189 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.26 |
| HSL | 298.33º | 0.21% | 0.67% | - |
| HSV(B) | 298.33º | 0.19% | 0.74% | - |
| XYZ | 41.32 | 37.15 | 53.14 | - |
| YUV | 167.57 | 140.1 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 189 | 0.01 | 0.19 | 0 | 0.26 | 298.33 | 0.21 | 0.67 |
| Hex | BC | 99 | BD | 1 | 13 | 0 | 1A | 12A | 15 | 43 |
| Octal | 274 | 231 | 275 | 1 | 23 | 0 | 32 | 452 | 25 | 103 |
| Binary | 10111100 | 10011001 | 10111101 | 1 | 10011 | 0 | 11010 | 100101010 | 10101 | 1000011 |
Color Harmonies of #BC99BD
Complementary color
Monochromatic Colors of #BC99BD
Black with #BC99BD
Text Example
Text Example
White with #BC99BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC99BD; }
p { color: rgb(188,153,189); }
H1.HeaderClassName
{
color: #BC99BD;
}
.AnyTagClassName
{
color: #BC99BD;
}
</style>
background-color css
<style>
a { background-color: #BC99BD; }
a { background-color: rgb(188,153,189); }
div.DivClassName
{
background-color: #BC99BD;
}
.BgClassName
{
background-color: #BC99BD;
}
</style>
border-color css
<style>
span { border-color: #BC99BD; }
span { border-color: rgb(188,153,189); }
td.TdClassName
{
border-color: #BC99BD;
}
.TagClassName
{
border-color: #BC99BD;
}
</style>