#BC91BC

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

Shades of Lilac #BC91BC

Tints of Lilac #BC91BC

Color information

#BC91BC (or 0xBC91BC) is unknown color: approx Lilac. HEX triplet: BC, 91 and BC. RGB value is (188,145,188). Sum of RGB (Red+Green+Blue) = 188+145+188=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC91BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91BC is #436E43. Grayscale: #A2A2A2. Windows color (decimal): -4419140 or 12358076. OLE color: 12358076.

HSL color Cylindrical-coordinate representation of color #BC91BC: hue angle of 300º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BC91BC is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB188145188-
CMYK00.2300.26
HSL300º24.29%65.29%-
HSV(B)300º22.87%73.73%-
XYZ39.9434.5752.15-
YUV162.76142.25146-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.08%
GREEN value IS 145 (57.03% from 255) = 27.83%
BLUE value IS 188 (73.83% from 255) = 36.08%
R=36.08%
G=27.83%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814518800.2300.2630024.2965.29
HexBC91BC01701A12c1841
Octal27422127402703245430101
Binary101111001001000110111100010111011010100101100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC91BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC91BC; }

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

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

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

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

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

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

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

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