#BA98CB

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

Shades of Wisteria #BA98CB

Tints of Wisteria #BA98CB

Color information

#BA98CB (or 0xBA98CB) is unknown color: approx Wisteria. HEX triplet: BA, 98 and CB. RGB value is (186,152,203). Sum of RGB (Red+Green+Blue) = 186+152+203=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA98CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98CB is #456734. Grayscale: #A7A7A7. Windows color (decimal): -4548405 or 13342906. OLE color: 13342906.

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

Color convert

RGB186152203-
CMYK0.080.2500.20
HSL280º32.9%69.61%-
HSV(B)280º25.12%79.61%-
XYZ42.2637.2161.45-
YUV167.98147.76140.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 152 (59.77% from 255) = 28.10%
BLUE value IS 203 (79.69% from 255) = 37.52%
R=34.38%
G=28.10%
B=37.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861522030.080.2500.2028032.969.61
HexBA98CB8190141182146
Octal272230313103102443041106
Binary1011101010011000110010111000110010101001000110001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA98CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA98CB; }

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

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

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

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

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

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

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

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