#BA98D2

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

Shades of Wisteria #BA98D2

Tints of Wisteria #BA98D2

Color information

#BA98D2 (or 0xBA98D2) is unknown color: approx Wisteria. HEX triplet: BA, 98 and D2. RGB value is (186,152,210). Sum of RGB (Red+Green+Blue) = 186+152+210=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 210 (82.42% from 255 or 38.32% from 548); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA98D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98D2 is #45672D. Grayscale: #A8A8A8. Windows color (decimal): -4548398 or 13801658. OLE color: 13801658.

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

Color convert

RGB186152210-
CMYK0.110.2800.18
HSL275.17º39.19%70.98%-
HSV(B)275.17º27.62%82.35%-
XYZ43.1137.5565.95-
YUV168.78151.26140.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.94%
GREEN value IS 152 (59.77% from 255) = 27.74%
BLUE value IS 210 (82.42% from 255) = 38.32%
R=33.94%
G=27.74%
B=38.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861522100.110.2800.18275.1739.1970.98
HexBA98D2B1C0121132747
Octal272230322133402242347107
Binary1011101010011000110100101011111000100101000100111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA98D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA98D2; }

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

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

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

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

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

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

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

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