#BA9BCB

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

Shades of Wisteria #BA9BCB

Tints of Wisteria #BA9BCB

Color information

#BA9BCB (or 0xBA9BCB) is unknown color: approx Wisteria. HEX triplet: BA, 9B and CB. RGB value is (186,155,203). Sum of RGB (Red+Green+Blue) = 186+155+203=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA9BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9BCB is #456434. Grayscale: #A9A9A9. Windows color (decimal): -4547637 or 13343674. OLE color: 13343674.

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

Color convert

RGB186155203-
CMYK0.080.2400.20
HSL278.75º31.58%70.2%-
HSV(B)278.75º23.65%79.61%-
XYZ42.7538.1961.62-
YUV169.74146.77139.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 155 (60.94% from 255) = 28.49%
BLUE value IS 203 (79.69% from 255) = 37.32%
R=34.19%
G=28.49%
B=37.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861552030.080.2400.20278.7531.5870.2
HexBA9BCB8180141172046
Octal272233313103002442740106
Binary1011101010011011110010111000110000101001000101111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9BCB; }

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

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

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

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

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

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

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

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