Shades of Lilac #BC9FBA
Tints of Lilac #BC9FBA
RGB
CMYK
RGB Variations
Color information
#BC9FBA (or 0xBC9FBA) is known color: Lilac. HEX triplet: BC, 9F and BA. RGB value is (188,159,186). Sum of RGB (Red+Green+Blue) = 188+159+186=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9FBA is #436045. Grayscale: #AAAAAA. Windows color (decimal): -4415558 or 12230588. OLE color: 12230588.
HSL color Cylindrical-coordinate representation of color #BC9FBA: hue angle of 304.14º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BC9FBA is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 159 | 186 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.26 |
| HSL | 304.14º | 0.18% | 0.68% | - |
| HSV(B) | 304.14º | 0.15% | 0.74% | - |
| XYZ | 42 | 39.03 | 51.77 | - |
| YUV | 170.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 186 | 0 | 0.15 | 0.01 | 0.26 | 304.14 | 0.18 | 0.68 |
| Hex | BC | 9F | BA | 0 | F | 1 | 1A | 130 | 12 | 44 |
| Octal | 274 | 237 | 272 | 0 | 17 | 1 | 32 | 460 | 22 | 104 |
| Binary | 10111100 | 10011111 | 10111010 | 0 | 1111 | 1 | 11010 | 100110000 | 10010 | 1000100 |
Color Harmonies of #BC9FBA
Complementary color
Monochromatic Colors of #BC9FBA
Black with #BC9FBA
Text Example
Text Example
White with #BC9FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9FBA; }
p { color: rgb(188,159,186); }
H1.HeaderClassName
{
color: #BC9FBA;
}
.AnyTagClassName
{
color: #BC9FBA;
}
</style>
background-color css
<style>
a { background-color: #BC9FBA; }
a { background-color: rgb(188,159,186); }
div.DivClassName
{
background-color: #BC9FBA;
}
.BgClassName
{
background-color: #BC9FBA;
}
</style>
border-color css
<style>
span { border-color: #BC9FBA; }
span { border-color: rgb(188,159,186); }
td.TdClassName
{
border-color: #BC9FBA;
}
.TagClassName
{
border-color: #BC9FBA;
}
</style>