#BA9ACD

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

Shades of Wisteria #BA9ACD

Tints of Wisteria #BA9ACD

Color information

#BA9ACD (or 0xBA9ACD) is unknown color: approx Wisteria. HEX triplet: BA, 9A and CD. RGB value is (186,154,205). Sum of RGB (Red+Green+Blue) = 186+154+205=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA9ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9ACD is #456532. Grayscale: #A9A9A9. Windows color (decimal): -4547891 or 13474490. OLE color: 13474490.

HSL color Cylindrical-coordinate representation of color #BA9ACD: hue angle of 277.65º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA9ACD is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186154205-
CMYK0.090.2500.20
HSL277.65º33.77%70.39%-
HSV(B)277.65º24.88%80.39%-
XYZ42.8237.9662.83-
YUV169.38148.1139.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.13%
GREEN value IS 154 (60.55% from 255) = 28.26%
BLUE value IS 205 (80.47% from 255) = 37.61%
R=34.13%
G=28.26%
B=37.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861542050.090.2500.20277.6533.7770.39
HexBA9ACD9190141162246
Octal272232315113102442642106
Binary1011101010011010110011011001110010101001000101101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9ACD; }

 p { color: rgb(186,154,205); }

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

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

 a { background-color: rgb(186,154,205); }

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

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

 span { border-color: rgb(186,154,205); }

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