#BD93BF

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

Shades of Lilac #BD93BF

Tints of Lilac #BD93BF

Color information

#BD93BF (or 0xBD93BF) is unknown color: approx Lilac. HEX triplet: BD, 93 and BF. RGB value is (189,147,191). Sum of RGB (Red+Green+Blue) = 189+147+191=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD93BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93BF is #426C40. Grayscale: #A4A4A4. Windows color (decimal): -4353089 or 12555197. OLE color: 12555197.

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

Color convert

RGB189147191-
CMYK0.010.2300.25
HSL297.27º25.58%66.27%-
HSV(B)297.27º23.04%74.9%-
XYZ40.8235.4553.98-
YUV164.57142.91145.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 147 (57.81% from 255) = 27.89%
BLUE value IS 191 (75% from 255) = 36.24%
R=35.86%
G=27.89%
B=36.24%

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
Decimal1891471910.010.2300.25297.2725.5866.27
HexBD93BF1170191291a42
Octal27522327712703145132102
Binary101111011001001110111111110111011001100101001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD93BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD93BF; }

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

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

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

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

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

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

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

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