Shades of Lilac #BC9CBC
Tints of Lilac #BC9CBC
RGB
CMYK
RGB Variations
Color information
#BC9CBC (or 0xBC9CBC) is known color: Lilac. HEX triplet: BC, 9C and BC. RGB value is (188,156,188). Sum of RGB (Red+Green+Blue) = 188+156+188=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC9CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9CBC is #436343. Grayscale: #A9A9A9. Windows color (decimal): -4416324 or 12360892. OLE color: 12360892.
HSL color Cylindrical-coordinate representation of color #BC9CBC: hue angle of 300º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BC9CBC is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 188 | - |
| CMYK | 0 | 0.17 | 0 | 0.26 |
| HSL | 300º | 0.19% | 0.67% | - |
| HSV(B) | 300º | 0.17% | 0.74% | - |
| XYZ | 41.7 | 38.1 | 52.73 | - |
| YUV | 169.22 | 138.6 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 188 | 0 | 0.17 | 0 | 0.26 | 300 | 0.19 | 0.67 |
| Hex | BC | 9C | BC | 0 | 11 | 0 | 1A | 12C | 13 | 43 |
| Octal | 274 | 234 | 274 | 0 | 21 | 0 | 32 | 454 | 23 | 103 |
| Binary | 10111100 | 10011100 | 10111100 | 0 | 10001 | 0 | 11010 | 100101100 | 10011 | 1000011 |
Color Harmonies of #BC9CBC
Complementary color
Monochromatic Colors of #BC9CBC
Black with #BC9CBC
Text Example
Text Example
White with #BC9CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9CBC; }
p { color: rgb(188,156,188); }
H1.HeaderClassName
{
color: #BC9CBC;
}
.AnyTagClassName
{
color: #BC9CBC;
}
</style>
background-color css
<style>
a { background-color: #BC9CBC; }
a { background-color: rgb(188,156,188); }
div.DivClassName
{
background-color: #BC9CBC;
}
.BgClassName
{
background-color: #BC9CBC;
}
</style>
border-color css
<style>
span { border-color: #BC9CBC; }
span { border-color: rgb(188,156,188); }
td.TdClassName
{
border-color: #BC9CBC;
}
.TagClassName
{
border-color: #BC9CBC;
}
</style>