#BDA0BB

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

Shades of Lilac #BDA0BB

Tints of Lilac #BDA0BB

Color information

#BDA0BB (or 0xBDA0BB) is unknown color: approx Lilac. HEX triplet: BD, A0 and BB. RGB value is (189,160,187). Sum of RGB (Red+Green+Blue) = 189+160+187=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA0BB is #425F44. Grayscale: #ABABAB. Windows color (decimal): -4349765 or 12296381. OLE color: 12296381.

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

Color convert

RGB189160187-
CMYK00.150.010.26
HSL304.14º18.01%68.43%-
HSV(B)304.14º15.34%74.12%-
XYZ42.5339.5552.41-
YUV171.75136.61140.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.26%
GREEN value IS 160 (62.89% from 255) = 29.85%
BLUE value IS 187 (73.44% from 255) = 34.89%
R=35.26%
G=29.85%
B=34.89%

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
Decimal18916018700.150.010.26304.1418.0168.43
HexBDA0BB0F11A1301244
Octal27524027301713246022104
Binary10111101101000001011101101111111010100110000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA0BB; }

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

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

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

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

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

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

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

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