#BA9CC9

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

Shades of Wisteria #BA9CC9

Tints of Wisteria #BA9CC9

Color information

#BA9CC9 (or 0xBA9CC9) is unknown color: approx Wisteria. HEX triplet: BA, 9C and C9. RGB value is (186,156,201). Sum of RGB (Red+Green+Blue) = 186+156+201=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA9CC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CC9 is #456336. Grayscale: #A9A9A9. Windows color (decimal): -4547383 or 13212858. OLE color: 13212858.

HSL color Cylindrical-coordinate representation of color #BA9CC9: hue angle of 280º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA9CC9 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186156201-
CMYK0.070.2200.21
HSL280º29.41%70%-
HSV(B)280º22.39%78.82%-
XYZ42.6838.4360.43-
YUV170.1145.44139.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.25%
GREEN value IS 156 (61.33% from 255) = 28.73%
BLUE value IS 201 (78.91% from 255) = 37.02%
R=34.25%
G=28.73%
B=37.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861562010.070.2200.2128029.4170
HexBA9CC97160151181d46
Octal27223431172602543035106
Binary10111010100111001100100111110110010101100011000111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9CC9; }

 p { color: rgb(186,156,201); }

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

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

 a { background-color: rgb(186,156,201); }

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

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

 span { border-color: rgb(186,156,201); }

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