#BD91BE

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

Shades of Lilac #BD91BE

Tints of Lilac #BD91BE

Color information

#BD91BE (or 0xBD91BE) is unknown color: approx Lilac. HEX triplet: BD, 91 and BE. RGB value is (189,145,190). Sum of RGB (Red+Green+Blue) = 189+145+190=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD91BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD91BE is #426E41. Grayscale: #A3A3A3. Windows color (decimal): -4353602 or 12489149. OLE color: 12489149.

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

Color convert

RGB189145190-
CMYK0.010.2400.25
HSL298.67º25.71%65.69%-
HSV(B)298.67º23.68%74.51%-
XYZ40.4134.7953.3-
YUV163.29143.08146.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 145 (57.03% from 255) = 27.67%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=36.07%
G=27.67%
B=36.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891451900.010.2400.25298.6725.7165.69
HexBD91BE11801912b1a42
Octal27522127613003145332102
Binary101111011001000110111110111000011001100101011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD91BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD91BE; }

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

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

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

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

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

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

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

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