#BD93BE

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

Shades of Lilac #BD93BE

Tints of Lilac #BD93BE

Color information

#BD93BE (or 0xBD93BE) is unknown color: approx Lilac. HEX triplet: BD, 93 and BE. RGB value is (189,147,190). Sum of RGB (Red+Green+Blue) = 189+147+190=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD93BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93BE is #426C41. Grayscale: #A4A4A4. Windows color (decimal): -4353090 or 12489661. OLE color: 12489661.

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

Color convert

RGB189147190-
CMYK0.010.2300.25
HSL298.6º24.86%66.08%-
HSV(B)298.6º22.63%74.51%-
XYZ40.7135.453.4-
YUV164.46142.41145.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.93%
GREEN value IS 147 (57.81% from 255) = 27.95%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=35.93%
G=27.95%
B=36.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891471900.010.2300.25298.624.8666.08
HexBD93BE11701912b1942
Octal27522327612703145331102
Binary101111011001001110111110110111011001100101011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD93BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD93BE; }

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

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

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

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

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

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

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

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