#BC93BF

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

Shades of Lilac #BC93BF

Tints of Lilac #BC93BF

Color information

#BC93BF (or 0xBC93BF) is unknown color: approx Lilac. HEX triplet: BC, 93 and BF. RGB value is (188,147,191). Sum of RGB (Red+Green+Blue) = 188+147+191=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC93BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93BF is #436C40. Grayscale: #A4A4A4. Windows color (decimal): -4418625 or 12555196. OLE color: 12555196.

HSL color Cylindrical-coordinate representation of color #BC93BF: hue angle of 295.91º degrees, saturation: 0.26, 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 #BC93BF is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188147191-
CMYK0.020.2300.25
HSL295.91º25.58%66.27%-
HSV(B)295.91º23.04%74.9%-
XYZ40.5835.3253.97-
YUV164.28143.08144.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 147 (57.81% from 255) = 27.95%
BLUE value IS 191 (75% from 255) = 36.31%
R=35.74%
G=27.95%
B=36.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881471910.020.2300.25295.9125.5866.27
HexBC93BF2170191281a42
Octal27422327722703145032102
Binary1011110010010011101111111010111011001100101000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC93BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC93BF; }

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

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

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

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

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

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

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

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