#BA98CF

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

Shades of Wisteria #BA98CF

Tints of Wisteria #BA98CF

Color information

#BA98CF (or 0xBA98CF) is unknown color: approx Wisteria. HEX triplet: BA, 98 and CF. RGB value is (186,152,207). Sum of RGB (Red+Green+Blue) = 186+152+207=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA98CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98CF is #456730. Grayscale: #A8A8A8. Windows color (decimal): -4548401 or 13605050. OLE color: 13605050.

HSL color Cylindrical-coordinate representation of color #BA98CF: hue angle of 277.09º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA98CF is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB186152207-
CMYK0.100.2700.19
HSL277.09º36.42%70.39%-
HSV(B)277.09º26.57%81.18%-
XYZ42.7437.464-
YUV168.44149.76140.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.13%
GREEN value IS 152 (59.77% from 255) = 27.89%
BLUE value IS 207 (81.25% from 255) = 37.98%
R=34.13%
G=27.89%
B=37.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1861522070.100.2700.19277.0936.4270.39
HexBA98CFA1B0131152446
Octal272230317123302342544106
Binary1011101010011000110011111010110110100111000101011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA98CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA98CF; }

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

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

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

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

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

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

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

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