Shades of Lilac #BC92C4
Tints of Lilac #BC92C4
RGB
CMYK
RGB Variations
Color information
#BC92C4 (or 0xBC92C4) is known color: Lilac. HEX triplet: BC, 92 and C4. RGB value is (188,146,196). Sum of RGB (Red+Green+Blue) = 188+146+196=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC92C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92C4 is #436D3B. Grayscale: #A4A4A4. Windows color (decimal): -4418876 or 12882620. OLE color: 12882620.
HSL color Cylindrical-coordinate representation of color #BC92C4: hue angle of 290.4º degrees, saturation: 0.3, 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 #BC92C4 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 146 | 196 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.23 |
| HSL | 290.4º | 0.3% | 0.67% | - |
| HSV(B) | 290.4º | 0.26% | 0.77% | - |
| XYZ | 40.98 | 35.23 | 56.87 | - |
| YUV | 164.26 | 145.91 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 196 | 0.04 | 0.26 | 0 | 0.23 | 290.4 | 0.3 | 0.67 |
| Hex | BC | 92 | C4 | 4 | 1A | 0 | 17 | 122 | 1E | 43 |
| Octal | 274 | 222 | 304 | 4 | 32 | 0 | 27 | 442 | 36 | 103 |
| Binary | 10111100 | 10010010 | 11000100 | 100 | 11010 | 0 | 10111 | 100100010 | 11110 | 1000011 |
Color Harmonies of #BC92C4
Complementary color
Monochromatic Colors of #BC92C4
Black with #BC92C4
Text Example
Text Example
White with #BC92C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC92C4; }
p { color: rgb(188,146,196); }
H1.HeaderClassName
{
color: #BC92C4;
}
.AnyTagClassName
{
color: #BC92C4;
}
</style>
background-color css
<style>
a { background-color: #BC92C4; }
a { background-color: rgb(188,146,196); }
div.DivClassName
{
background-color: #BC92C4;
}
.BgClassName
{
background-color: #BC92C4;
}
</style>
border-color css
<style>
span { border-color: #BC92C4; }
span { border-color: rgb(188,146,196); }
td.TdClassName
{
border-color: #BC92C4;
}
.TagClassName
{
border-color: #BC92C4;
}
</style>