Shades of Lilac #BC94BD
Tints of Lilac #BC94BD
RGB
CMYK
RGB Variations
Color information
#BC94BD (or 0xBC94BD) is known color: Lilac. HEX triplet: BC, 94 and BD. RGB value is (188,148,189). Sum of RGB (Red+Green+Blue) = 188+148+189=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC94BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC94BD is #436B42. Grayscale: #A4A4A4. Windows color (decimal): -4418371 or 12424380. OLE color: 12424380.
HSL color Cylindrical-coordinate representation of color #BC94BD: hue angle of 298.54º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC94BD is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 148 | 189 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.26 |
| HSL | 298.54º | 0.24% | 0.66% | - |
| HSV(B) | 298.54º | 0.22% | 0.74% | - |
| XYZ | 40.51 | 35.55 | 52.87 | - |
| YUV | 164.63 | 141.75 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 189 | 0.01 | 0.22 | 0 | 0.26 | 298.54 | 0.24 | 0.66 |
| Hex | BC | 94 | BD | 1 | 16 | 0 | 1A | 12B | 18 | 42 |
| Octal | 274 | 224 | 275 | 1 | 26 | 0 | 32 | 453 | 30 | 102 |
| Binary | 10111100 | 10010100 | 10111101 | 1 | 10110 | 0 | 11010 | 100101011 | 11000 | 1000010 |
Color Harmonies of #BC94BD
Complementary color
Monochromatic Colors of #BC94BD
Black with #BC94BD
Text Example
Text Example
White with #BC94BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC94BD; }
p { color: rgb(188,148,189); }
H1.HeaderClassName
{
color: #BC94BD;
}
.AnyTagClassName
{
color: #BC94BD;
}
</style>
background-color css
<style>
a { background-color: #BC94BD; }
a { background-color: rgb(188,148,189); }
div.DivClassName
{
background-color: #BC94BD;
}
.BgClassName
{
background-color: #BC94BD;
}
</style>
border-color css
<style>
span { border-color: #BC94BD; }
span { border-color: rgb(188,148,189); }
td.TdClassName
{
border-color: #BC94BD;
}
.TagClassName
{
border-color: #BC94BD;
}
</style>