Shades of Lilac #BC92BD
Tints of Lilac #BC92BD
RGB
CMYK
RGB Variations
Color information
#BC92BD (or 0xBC92BD) is known color: Lilac. HEX triplet: BC, 92 and BD. RGB value is (188,146,189). Sum of RGB (Red+Green+Blue) = 188+146+189=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC92BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92BD is #436D42. Grayscale: #A3A3A3. Windows color (decimal): -4418883 or 12423868. OLE color: 12423868.
HSL color Cylindrical-coordinate representation of color #BC92BD: hue angle of 298.6º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BC92BD is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 146 | 189 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.26 |
| HSL | 298.6º | 0.25% | 0.66% | - |
| HSV(B) | 298.6º | 0.23% | 0.74% | - |
| XYZ | 40.2 | 34.92 | 52.77 | - |
| YUV | 163.46 | 142.41 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 189 | 0.01 | 0.23 | 0 | 0.26 | 298.6 | 0.25 | 0.66 |
| Hex | BC | 92 | BD | 1 | 17 | 0 | 1A | 12B | 19 | 42 |
| Octal | 274 | 222 | 275 | 1 | 27 | 0 | 32 | 453 | 31 | 102 |
| Binary | 10111100 | 10010010 | 10111101 | 1 | 10111 | 0 | 11010 | 100101011 | 11001 | 1000010 |
Color Harmonies of #BC92BD
Complementary color
Monochromatic Colors of #BC92BD
Black with #BC92BD
Text Example
Text Example
White with #BC92BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC92BD; }
p { color: rgb(188,146,189); }
H1.HeaderClassName
{
color: #BC92BD;
}
.AnyTagClassName
{
color: #BC92BD;
}
</style>
background-color css
<style>
a { background-color: #BC92BD; }
a { background-color: rgb(188,146,189); }
div.DivClassName
{
background-color: #BC92BD;
}
.BgClassName
{
background-color: #BC92BD;
}
</style>
border-color css
<style>
span { border-color: #BC92BD; }
span { border-color: rgb(188,146,189); }
td.TdClassName
{
border-color: #BC92BD;
}
.TagClassName
{
border-color: #BC92BD;
}
</style>