#BA9DCB

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

Shades of Wisteria #BA9DCB

Tints of Wisteria #BA9DCB

Color information

#BA9DCB (or 0xBA9DCB) is unknown color: approx Wisteria. HEX triplet: BA, 9D and CB. RGB value is (186,157,203). Sum of RGB (Red+Green+Blue) = 186+157+203=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA9DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DCB is #456234. Grayscale: #AAAAAA. Windows color (decimal): -4547125 or 13344186. OLE color: 13344186.

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

Color convert

RGB186157203-
CMYK0.080.2300.20
HSL277.83º30.67%70.59%-
HSV(B)277.83º22.66%79.61%-
XYZ43.0938.8661.73-
YUV170.92146.11138.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.07%
GREEN value IS 157 (61.72% from 255) = 28.75%
BLUE value IS 203 (79.69% from 255) = 37.18%
R=34.07%
G=28.75%
B=37.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861572030.080.2300.20277.8330.6770.59
HexBA9DCB8170141161f47
Octal272235313102702442637107
Binary101110101001110111001011100010111010100100010110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9DCB; }

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

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

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

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

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

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

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

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