#BD93BD

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

Shades of Lilac #BD93BD

Tints of Lilac #BD93BD

Color information

#BD93BD (or 0xBD93BD) is unknown color: approx Lilac. HEX triplet: BD, 93 and BD. RGB value is (189,147,189). Sum of RGB (Red+Green+Blue) = 189+147+189=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD93BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93BD is #426C42. Grayscale: #A4A4A4. Windows color (decimal): -4353091 or 12424125. OLE color: 12424125.

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

Color convert

RGB189147189-
CMYK00.2200.26
HSL300º24.14%65.88%-
HSV(B)300º22.22%74.12%-
XYZ40.6135.3652.83-
YUV164.35141.91145.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36%
GREEN value IS 147 (57.81% from 255) = 28%
BLUE value IS 189 (74.22% from 255) = 36%
R=36%
G=28%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914718900.2200.2630024.1465.88
HexBD93BD01601A12c1842
Octal27522327502603245430102
Binary101111011001001110111101010110011010100101100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD93BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD93BD; }

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

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

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

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

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

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

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

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