#BA9ECA

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

Shades of Wisteria #BA9ECA

Tints of Wisteria #BA9ECA

Color information

#BA9ECA (or 0xBA9ECA) is unknown color: approx Wisteria. HEX triplet: BA, 9E and CA. RGB value is (186,158,202). Sum of RGB (Red+Green+Blue) = 186+158+202=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA9ECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9ECA is #456135. Grayscale: #ABABAB. Windows color (decimal): -4546870 or 13278906. OLE color: 13278906.

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

Color convert

RGB186158202-
CMYK0.080.2200.21
HSL278.18º29.33%70.59%-
HSV(B)278.18º21.78%79.22%-
XYZ43.1439.1661.16-
YUV171.39145.28138.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.07%
GREEN value IS 158 (62.11% from 255) = 28.94%
BLUE value IS 202 (79.30% from 255) = 37.00%
R=34.07%
G=28.94%
B=37.00%

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
Decimal1861582020.080.2200.21278.1829.3370.59
HexBA9ECA8160151161d47
Octal272236312102602542635107
Binary101110101001111011001010100010110010101100010110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9ECA; }

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

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

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

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

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

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

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

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