Shades of Lilac #BC9BBD
Tints of Lilac #BC9BBD
RGB
CMYK
RGB Variations
Color information
#BC9BBD (or 0xBC9BBD) is known color: Lilac. HEX triplet: BC, 9B and BD. RGB value is (188,155,189). Sum of RGB (Red+Green+Blue) = 188+155+189=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC9BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9BBD is #436442. Grayscale: #A8A8A8. Windows color (decimal): -4416579 or 12426172. OLE color: 12426172.
HSL color Cylindrical-coordinate representation of color #BC9BBD: hue angle of 298.24º 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 #BC9BBD is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 155 | 189 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.26 |
| HSL | 298.24º | 0.2% | 0.67% | - |
| HSV(B) | 298.24º | 0.18% | 0.74% | - |
| XYZ | 41.65 | 37.81 | 53.25 | - |
| YUV | 168.74 | 139.43 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 189 | 0.01 | 0.18 | 0 | 0.26 | 298.24 | 0.2 | 0.67 |
| Hex | BC | 9B | BD | 1 | 12 | 0 | 1A | 12A | 14 | 43 |
| Octal | 274 | 233 | 275 | 1 | 22 | 0 | 32 | 452 | 24 | 103 |
| Binary | 10111100 | 10011011 | 10111101 | 1 | 10010 | 0 | 11010 | 100101010 | 10100 | 1000011 |
Color Harmonies of #BC9BBD
Complementary color
Monochromatic Colors of #BC9BBD
Black with #BC9BBD
Text Example
Text Example
White with #BC9BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9BBD; }
p { color: rgb(188,155,189); }
H1.HeaderClassName
{
color: #BC9BBD;
}
.AnyTagClassName
{
color: #BC9BBD;
}
</style>
background-color css
<style>
a { background-color: #BC9BBD; }
a { background-color: rgb(188,155,189); }
div.DivClassName
{
background-color: #BC9BBD;
}
.BgClassName
{
background-color: #BC9BBD;
}
</style>
border-color css
<style>
span { border-color: #BC9BBD; }
span { border-color: rgb(188,155,189); }
td.TdClassName
{
border-color: #BC9BBD;
}
.TagClassName
{
border-color: #BC9BBD;
}
</style>