#BD9ABF

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

Shades of Lilac #BD9ABF

Tints of Lilac #BD9ABF

Color information

#BD9ABF (or 0xBD9ABF) is unknown color: approx Lilac. HEX triplet: BD, 9A and BF. RGB value is (189,154,191). Sum of RGB (Red+Green+Blue) = 189+154+191=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD9ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9ABF is #426540. Grayscale: #A8A8A8. Windows color (decimal): -4351297 or 12556989. OLE color: 12556989.

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

Color convert

RGB189154191-
CMYK0.010.1900.25
HSL296.76º22.42%67.65%-
HSV(B)296.76º19.37%74.9%-
XYZ41.9537.6954.35-
YUV168.68140.6142.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.39%
GREEN value IS 154 (60.55% from 255) = 28.84%
BLUE value IS 191 (75% from 255) = 35.77%
R=35.39%
G=28.84%
B=35.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891541910.010.1900.25296.7622.4267.65
HexBD9ABF1130191291644
Octal27523227712303145126104
Binary101111011001101010111111110011011001100101001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9ABF; }

 p { color: rgb(189,154,191); }

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

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

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

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

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

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

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