#BA9FC9

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

Shades of Wisteria #BA9FC9

Tints of Wisteria #BA9FC9

Color information

#BA9FC9 (or 0xBA9FC9) is unknown color: approx Wisteria. HEX triplet: BA, 9F and C9. RGB value is (186,159,201). Sum of RGB (Red+Green+Blue) = 186+159+201=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA9FC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9FC9 is #456036. Grayscale: #ABABAB. Windows color (decimal): -4546615 or 13213626. OLE color: 13213626.

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

Color convert

RGB186159201-
CMYK0.070.2100.21
HSL278.57º28%70.59%-
HSV(B)278.57º20.9%78.82%-
XYZ43.1939.4560.6-
YUV171.86144.45138.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.07%
GREEN value IS 159 (62.5% from 255) = 29.12%
BLUE value IS 201 (78.91% from 255) = 36.81%
R=34.07%
G=29.12%
B=36.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861592010.070.2100.21278.572870.59
HexBA9FC97150151171c47
Octal27223731172502542734107
Binary10111010100111111100100111110101010101100010111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9FC9; }

 p { color: rgb(186,159,201); }

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

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

 a { background-color: rgb(186,159,201); }

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

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

 span { border-color: rgb(186,159,201); }

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