Shades of Lilac #BC8FBD
Tints of Lilac #BC8FBD
RGB
CMYK
RGB Variations
Color information
#BC8FBD (or 0xBC8FBD) is known color: Lilac. HEX triplet: BC, 8F and BD. RGB value is (188,143,189). Sum of RGB (Red+Green+Blue) = 188+143+189=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC8FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FBD is #437042. Grayscale: #A1A1A1. Windows color (decimal): -4419651 or 12423100. OLE color: 12423100.
HSL color Cylindrical-coordinate representation of color #BC8FBD: hue angle of 298.7º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC8FBD is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 189 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.26 |
| HSL | 298.7º | 0.26% | 0.65% | - |
| HSV(B) | 298.7º | 0.24% | 0.74% | - |
| XYZ | 39.75 | 34.01 | 52.61 | - |
| YUV | 161.7 | 143.41 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 189 | 0.01 | 0.24 | 0 | 0.26 | 298.7 | 0.26 | 0.65 |
| Hex | BC | 8F | BD | 1 | 18 | 0 | 1A | 12B | 1A | 41 |
| Octal | 274 | 217 | 275 | 1 | 30 | 0 | 32 | 453 | 32 | 101 |
| Binary | 10111100 | 10001111 | 10111101 | 1 | 11000 | 0 | 11010 | 100101011 | 11010 | 1000001 |
Color Harmonies of #BC8FBD
Complementary color
Monochromatic Colors of #BC8FBD
Black with #BC8FBD
Text Example
Text Example
White with #BC8FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FBD; }
p { color: rgb(188,143,189); }
H1.HeaderClassName
{
color: #BC8FBD;
}
.AnyTagClassName
{
color: #BC8FBD;
}
</style>
background-color css
<style>
a { background-color: #BC8FBD; }
a { background-color: rgb(188,143,189); }
div.DivClassName
{
background-color: #BC8FBD;
}
.BgClassName
{
background-color: #BC8FBD;
}
</style>
border-color css
<style>
span { border-color: #BC8FBD; }
span { border-color: rgb(188,143,189); }
td.TdClassName
{
border-color: #BC8FBD;
}
.TagClassName
{
border-color: #BC8FBD;
}
</style>