#BD8DBF

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

Shades of Lilac #BD8DBF

Tints of Lilac #BD8DBF

Color information

#BD8DBF (or 0xBD8DBF) is unknown color: approx Lilac. HEX triplet: BD, 8D and BF. RGB value is (189,141,191). Sum of RGB (Red+Green+Blue) = 189+141+191=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD8DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8DBF is #427240. Grayscale: #A0A0A0. Windows color (decimal): -4354625 or 12553661. OLE color: 12553661.

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

Color convert

RGB189141191-
CMYK0.010.2600.25
HSL297.6º28.09%65.1%-
HSV(B)297.6º26.18%74.9%-
XYZ39.9233.6353.68-
YUV161.05144.9147.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.28%
GREEN value IS 141 (55.47% from 255) = 27.06%
BLUE value IS 191 (75% from 255) = 36.66%
R=36.28%
G=27.06%
B=36.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891411910.010.2600.25297.628.0965.1
HexBD8DBF11A01912a1c41
Octal27521527713203145234101
Binary101111011000110110111111111010011001100101010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8DBF; }

 p { color: rgb(189,141,191); }

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

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

 a { background-color: rgb(189,141,191); }

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

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

 span { border-color: rgb(189,141,191); }

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