#BC91C2

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

Shades of Lilac #BC91C2

Tints of Lilac #BC91C2

Color information

#BC91C2 (or 0xBC91C2) is unknown color: approx Lilac. HEX triplet: BC, 91 and C2. RGB value is (188,145,194). Sum of RGB (Red+Green+Blue) = 188+145+194=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC91C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91C2 is #436E3D. Grayscale: #A3A3A3. Windows color (decimal): -4419134 or 12751292. OLE color: 12751292.

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

Color convert

RGB188145194-
CMYK0.030.2500.24
HSL292.65º28.65%66.47%-
HSV(B)292.65º25.26%76.08%-
XYZ40.634.8455.62-
YUV163.44145.25145.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 145 (57.03% from 255) = 27.51%
BLUE value IS 194 (76.17% from 255) = 36.81%
R=35.67%
G=27.51%
B=36.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881451940.030.2500.24292.6528.6566.47
HexBC91C23190181251d42
Octal27422130233103044535102
Binary1011110010010001110000101111001011000100100101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC91C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC91C2; }

 p { color: rgb(188,145,194); }

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

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

 a { background-color: rgb(188,145,194); }

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

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

 span { border-color: rgb(188,145,194); }

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