#BD8DBE

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

Shades of Lilac #BD8DBE

Tints of Lilac #BD8DBE

Color information

#BD8DBE (or 0xBD8DBE) is unknown color: approx Lilac. HEX triplet: BD, 8D and BE. RGB value is (189,141,190). Sum of RGB (Red+Green+Blue) = 189+141+190=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD8DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8DBE is #427241. Grayscale: #A0A0A0. Windows color (decimal): -4354626 or 12488125. OLE color: 12488125.

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

Color convert

RGB189141190-
CMYK0.010.2600.25
HSL298.78º27.37%64.9%-
HSV(B)298.78º25.79%74.51%-
XYZ39.8133.5953.1-
YUV160.94144.4148.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.35%
GREEN value IS 141 (55.47% from 255) = 27.12%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=36.35%
G=27.12%
B=36.54%

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
Decimal1891411900.010.2600.25298.7827.3764.9
HexBD8DBE11A01912b1b41
Octal27521527613203145333101
Binary101111011000110110111110111010011001100101011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8DBE; }

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

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

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

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

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

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

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

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