Shades of Lilac #BC99BC
Tints of Lilac #BC99BC
RGB
CMYK
RGB Variations
Color information
#BC99BC (or 0xBC99BC) is known color: Lilac. HEX triplet: BC, 99 and BC. RGB value is (188,153,188). Sum of RGB (Red+Green+Blue) = 188+153+188=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC99BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99BC is #436643. Grayscale: #A7A7A7. Windows color (decimal): -4417092 or 12360124. OLE color: 12360124.
HSL color Cylindrical-coordinate representation of color #BC99BC: hue angle of 300º 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 #BC99BC is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 153 | 188 | - |
| CMYK | 0 | 0.19 | 0 | 0.26 |
| HSL | 300º | 0.21% | 0.67% | - |
| HSV(B) | 300º | 0.19% | 0.74% | - |
| XYZ | 41.21 | 37.1 | 52.57 | - |
| YUV | 167.46 | 139.6 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 188 | 0 | 0.19 | 0 | 0.26 | 300 | 0.21 | 0.67 |
| Hex | BC | 99 | BC | 0 | 13 | 0 | 1A | 12C | 15 | 43 |
| Octal | 274 | 231 | 274 | 0 | 23 | 0 | 32 | 454 | 25 | 103 |
| Binary | 10111100 | 10011001 | 10111100 | 0 | 10011 | 0 | 11010 | 100101100 | 10101 | 1000011 |
Color Harmonies of #BC99BC
Complementary color
Monochromatic Colors of #BC99BC
Black with #BC99BC
Text Example
Text Example
White with #BC99BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC99BC; }
p { color: rgb(188,153,188); }
H1.HeaderClassName
{
color: #BC99BC;
}
.AnyTagClassName
{
color: #BC99BC;
}
</style>
background-color css
<style>
a { background-color: #BC99BC; }
a { background-color: rgb(188,153,188); }
div.DivClassName
{
background-color: #BC99BC;
}
.BgClassName
{
background-color: #BC99BC;
}
</style>
border-color css
<style>
span { border-color: #BC99BC; }
span { border-color: rgb(188,153,188); }
td.TdClassName
{
border-color: #BC99BC;
}
.TagClassName
{
border-color: #BC99BC;
}
</style>