#BD9DBC

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

Shades of Lilac #BD9DBC

Tints of Lilac #BD9DBC

Color information

#BD9DBC (or 0xBD9DBC) is unknown color: approx Lilac. HEX triplet: BD, 9D and BC. RGB value is (189,157,188). Sum of RGB (Red+Green+Blue) = 189+157+188=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9DBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9DBC is #426243. Grayscale: #AAAAAA. Windows color (decimal): -4350532 or 12361149. OLE color: 12361149.

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

Color convert

RGB189157188-
CMYK00.170.010.26
HSL301.88º19.51%67.84%-
HSV(B)301.88º16.93%74.12%-
XYZ42.1238.5652.8-
YUV170.1138.1141.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.39%
GREEN value IS 157 (61.72% from 255) = 29.40%
BLUE value IS 188 (73.83% from 255) = 35.21%
R=35.39%
G=29.40%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915718800.170.010.26301.8819.5167.84
HexBD9DBC01111A12e1444
Octal27523527402113245624104
Binary101111011001110110111100010001111010100101110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9DBC; }

 p { color: rgb(189,157,188); }

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

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

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

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

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

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

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