#BDA2BB

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

Shades of Lilac #BDA2BB

Tints of Lilac #BDA2BB

Color information

#BDA2BB (or 0xBDA2BB) is unknown color: approx Lilac. HEX triplet: BD, A2 and BB. RGB value is (189,162,187). Sum of RGB (Red+Green+Blue) = 189+162+187=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA2BB is #425D44. Grayscale: #ACACAC. Windows color (decimal): -4349253 or 12296893. OLE color: 12296893.

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

Color convert

RGB189162187-
CMYK00.140.010.26
HSL304.44º16.98%68.82%-
HSV(B)304.44º14.29%74.12%-
XYZ42.8840.2552.52-
YUV172.92135.95139.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 162 (63.67% from 255) = 30.11%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=35.13%
G=30.11%
B=34.76%

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
Decimal18916218700.140.010.26304.4416.9868.82
HexBDA2BB0E11A1301145
Octal27524227301613246021105
Binary10111101101000101011101101110111010100110000100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA2BB; }

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

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

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

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

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

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

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

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