#BD96C0

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

Shades of Lilac #BD96C0

Tints of Lilac #BD96C0

Color information

#BD96C0 (or 0xBD96C0) is unknown color: approx Lilac. HEX triplet: BD, 96 and C0. RGB value is (189,150,192). Sum of RGB (Red+Green+Blue) = 189+150+192=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD96C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96C0 is #42693F. Grayscale: #A6A6A6. Windows color (decimal): -4352320 or 12621501. OLE color: 12621501.

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

Color convert

RGB189150192-
CMYK0.020.2200.25
HSL295.71º25%67.06%-
HSV(B)295.71º21.88%75.29%-
XYZ41.4136.4454.72-
YUV166.45142.42144.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.59%
GREEN value IS 150 (58.98% from 255) = 28.25%
BLUE value IS 192 (75.39% from 255) = 36.16%
R=35.59%
G=28.25%
B=36.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891501920.020.2200.25295.712567.06
HexBD96C02160191281943
Octal27522630022603145031103
Binary1011110110010110110000001010110011001100101000110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD96C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD96C0; }

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

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

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

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

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

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

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

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