#BA9DCA

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

Shades of Wisteria #BA9DCA

Tints of Wisteria #BA9DCA

Color information

#BA9DCA (or 0xBA9DCA) is unknown color: approx Wisteria. HEX triplet: BA, 9D and CA. RGB value is (186,157,202). Sum of RGB (Red+Green+Blue) = 186+157+202=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA9DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DCA is #456235. Grayscale: #AAAAAA. Windows color (decimal): -4547126 or 13278650. OLE color: 13278650.

HSL color Cylindrical-coordinate representation of color #BA9DCA: hue angle of 278.67º degrees, saturation: 0.3, 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 #BA9DCA is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186157202-
CMYK0.080.2200.21
HSL278.67º29.8%70.39%-
HSV(B)278.67º22.28%79.22%-
XYZ42.9738.8261.1-
YUV170.8145.61138.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.13%
GREEN value IS 157 (61.72% from 255) = 28.81%
BLUE value IS 202 (79.30% from 255) = 37.06%
R=34.13%
G=28.81%
B=37.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861572020.080.2200.21278.6729.870.39
HexBA9DCA8160151171e46
Octal272235312102602542736106
Binary101110101001110111001010100010110010101100010111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9DCA; }

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

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

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

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

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

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

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

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