#BC87C0

Color #BC87C0 Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #BC87C0

Tints of Lilac #BC87C0

Color information

#BC87C0 (or 0xBC87C0) is unknown color: approx Lilac. HEX triplet: BC, 87 and C0. RGB value is (188,135,192). Sum of RGB (Red+Green+Blue) = 188+135+192=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC87C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC87C0 is #43783F. Grayscale: #9D9D9D. Windows color (decimal): -4421696 or 12617660. OLE color: 12617660.

HSL color Cylindrical-coordinate representation of color #BC87C0: hue angle of 295.79º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC87C0 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188135192-
CMYK0.020.3000.25
HSL295.79º31.15%64.12%-
HSV(B)295.79º29.69%75.29%-
XYZ38.9231.8353.96-
YUV157.34147.56149.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 36.50%
GREEN value IS 135 (53.12% from 255) = 26.21%
BLUE value IS 192 (75.39% from 255) = 37.28%
R=36.50%
G=26.21%
B=37.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881351920.020.3000.25295.7931.1564.12
HexBC87C021E0191281f40
Octal27420730023603145037100
Binary1011110010000111110000001011110011001100101000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC87C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC87C0; }

 p { color: rgb(188,135,192); }

 H1.HeaderClassName
 {
   color: #BC87C0;
 }
 .AnyTagClassName
 {
   color: #BC87C0;
 }
</style>
background-color css

<style>
 a { background-color: #BC87C0; }

 a { background-color: rgb(188,135,192); }

 div.DivClassName
 {
   background-color: #BC87C0;
 }
 .BgClassName
 {
   background-color: #BC87C0;
 }
</style>
border-color css

<style>
 span { border-color: #BC87C0; }

 span { border-color: rgb(188,135,192); }

 td.TdClassName
 {
   border-color: #BC87C0;
 }
 .TagClassName
 {
   border-color: #BC87C0;
 }
</style>