#BDA0B9

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

Shades of Lilac #BDA0B9

Tints of Lilac #BDA0B9

Color information

#BDA0B9 (or 0xBDA0B9) is unknown color: approx Lilac. HEX triplet: BD, A0 and B9. RGB value is (189,160,185). Sum of RGB (Red+Green+Blue) = 189+160+185=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA0B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA0B9 is #425F46. Grayscale: #ABABAB. Windows color (decimal): -4349767 or 12165309. OLE color: 12165309.

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

Color convert

RGB189160185-
CMYK00.150.020.26
HSL308.28º18.01%68.43%-
HSV(B)308.28º15.34%74.12%-
XYZ42.3139.4651.29-
YUV171.52135.61140.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.39%
GREEN value IS 160 (62.89% from 255) = 29.96%
BLUE value IS 185 (72.66% from 255) = 34.64%
R=35.39%
G=29.96%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916018500.150.020.26308.2818.0168.43
HexBDA0B90F21A1341244
Octal27524027101723246422104
Binary101111011010000010111001011111011010100110100100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA0B9; }

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

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

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

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

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

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

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

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