#BA9ECB

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

Shades of Wisteria #BA9ECB

Tints of Wisteria #BA9ECB

Color information

#BA9ECB (or 0xBA9ECB) is unknown color: approx Wisteria. HEX triplet: BA, 9E and CB. RGB value is (186,158,203). Sum of RGB (Red+Green+Blue) = 186+158+203=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA9ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9ECB is #456134. Grayscale: #ABABAB. Windows color (decimal): -4546869 or 13344442. OLE color: 13344442.

HSL color Cylindrical-coordinate representation of color #BA9ECB: hue angle of 277.33º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BA9ECB is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186158203-
CMYK0.080.2200.20
HSL277.33º30.2%70.78%-
HSV(B)277.33º22.17%79.61%-
XYZ43.2639.261.79-
YUV171.5145.78138.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.00%
GREEN value IS 158 (62.11% from 255) = 28.88%
BLUE value IS 203 (79.69% from 255) = 37.11%
R=34.00%
G=28.88%
B=37.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861582030.080.2200.20277.3330.270.78
HexBA9ECB8160141151e47
Octal272236313102602442536107
Binary101110101001111011001011100010110010100100010101111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9ECB; }

 p { color: rgb(186,158,203); }

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

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

 a { background-color: rgb(186,158,203); }

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

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

 span { border-color: rgb(186,158,203); }

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