Shades of Lilac #BC96C4
Tints of Lilac #BC96C4
RGB
CMYK
RGB Variations
Color information
#BC96C4 (or 0xBC96C4) is known color: Lilac. HEX triplet: BC, 96 and C4. RGB value is (188,150,196). Sum of RGB (Red+Green+Blue) = 188+150+196=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 196 (76.95% from 255 or 36.70% from 534); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC96C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC96C4 is #43693B. Grayscale: #A6A6A6. Windows color (decimal): -4417852 or 12883644. OLE color: 12883644.
HSL color Cylindrical-coordinate representation of color #BC96C4: hue angle of 289.57º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BC96C4 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 150 | 196 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.23 |
| HSL | 289.57º | 0.28% | 0.68% | - |
| HSV(B) | 289.57º | 0.23% | 0.77% | - |
| XYZ | 41.61 | 36.49 | 57.07 | - |
| YUV | 166.61 | 144.59 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 196 | 0.04 | 0.23 | 0 | 0.23 | 289.57 | 0.28 | 0.68 |
| Hex | BC | 96 | C4 | 4 | 17 | 0 | 17 | 122 | 1C | 44 |
| Octal | 274 | 226 | 304 | 4 | 27 | 0 | 27 | 442 | 34 | 104 |
| Binary | 10111100 | 10010110 | 11000100 | 100 | 10111 | 0 | 10111 | 100100010 | 11100 | 1000100 |
Color Harmonies of #BC96C4
Complementary color
Monochromatic Colors of #BC96C4
Black with #BC96C4
Text Example
Text Example
White with #BC96C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC96C4; }
p { color: rgb(188,150,196); }
H1.HeaderClassName
{
color: #BC96C4;
}
.AnyTagClassName
{
color: #BC96C4;
}
</style>
background-color css
<style>
a { background-color: #BC96C4; }
a { background-color: rgb(188,150,196); }
div.DivClassName
{
background-color: #BC96C4;
}
.BgClassName
{
background-color: #BC96C4;
}
</style>
border-color css
<style>
span { border-color: #BC96C4; }
span { border-color: rgb(188,150,196); }
td.TdClassName
{
border-color: #BC96C4;
}
.TagClassName
{
border-color: #BC96C4;
}
</style>