#BA96D2

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

Shades of Wisteria #BA96D2

Tints of Wisteria #BA96D2

Color information

#BA96D2 (or 0xBA96D2) is unknown color: approx Wisteria. HEX triplet: BA, 96 and D2. RGB value is (186,150,210). Sum of RGB (Red+Green+Blue) = 186+150+210=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 210 (82.42% from 255 or 38.46% from 546); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA96D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96D2 is #45692D. Grayscale: #A7A7A7. Windows color (decimal): -4548910 or 13801146. OLE color: 13801146.

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

Color convert

RGB186150210-
CMYK0.110.2900.18
HSL276º40%70.59%-
HSV(B)276º28.57%82.35%-
XYZ42.7936.965.84-
YUV167.6151.93141.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.07%
GREEN value IS 150 (58.98% from 255) = 27.47%
BLUE value IS 210 (82.42% from 255) = 38.46%
R=34.07%
G=27.47%
B=38.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861502100.110.2900.182764070.59
HexBA96D2B1D0121142847
Octal272226322133502242450107
Binary1011101010010110110100101011111010100101000101001010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA96D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA96D2; }

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

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

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

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

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

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

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

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