#BD93C9

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

Shades of Lilac #BD93C9

Tints of Lilac #BD93C9

Color information

#BD93C9 (or 0xBD93C9) is unknown color: approx Lilac. HEX triplet: BD, 93 and C9. RGB value is (189,147,201). Sum of RGB (Red+Green+Blue) = 189+147+201=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD93C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93C9 is #426C36. Grayscale: #A5A5A5. Windows color (decimal): -4353079 or 13210557. OLE color: 13210557.

HSL color Cylindrical-coordinate representation of color #BD93C9: hue angle of 286.67º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BD93C9 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB189147201-
CMYK0.060.2700.21
HSL286.67º33.33%68.24%-
HSV(B)286.67º26.87%78.82%-
XYZ41.9635.959.98-
YUV165.71147.91144.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.20%
GREEN value IS 147 (57.81% from 255) = 27.37%
BLUE value IS 201 (78.91% from 255) = 37.43%
R=35.20%
G=27.37%
B=37.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891472010.060.2700.21286.6733.3368.24
HexBD93C961B01511f2144
Octal27522331163302543741104
Binary101111011001001111001001110110110101011000111111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD93C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD93C9; }

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

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

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

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

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

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

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

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