#BD9ABD

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

Shades of Lilac #BD9ABD

Tints of Lilac #BD9ABD

Color information

#BD9ABD (or 0xBD9ABD) is unknown color: approx Lilac. HEX triplet: BD, 9A and BD. RGB value is (189,154,189). Sum of RGB (Red+Green+Blue) = 189+154+189=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD9ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9ABD is #426542. Grayscale: #A8A8A8. Windows color (decimal): -4351299 or 12425917. OLE color: 12425917.

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

Color convert

RGB189154189-
CMYK00.1900.26
HSL300º20.96%67.25%-
HSV(B)300º18.52%74.12%-
XYZ41.7337.653.2-
YUV168.46139.6142.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 154 (60.55% from 255) = 28.95%
BLUE value IS 189 (74.22% from 255) = 35.53%
R=35.53%
G=28.95%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915418900.1900.2630020.9667.25
HexBD9ABD01301A12c1543
Octal27523227502303245425103
Binary101111011001101010111101010011011010100101100101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9ABD; }

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

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

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

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

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

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

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

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