#BDA3BC

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

Shades of Lilac #BDA3BC

Tints of Lilac #BDA3BC

Color information

#BDA3BC (or 0xBDA3BC) is unknown color: approx Lilac. HEX triplet: BD, A3 and BC. RGB value is (189,163,188). Sum of RGB (Red+Green+Blue) = 189+163+188=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA3BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA3BC is #425C43. Grayscale: #ADADAD. Windows color (decimal): -4348996 or 12362685. OLE color: 12362685.

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

Color convert

RGB189163188-
CMYK00.140.010.26
HSL302.31º16.46%69.02%-
HSV(B)302.31º13.76%74.12%-
XYZ43.1640.6453.15-
YUV173.62136.11138.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 163 (64.06% from 255) = 30.19%
BLUE value IS 188 (73.83% from 255) = 34.81%
R=35%
G=30.19%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916318800.140.010.26302.3116.4669.02
HexBDA3BC0E11A12e1045
Octal27524327401613245620105
Binary10111101101000111011110001110111010100101110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA3BC; }

 p { color: rgb(189,163,188); }

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

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

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

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

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

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

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