#BA96CD

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

Shades of Wisteria #BA96CD

Tints of Wisteria #BA96CD

Color information

#BA96CD (or 0xBA96CD) is unknown color: approx Wisteria. HEX triplet: BA, 96 and CD. RGB value is (186,150,205). Sum of RGB (Red+Green+Blue) = 186+150+205=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA96CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96CD is #456932. Grayscale: #A6A6A6. Windows color (decimal): -4548915 or 13473466. OLE color: 13473466.

HSL color Cylindrical-coordinate representation of color #BA96CD: hue angle of 279.27º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA96CD is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186150205-
CMYK0.090.2700.20
HSL279.27º35.48%69.61%-
HSV(B)279.27º26.83%80.39%-
XYZ42.1836.6662.61-
YUV167.03149.43141.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 150 (58.98% from 255) = 27.73%
BLUE value IS 205 (80.47% from 255) = 37.89%
R=34.38%
G=27.73%
B=37.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861502050.090.2700.20279.2735.4869.61
HexBA96CD91B0141172346
Octal272226315113302442743106
Binary1011101010010110110011011001110110101001000101111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA96CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA96CD; }

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

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

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

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

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

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

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

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