#BD91BD

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

Shades of Lilac #BD91BD

Tints of Lilac #BD91BD

Color information

#BD91BD (or 0xBD91BD) is unknown color: approx Lilac. HEX triplet: BD, 91 and BD. RGB value is (189,145,189). Sum of RGB (Red+Green+Blue) = 189+145+189=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD91BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD91BD is #426E42. Grayscale: #A3A3A3. Windows color (decimal): -4353603 or 12423613. OLE color: 12423613.

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

Color convert

RGB189145189-
CMYK00.2300.26
HSL300º25%65.49%-
HSV(B)300º23.28%74.12%-
XYZ40.334.7452.73-
YUV163.17142.58146.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 145 (57.03% from 255) = 27.72%
BLUE value IS 189 (74.22% from 255) = 36.14%
R=36.14%
G=27.72%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914518900.2300.263002565.49
HexBD91BD01701A12c1941
Octal27522127502703245431101
Binary101111011001000110111101010111011010100101100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD91BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD91BD; }

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

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

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

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

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

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

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

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