#BA98D0

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

Shades of Wisteria #BA98D0

Tints of Wisteria #BA98D0

Color information

#BA98D0 (or 0xBA98D0) is unknown color: approx Wisteria. HEX triplet: BA, 98 and D0. RGB value is (186,152,208). Sum of RGB (Red+Green+Blue) = 186+152+208=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 152 (59.77% from 255 or 27.84% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA98D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98D0 is #45672F. Grayscale: #A8A8A8. Windows color (decimal): -4548400 or 13670586. OLE color: 13670586.

HSL color Cylindrical-coordinate representation of color #BA98D0: hue angle of 276.43º degrees, saturation: 0.37, 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 #BA98D0 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186152208-
CMYK0.110.2700.18
HSL276.43º37.33%70.59%-
HSV(B)276.43º26.92%81.57%-
XYZ42.8637.4564.64-
YUV168.55150.26140.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.07%
GREEN value IS 152 (59.77% from 255) = 27.84%
BLUE value IS 208 (81.64% from 255) = 38.10%
R=34.07%
G=27.84%
B=38.10%

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
Decimal1861522080.110.2700.18276.4337.3370.59
HexBA98D0B1B0121142547
Octal272230320133302242445107
Binary1011101010011000110100001011110110100101000101001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA98D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA98D0; }

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

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

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

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

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

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

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

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