#BDA2BA

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

Shades of Lilac #BDA2BA

Tints of Lilac #BDA2BA

Color information

#BDA2BA (or 0xBDA2BA) is unknown color: approx Lilac. HEX triplet: BD, A2 and BA. RGB value is (189,162,186). Sum of RGB (Red+Green+Blue) = 189+162+186=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA2BA is #425D45. Grayscale: #ACACAC. Windows color (decimal): -4349254 or 12231357. OLE color: 12231357.

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

Color convert

RGB189162186-
CMYK00.140.020.26
HSL306.67º16.98%68.82%-
HSV(B)306.67º14.29%74.12%-
XYZ42.7740.251.96-
YUV172.81135.45139.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.20%
GREEN value IS 162 (63.67% from 255) = 30.17%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=35.20%
G=30.17%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916218600.140.020.26306.6716.9868.82
HexBDA2BA0E21A1331145
Octal27524227201623246321105
Binary101111011010001010111010011101011010100110011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA2BA; }

 p { color: rgb(189,162,186); }

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

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

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

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

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

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

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