#BDA1BC

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

Shades of Lilac #BDA1BC

Tints of Lilac #BDA1BC

Color information

#BDA1BC (or 0xBDA1BC) is unknown color: approx Lilac. HEX triplet: BD, A1 and BC. RGB value is (189,161,188). Sum of RGB (Red+Green+Blue) = 189+161+188=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA1BC is #425E43. Grayscale: #ACACAC. Windows color (decimal): -4349508 or 12362173. OLE color: 12362173.

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

Color convert

RGB189161188-
CMYK00.150.010.26
HSL302.14º17.5%68.63%-
HSV(B)302.14º14.81%74.12%-
XYZ42.8139.9453.03-
YUV172.45136.78139.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 161 (63.28% from 255) = 29.93%
BLUE value IS 188 (73.83% from 255) = 34.94%
R=35.13%
G=29.93%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916118800.150.010.26302.1417.568.63
HexBDA1BC0F11A12e1245
Octal27524127401713245622105
Binary10111101101000011011110001111111010100101110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA1BC; }

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

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

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

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

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

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

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

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