#BD9CBD

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

Shades of Lilac #BD9CBD

Tints of Lilac #BD9CBD

Color information

#BD9CBD (or 0xBD9CBD) is unknown color: approx Lilac. HEX triplet: BD, 9C and BD. RGB value is (189,156,189). Sum of RGB (Red+Green+Blue) = 189+156+189=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD9CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CBD is #426342. Grayscale: #A9A9A9. Windows color (decimal): -4350787 or 12426429. OLE color: 12426429.

HSL color Cylindrical-coordinate representation of color #BD9CBD: hue angle of 300º 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 #BD9CBD is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB189156189-
CMYK00.1700.26
HSL300º20%67.65%-
HSV(B)300º17.46%74.12%-
XYZ42.0638.2753.31-
YUV169.63138.93141.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.39%
GREEN value IS 156 (61.33% from 255) = 29.21%
BLUE value IS 189 (74.22% from 255) = 35.39%
R=35.39%
G=29.21%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915618900.1700.263002067.65
HexBD9CBD01101A12c1444
Octal27523427502103245424104
Binary101111011001110010111101010001011010100101100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9CBD; }

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

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

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

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

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

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

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

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