#BA96D0

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

Shades of Wisteria #BA96D0

Tints of Wisteria #BA96D0

Color information

#BA96D0 (or 0xBA96D0) is unknown color: approx Wisteria. HEX triplet: BA, 96 and D0. RGB value is (186,150,208). Sum of RGB (Red+Green+Blue) = 186+150+208=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA96D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96D0 is #45692F. Grayscale: #A7A7A7. Windows color (decimal): -4548912 or 13670074. OLE color: 13670074.

HSL color Cylindrical-coordinate representation of color #BA96D0: hue angle of 277.24º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA96D0 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186150208-
CMYK0.110.2800.18
HSL277.24º38.16%70.2%-
HSV(B)277.24º27.88%81.57%-
XYZ42.5436.8164.54-
YUV167.38150.93141.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 150 (58.98% from 255) = 27.57%
BLUE value IS 208 (81.64% from 255) = 38.24%
R=34.19%
G=27.57%
B=38.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861502080.110.2800.18277.2438.1670.2
HexBA96D0B1C0121152646
Octal272226320133402242546106
Binary1011101010010110110100001011111000100101000101011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA96D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA96D0; }

 p { color: rgb(186,150,208); }

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

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

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

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

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

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

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