#BD8AC1

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

Shades of Lilac #BD8AC1

Tints of Lilac #BD8AC1

Color information

#BD8AC1 (or 0xBD8AC1) is unknown color: approx Lilac. HEX triplet: BD, 8A and C1. RGB value is (189,138,193). Sum of RGB (Red+Green+Blue) = 189+138+193=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD8AC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8AC1 is #42753E. Grayscale: #9F9F9F. Windows color (decimal): -4355391 or 12683965. OLE color: 12683965.

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

Color convert

RGB189138193-
CMYK0.020.2800.24
HSL295.64º30.73%64.9%-
HSV(B)295.64º28.5%75.69%-
XYZ39.732.8554.7-
YUV159.52146.9149.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.35%
GREEN value IS 138 (54.30% from 255) = 26.54%
BLUE value IS 193 (75.78% from 255) = 37.12%
R=36.35%
G=26.54%
B=37.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891381930.020.2800.24295.6430.7364.9
HexBD8AC121C0181281f41
Octal27521230123403045037101
Binary1011110110001010110000011011100011000100101000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8AC1; }

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

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

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

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

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

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

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

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