#BA9CCA

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

Shades of Wisteria #BA9CCA

Tints of Wisteria #BA9CCA

Color information

#BA9CCA (or 0xBA9CCA) is unknown color: approx Wisteria. HEX triplet: BA, 9C and CA. RGB value is (186,156,202). Sum of RGB (Red+Green+Blue) = 186+156+202=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 156 (61.33% from 255 or 28.68% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA9CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CCA is #456335. Grayscale: #AAAAAA. Windows color (decimal): -4547382 or 13278394. OLE color: 13278394.

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

Color convert

RGB186156202-
CMYK0.080.2300.21
HSL279.13º30.26%70.2%-
HSV(B)279.13º22.77%79.22%-
XYZ42.838.4861.05-
YUV170.21145.94139.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 156 (61.33% from 255) = 28.68%
BLUE value IS 202 (79.30% from 255) = 37.13%
R=34.19%
G=28.68%
B=37.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861562020.080.2300.21279.1330.2670.2
HexBA9CCA8170151171e46
Octal272234312102702542736106
Binary101110101001110011001010100010111010101100010111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9CCA; }

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

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

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

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

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

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

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

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