#BA98D1

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

Shades of Wisteria #BA98D1

Tints of Wisteria #BA98D1

Color information

#BA98D1 (or 0xBA98D1) is unknown color: approx Wisteria. HEX triplet: BA, 98 and D1. RGB value is (186,152,209). Sum of RGB (Red+Green+Blue) = 186+152+209=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA98D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98D1 is #45672E. Grayscale: #A8A8A8. Windows color (decimal): -4548399 or 13736122. OLE color: 13736122.

HSL color Cylindrical-coordinate representation of color #BA98D1: hue angle of 275.79º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA98D1 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186152209-
CMYK0.110.2700.18
HSL275.79º38.26%70.78%-
HSV(B)275.79º27.27%81.96%-
XYZ42.9937.565.29-
YUV168.66150.76140.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.00%
GREEN value IS 152 (59.77% from 255) = 27.79%
BLUE value IS 209 (82.03% from 255) = 38.21%
R=34.00%
G=27.79%
B=38.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861522090.110.2700.18275.7938.2670.78
HexBA98D1B1B0121142647
Octal272230321133302242446107
Binary1011101010011000110100011011110110100101000101001001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA98D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA98D1; }

 p { color: rgb(186,152,209); }

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

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

 a { background-color: rgb(186,152,209); }

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

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

 span { border-color: rgb(186,152,209); }

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