#BC8DBE

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

Shades of Lilac #BC8DBE

Tints of Lilac #BC8DBE

Color information

#BC8DBE (or 0xBC8DBE) is unknown color: approx Lilac. HEX triplet: BC, 8D and BE. RGB value is (188,141,190). Sum of RGB (Red+Green+Blue) = 188+141+190=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC8DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8DBE is #437241. Grayscale: #A0A0A0. Windows color (decimal): -4420162 or 12488124. OLE color: 12488124.

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

Color convert

RGB188141190-
CMYK0.010.2600.25
HSL297.55º27.37%64.9%-
HSV(B)297.55º25.79%74.51%-
XYZ39.5633.4653.09-
YUV160.64144.57147.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.22%
GREEN value IS 141 (55.47% from 255) = 27.17%
BLUE value IS 190 (74.61% from 255) = 36.61%
R=36.22%
G=27.17%
B=36.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881411900.010.2600.25297.5527.3764.9
HexBC8DBE11A01912a1b41
Octal27421527613203145233101
Binary101111001000110110111110111010011001100101010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8DBE; }

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

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

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

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

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

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

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

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