#BD96BD

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

Shades of Lilac #BD96BD

Tints of Lilac #BD96BD

Color information

#BD96BD (or 0xBD96BD) is unknown color: approx Lilac. HEX triplet: BD, 96 and BD. RGB value is (189,150,189). Sum of RGB (Red+Green+Blue) = 189+150+189=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD96BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96BD is #426942. Grayscale: #A5A5A5. Windows color (decimal): -4352323 or 12424893. OLE color: 12424893.

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

Color convert

RGB189150189-
CMYK00.2100.26
HSL300º22.81%66.47%-
HSV(B)300º20.63%74.12%-
XYZ41.0836.3152.99-
YUV166.11140.92144.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.80%
GREEN value IS 150 (58.98% from 255) = 28.41%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=35.80%
G=28.41%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915018900.2100.2630022.8166.47
HexBD96BD01501A12c1742
Octal27522627502503245427102
Binary101111011001011010111101010101011010100101100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD96BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD96BD; }

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

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

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

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

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

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

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

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