#BC97C0

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

Shades of Lilac #BC97C0

Tints of Lilac #BC97C0

Color information

#BC97C0 (or 0xBC97C0) is unknown color: approx Lilac. HEX triplet: BC, 97 and C0. RGB value is (188,151,192). Sum of RGB (Red+Green+Blue) = 188+151+192=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC97C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC97C0 is #43683F. Grayscale: #A6A6A6. Windows color (decimal): -4417600 or 12621756. OLE color: 12621756.

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

Color convert

RGB188151192-
CMYK0.020.2100.25
HSL294.15º24.55%67.25%-
HSV(B)294.15º21.35%75.29%-
XYZ41.3236.6354.76-
YUV166.74142.26143.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.40%
GREEN value IS 151 (59.38% from 255) = 28.44%
BLUE value IS 192 (75.39% from 255) = 36.16%
R=35.40%
G=28.44%
B=36.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881511920.020.2100.25294.1524.5567.25
HexBC97C02150191261943
Octal27422730022503144631103
Binary1011110010010111110000001010101011001100100110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC97C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC97C0; }

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

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

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

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

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

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

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

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