#BD9FB9

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

Shades of Lilac #BD9FB9

Tints of Lilac #BD9FB9

Color information

#BD9FB9 (or 0xBD9FB9) is unknown color: approx Lilac. HEX triplet: BD, 9F and B9. RGB value is (189,159,185). Sum of RGB (Red+Green+Blue) = 189+159+185=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9FB9 is #426046. Grayscale: #AAAAAA. Windows color (decimal): -4350023 or 12165053. OLE color: 12165053.

HSL color Cylindrical-coordinate representation of color #BD9FB9: hue angle of 308º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BD9FB9 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB189159185-
CMYK00.160.020.26
HSL308º18.52%68.24%-
HSV(B)308º15.87%74.12%-
XYZ42.1439.1251.23-
YUV170.93135.94140.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.46%
GREEN value IS 159 (62.5% from 255) = 29.83%
BLUE value IS 185 (72.66% from 255) = 34.71%
R=35.46%
G=29.83%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915918500.160.020.2630818.5268.24
HexBD9FB901021A1341344
Octal27523727102023246423104
Binary1011110110011111101110010100001011010100110100100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9FB9; }

 p { color: rgb(189,159,185); }

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

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

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

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

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

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

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