#BD8EBD

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

Shades of Lilac #BD8EBD

Tints of Lilac #BD8EBD

Color information

#BD8EBD (or 0xBD8EBD) is unknown color: approx Lilac. HEX triplet: BD, 8E and BD. RGB value is (189,142,189). Sum of RGB (Red+Green+Blue) = 189+142+189=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD8EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8EBD is #427142. Grayscale: #A1A1A1. Windows color (decimal): -4354371 or 12422845. OLE color: 12422845.

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

Color convert

RGB189142189-
CMYK00.2500.26
HSL300º26.26%64.9%-
HSV(B)300º24.87%74.12%-
XYZ39.8433.8452.58-
YUV161.41143.57147.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.35%
GREEN value IS 142 (55.86% from 255) = 27.31%
BLUE value IS 189 (74.22% from 255) = 36.35%
R=36.35%
G=27.31%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914218900.2500.2630026.2664.9
HexBD8EBD01901A12c1a41
Octal27521627503103245432101
Binary101111011000111010111101011001011010100101100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8EBD; }

 p { color: rgb(189,142,189); }

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

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

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

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

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

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

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