#BD93C6

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

Shades of Lilac #BD93C6

Tints of Lilac #BD93C6

Color information

#BD93C6 (or 0xBD93C6) is unknown color: approx Lilac. HEX triplet: BD, 93 and C6. RGB value is (189,147,198). Sum of RGB (Red+Green+Blue) = 189+147+198=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD93C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93C6 is #426C39. Grayscale: #A5A5A5. Windows color (decimal): -4353082 or 13013949. OLE color: 13013949.

HSL color Cylindrical-coordinate representation of color #BD93C6: hue angle of 289.41º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD93C6 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB189147198-
CMYK0.050.2600.22
HSL289.41º30.91%67.65%-
HSV(B)289.41º25.76%77.65%-
XYZ41.6135.7658.14-
YUV165.37146.41144.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.39%
GREEN value IS 147 (57.81% from 255) = 27.53%
BLUE value IS 198 (77.73% from 255) = 37.08%
R=35.39%
G=27.53%
B=37.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891471980.050.2600.22289.4130.9167.65
HexBD93C651A0161211f44
Octal27522330653202644137104
Binary10111101100100111100011010111010010110100100001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD93C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD93C6; }

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

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

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

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

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

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

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

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