#BA97CC

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

Shades of Wisteria #BA97CC

Tints of Wisteria #BA97CC

Color information

#BA97CC (or 0xBA97CC) is unknown color: approx Wisteria. HEX triplet: BA, 97 and CC. RGB value is (186,151,204). Sum of RGB (Red+Green+Blue) = 186+151+204=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA97CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA97CC is #456833. Grayscale: #A7A7A7. Windows color (decimal): -4548660 or 13408186. OLE color: 13408186.

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

Color convert

RGB186151204-
CMYK0.090.2600.2
HSL279.62º34.19%69.61%-
HSV(B)279.62º25.98%80%-
XYZ42.2236.9362.03-
YUV167.51148.6141.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 151 (59.38% from 255) = 27.91%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=34.38%
G=27.91%
B=37.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861512040.090.2600.2279.6234.1969.61
HexBA97CC91A0141182246
Octal272227314113202443042106
Binary1011101010010111110011001001110100101001000110001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA97CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA97CC; }

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

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

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

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

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

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

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

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