#BD86C1

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

Shades of Lilac #BD86C1

Tints of Lilac #BD86C1

Color information

#BD86C1 (or 0xBD86C1) is unknown color: approx Lilac. HEX triplet: BD, 86 and C1. RGB value is (189,134,193). Sum of RGB (Red+Green+Blue) = 189+134+193=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD86C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD86C1 is #42793E. Grayscale: #9C9C9C. Windows color (decimal): -4356415 or 12682941. OLE color: 12682941.

HSL color Cylindrical-coordinate representation of color #BD86C1: hue angle of 295.93º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD86C1 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB189134193-
CMYK0.020.3100.24
HSL295.93º32.24%64.12%-
HSV(B)295.93º30.57%75.69%-
XYZ39.1431.7254.51-
YUV157.17148.22150.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.63%
GREEN value IS 134 (52.73% from 255) = 25.97%
BLUE value IS 193 (75.78% from 255) = 37.40%
R=36.63%
G=25.97%
B=37.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891341930.020.3100.24295.9332.2464.12
HexBD86C121F0181282040
Octal27520630123703045040100
Binary10111101100001101100000110111110110001001010001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD86C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD86C1; }

 p { color: rgb(189,134,193); }

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

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

 a { background-color: rgb(189,134,193); }

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

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

 span { border-color: rgb(189,134,193); }

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