#BC93BE

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

Shades of Lilac #BC93BE

Tints of Lilac #BC93BE

Color information

#BC93BE (or 0xBC93BE) is unknown color: approx Lilac. HEX triplet: BC, 93 and BE. RGB value is (188,147,190). Sum of RGB (Red+Green+Blue) = 188+147+190=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC93BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93BE is #436C41. Grayscale: #A4A4A4. Windows color (decimal): -4418626 or 12489660. OLE color: 12489660.

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

Color convert

RGB188147190-
CMYK0.010.2300.25
HSL297.21º24.86%66.08%-
HSV(B)297.21º22.63%74.51%-
XYZ40.4735.2853.39-
YUV164.16142.58145-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 147 (57.81% from 255) = 28%
BLUE value IS 190 (74.61% from 255) = 36.19%
R=35.81%
G=28%
B=36.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881471900.010.2300.25297.2124.8666.08
HexBC93BE1170191291942
Octal27422327612703145131102
Binary101111001001001110111110110111011001100101001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC93BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC93BE; }

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

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

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

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

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

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

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

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