#BC93BD

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

Shades of Lilac #BC93BD

Tints of Lilac #BC93BD

Color information

#BC93BD (or 0xBC93BD) is unknown color: approx Lilac. HEX triplet: BC, 93 and BD. RGB value is (188,147,189). Sum of RGB (Red+Green+Blue) = 188+147+189=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC93BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93BD is #436C42. Grayscale: #A3A3A3. Windows color (decimal): -4418627 or 12424124. OLE color: 12424124.

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

Color convert

RGB188147189-
CMYK0.010.2200.26
HSL298.57º24.14%65.88%-
HSV(B)298.57º22.22%74.12%-
XYZ40.3635.2352.82-
YUV164.05142.08145.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 147 (57.81% from 255) = 28.05%
BLUE value IS 189 (74.22% from 255) = 36.07%
R=35.88%
G=28.05%
B=36.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881471890.010.2200.26298.5724.1465.88
HexBC93BD11601A12b1842
Octal27422327512603245330102
Binary101111001001001110111101110110011010100101011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC93BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC93BD; }

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

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

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

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

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

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

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

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