#BDA1BD

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

Shades of Lilac #BDA1BD

Tints of Lilac #BDA1BD

Color information

#BDA1BD (or 0xBDA1BD) is unknown color: approx Lilac. HEX triplet: BD, A1 and BD. RGB value is (189,161,189). Sum of RGB (Red+Green+Blue) = 189+161+189=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BDA1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA1BD is #425E42. Grayscale: #ACACAC. Windows color (decimal): -4349507 or 12427709. OLE color: 12427709.

HSL color Cylindrical-coordinate representation of color #BDA1BD: hue angle of 300º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDA1BD is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB189161189-
CMYK00.1500.26
HSL300º17.5%68.63%-
HSV(B)300º14.81%74.12%-
XYZ42.9239.9853.6-
YUV172.56137.28139.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.06%
GREEN value IS 161 (63.28% from 255) = 29.87%
BLUE value IS 189 (74.22% from 255) = 35.06%
R=35.06%
G=29.87%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916118900.1500.2630017.568.63
HexBDA1BD0F01A12c1245
Octal27524127501703245422105
Binary10111101101000011011110101111011010100101100100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA1BD; }

 p { color: rgb(189,161,189); }

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

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

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

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

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

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

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