#BA97CE

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

Shades of Wisteria #BA97CE

Tints of Wisteria #BA97CE

Color information

#BA97CE (or 0xBA97CE) is unknown color: approx Wisteria. HEX triplet: BA, 97 and CE. RGB value is (186,151,206). Sum of RGB (Red+Green+Blue) = 186+151+206=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 151 (59.38% from 255 or 27.81% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA97CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA97CE is #456831. Grayscale: #A7A7A7. Windows color (decimal): -4548658 or 13539258. OLE color: 13539258.

HSL color Cylindrical-coordinate representation of color #BA97CE: hue angle of 278.18º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA97CE is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB186151206-
CMYK0.100.2700.19
HSL278.18º35.95%70%-
HSV(B)278.18º26.7%80.78%-
XYZ42.4637.0363.3-
YUV167.74149.6141.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.25%
GREEN value IS 151 (59.38% from 255) = 27.81%
BLUE value IS 206 (80.86% from 255) = 37.94%
R=34.25%
G=27.81%
B=37.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1861512060.100.2700.19278.1835.9570
HexBA97CEA1B0131162446
Octal272227316123302342644106
Binary1011101010010111110011101010110110100111000101101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA97CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA97CE; }

 p { color: rgb(186,151,206); }

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

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

 a { background-color: rgb(186,151,206); }

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

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

 span { border-color: rgb(186,151,206); }

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