#BC8CBE

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

Shades of Lilac #BC8CBE

Tints of Lilac #BC8CBE

Color information

#BC8CBE (or 0xBC8CBE) is unknown color: approx Lilac. HEX triplet: BC, 8C and BE. RGB value is (188,140,190). Sum of RGB (Red+Green+Blue) = 188+140+190=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC8CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CBE is #437341. Grayscale: #9F9F9F. Windows color (decimal): -4420418 or 12487868. OLE color: 12487868.

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

Color convert

RGB188140190-
CMYK0.010.2600.25
HSL297.6º27.78%64.71%-
HSV(B)297.6º26.32%74.51%-
XYZ39.4133.1753.04-
YUV160.05144.9147.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 140 (55.08% from 255) = 27.03%
BLUE value IS 190 (74.61% from 255) = 36.68%
R=36.29%
G=27.03%
B=36.68%

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
Decimal1881401900.010.2600.25297.627.7864.71
HexBC8CBE11A01912a1c41
Octal27421427613203145234101
Binary101111001000110010111110111010011001100101010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8CBE; }

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

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

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

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

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

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

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

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