Shades of Lilac #BC91BE
Tints of Lilac #BC91BE
RGB
CMYK
RGB Variations
Color information
#BC91BE (or 0xBC91BE) is known color: Lilac. HEX triplet: BC, 91 and BE. RGB value is (188,145,190). Sum of RGB (Red+Green+Blue) = 188+145+190=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC91BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91BE is #436E41. Grayscale: #A2A2A2. Windows color (decimal): -4419138 or 12489148. OLE color: 12489148.
HSL color Cylindrical-coordinate representation of color #BC91BE: hue angle of 297.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC91BE is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 145 | 190 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.25 |
| HSL | 297.33º | 0.26% | 0.66% | - |
| HSV(B) | 297.33º | 0.24% | 0.75% | - |
| XYZ | 40.16 | 34.66 | 53.29 | - |
| YUV | 162.99 | 143.25 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 190 | 0.01 | 0.24 | 0 | 0.25 | 297.33 | 0.26 | 0.66 |
| Hex | BC | 91 | BE | 1 | 18 | 0 | 19 | 129 | 1A | 42 |
| Octal | 274 | 221 | 276 | 1 | 30 | 0 | 31 | 451 | 32 | 102 |
| Binary | 10111100 | 10010001 | 10111110 | 1 | 11000 | 0 | 11001 | 100101001 | 11010 | 1000010 |
Color Harmonies of #BC91BE
Complementary color
Monochromatic Colors of #BC91BE
Black with #BC91BE
Text Example
Text Example
White with #BC91BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC91BE; }
p { color: rgb(188,145,190); }
H1.HeaderClassName
{
color: #BC91BE;
}
.AnyTagClassName
{
color: #BC91BE;
}
</style>
background-color css
<style>
a { background-color: #BC91BE; }
a { background-color: rgb(188,145,190); }
div.DivClassName
{
background-color: #BC91BE;
}
.BgClassName
{
background-color: #BC91BE;
}
</style>
border-color css
<style>
span { border-color: #BC91BE; }
span { border-color: rgb(188,145,190); }
td.TdClassName
{
border-color: #BC91BE;
}
.TagClassName
{
border-color: #BC91BE;
}
</style>