Shades of Lilac #BC92C5
Tints of Lilac #BC92C5
RGB
CMYK
RGB Variations
Color information
#BC92C5 (or 0xBC92C5) is known color: Lilac. HEX triplet: BC, 92 and C5. RGB value is (188,146,197). Sum of RGB (Red+Green+Blue) = 188+146+197=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC92C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92C5 is #436D3A. Grayscale: #A4A4A4. Windows color (decimal): -4418875 or 12948156. OLE color: 12948156.
HSL color Cylindrical-coordinate representation of color #BC92C5: hue angle of 289.41º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC92C5 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 146 | 197 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.23 |
| HSL | 289.41º | 0.31% | 0.67% | - |
| HSV(B) | 289.41º | 0.26% | 0.77% | - |
| XYZ | 41.1 | 35.28 | 57.47 | - |
| YUV | 164.37 | 146.41 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 197 | 0.05 | 0.26 | 0 | 0.23 | 289.41 | 0.31 | 0.67 |
| Hex | BC | 92 | C5 | 5 | 1A | 0 | 17 | 121 | 1F | 43 |
| Octal | 274 | 222 | 305 | 5 | 32 | 0 | 27 | 441 | 37 | 103 |
| Binary | 10111100 | 10010010 | 11000101 | 101 | 11010 | 0 | 10111 | 100100001 | 11111 | 1000011 |
Color Harmonies of #BC92C5
Complementary color
Monochromatic Colors of #BC92C5
Black with #BC92C5
Text Example
Text Example
White with #BC92C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC92C5; }
p { color: rgb(188,146,197); }
H1.HeaderClassName
{
color: #BC92C5;
}
.AnyTagClassName
{
color: #BC92C5;
}
</style>
background-color css
<style>
a { background-color: #BC92C5; }
a { background-color: rgb(188,146,197); }
div.DivClassName
{
background-color: #BC92C5;
}
.BgClassName
{
background-color: #BC92C5;
}
</style>
border-color css
<style>
span { border-color: #BC92C5; }
span { border-color: rgb(188,146,197); }
td.TdClassName
{
border-color: #BC92C5;
}
.TagClassName
{
border-color: #BC92C5;
}
</style>