#BDA0BE

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

Shades of Lilac #BDA0BE

Tints of Lilac #BDA0BE

Color information

#BDA0BE (or 0xBDA0BE) is unknown color: approx Lilac. HEX triplet: BD, A0 and BE. RGB value is (189,160,190). Sum of RGB (Red+Green+Blue) = 189+160+190=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 190 - color contains mainly: blue. Hex color #BDA0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA0BE is #425F41. Grayscale: #ACACAC. Windows color (decimal): -4349762 or 12492989. OLE color: 12492989.

HSL color Cylindrical-coordinate representation of color #BDA0BE: hue angle of 298º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDA0BE is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB189160190-
CMYK0.010.1600.25
HSL298º18.75%68.63%-
HSV(B)298º15.79%74.51%-
XYZ42.8539.6854.12-
YUV172.09138.11140.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.06%
GREEN value IS 160 (62.89% from 255) = 29.68%
BLUE value IS 190 (74.61% from 255) = 35.25%
R=35.06%
G=29.68%
B=35.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891601900.010.1600.2529818.7568.63
HexBDA0BE11001912a1345
Octal27524027612003145223105
Binary101111011010000010111110110000011001100101010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA0BE; }

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

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

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

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

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

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

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

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