Shades of Lilac #BC9CBB
Tints of Lilac #BC9CBB
RGB
CMYK
RGB Variations
Color information
#BC9CBB (or 0xBC9CBB) is known color: Lilac. HEX triplet: BC, 9C and BB. RGB value is (188,156,187). Sum of RGB (Red+Green+Blue) = 188+156+187=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9CBB is #436344. Grayscale: #A9A9A9. Windows color (decimal): -4416325 or 12295356. OLE color: 12295356.
HSL color Cylindrical-coordinate representation of color #BC9CBB: hue angle of 301.88º 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 #BC9CBB is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 187 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.26 |
| HSL | 301.88º | 0.19% | 0.67% | - |
| HSV(B) | 301.88º | 0.17% | 0.74% | - |
| XYZ | 41.6 | 38.06 | 52.17 | - |
| YUV | 169.1 | 138.1 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 187 | 0 | 0.17 | 0.01 | 0.26 | 301.88 | 0.19 | 0.67 |
| Hex | BC | 9C | BB | 0 | 11 | 1 | 1A | 12E | 13 | 43 |
| Octal | 274 | 234 | 273 | 0 | 21 | 1 | 32 | 456 | 23 | 103 |
| Binary | 10111100 | 10011100 | 10111011 | 0 | 10001 | 1 | 11010 | 100101110 | 10011 | 1000011 |
Color Harmonies of #BC9CBB
Complementary color
Monochromatic Colors of #BC9CBB
Black with #BC9CBB
Text Example
Text Example
White with #BC9CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9CBB; }
p { color: rgb(188,156,187); }
H1.HeaderClassName
{
color: #BC9CBB;
}
.AnyTagClassName
{
color: #BC9CBB;
}
</style>
background-color css
<style>
a { background-color: #BC9CBB; }
a { background-color: rgb(188,156,187); }
div.DivClassName
{
background-color: #BC9CBB;
}
.BgClassName
{
background-color: #BC9CBB;
}
</style>
border-color css
<style>
span { border-color: #BC9CBB; }
span { border-color: rgb(188,156,187); }
td.TdClassName
{
border-color: #BC9CBB;
}
.TagClassName
{
border-color: #BC9CBB;
}
</style>