Shades of Lilac #BC9ABA
Tints of Lilac #BC9ABA
RGB
CMYK
RGB Variations
Color information
#BC9ABA (or 0xBC9ABA) is known color: Lilac. HEX triplet: BC, 9A and BA. RGB value is (188,154,186). Sum of RGB (Red+Green+Blue) = 188+154+186=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9ABA is #436545. Grayscale: #A7A7A7. Windows color (decimal): -4416838 or 12229308. OLE color: 12229308.
HSL color Cylindrical-coordinate representation of color #BC9ABA: hue angle of 303.53º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BC9ABA is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 154 | 186 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.26 |
| HSL | 303.53º | 0.2% | 0.67% | - |
| HSV(B) | 303.53º | 0.18% | 0.74% | - |
| XYZ | 41.16 | 37.35 | 51.49 | - |
| YUV | 167.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 186 | 0 | 0.18 | 0.01 | 0.26 | 303.53 | 0.2 | 0.67 |
| Hex | BC | 9A | BA | 0 | 12 | 1 | 1A | 130 | 14 | 43 |
| Octal | 274 | 232 | 272 | 0 | 22 | 1 | 32 | 460 | 24 | 103 |
| Binary | 10111100 | 10011010 | 10111010 | 0 | 10010 | 1 | 11010 | 100110000 | 10100 | 1000011 |
Color Harmonies of #BC9ABA
Complementary color
Monochromatic Colors of #BC9ABA
Black with #BC9ABA
Text Example
Text Example
White with #BC9ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9ABA; }
p { color: rgb(188,154,186); }
H1.HeaderClassName
{
color: #BC9ABA;
}
.AnyTagClassName
{
color: #BC9ABA;
}
</style>
background-color css
<style>
a { background-color: #BC9ABA; }
a { background-color: rgb(188,154,186); }
div.DivClassName
{
background-color: #BC9ABA;
}
.BgClassName
{
background-color: #BC9ABA;
}
</style>
border-color css
<style>
span { border-color: #BC9ABA; }
span { border-color: rgb(188,154,186); }
td.TdClassName
{
border-color: #BC9ABA;
}
.TagClassName
{
border-color: #BC9ABA;
}
</style>