#BC93C1

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

Shades of Lilac #BC93C1

Tints of Lilac #BC93C1

Color information

#BC93C1 (or 0xBC93C1) is unknown color: approx Lilac. HEX triplet: BC, 93 and C1. RGB value is (188,147,193). Sum of RGB (Red+Green+Blue) = 188+147+193=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC93C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93C1 is #436C3E. Grayscale: #A4A4A4. Windows color (decimal): -4418623 or 12686268. OLE color: 12686268.

HSL color Cylindrical-coordinate representation of color #BC93C1: hue angle of 293.48º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC93C1 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188147193-
CMYK0.030.2400.24
HSL293.48º27.06%66.67%-
HSV(B)293.48º23.83%75.69%-
XYZ40.835.4155.14-
YUV164.5144.08144.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.61%
GREEN value IS 147 (57.81% from 255) = 27.84%
BLUE value IS 193 (75.78% from 255) = 36.55%
R=35.61%
G=27.84%
B=36.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881471930.030.2400.24293.4827.0666.67
HexBC93C13180181251b43
Octal27422330133003044533103
Binary1011110010010011110000011111000011000100100101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC93C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC93C1; }

 p { color: rgb(188,147,193); }

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

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

 a { background-color: rgb(188,147,193); }

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

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

 span { border-color: rgb(188,147,193); }

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