Shades of Lilac #BC9CBD
Tints of Lilac #BC9CBD
RGB
CMYK
RGB Variations
Color information
#BC9CBD (or 0xBC9CBD) is known color: Lilac. HEX triplet: BC, 9C and BD. RGB value is (188,156,189). Sum of RGB (Red+Green+Blue) = 188+156+189=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC9CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9CBD is #436342. Grayscale: #A9A9A9. Windows color (decimal): -4416323 or 12426428. OLE color: 12426428.
HSL color Cylindrical-coordinate representation of color #BC9CBD: hue angle of 298.18º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BC9CBD is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 156 | 189 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.26 |
| HSL | 298.18º | 0.2% | 0.68% | - |
| HSV(B) | 298.18º | 0.17% | 0.74% | - |
| XYZ | 41.81 | 38.14 | 53.3 | - |
| YUV | 169.33 | 139.1 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 156 | 189 | 0.01 | 0.17 | 0 | 0.26 | 298.18 | 0.2 | 0.68 |
| Hex | BC | 9C | BD | 1 | 11 | 0 | 1A | 12A | 14 | 44 |
| Octal | 274 | 234 | 275 | 1 | 21 | 0 | 32 | 452 | 24 | 104 |
| Binary | 10111100 | 10011100 | 10111101 | 1 | 10001 | 0 | 11010 | 100101010 | 10100 | 1000100 |
Color Harmonies of #BC9CBD
Complementary color
Monochromatic Colors of #BC9CBD
Black with #BC9CBD
Text Example
Text Example
White with #BC9CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9CBD; }
p { color: rgb(188,156,189); }
H1.HeaderClassName
{
color: #BC9CBD;
}
.AnyTagClassName
{
color: #BC9CBD;
}
</style>
background-color css
<style>
a { background-color: #BC9CBD; }
a { background-color: rgb(188,156,189); }
div.DivClassName
{
background-color: #BC9CBD;
}
.BgClassName
{
background-color: #BC9CBD;
}
</style>
border-color css
<style>
span { border-color: #BC9CBD; }
span { border-color: rgb(188,156,189); }
td.TdClassName
{
border-color: #BC9CBD;
}
.TagClassName
{
border-color: #BC9CBD;
}
</style>