#BA98CE

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

Shades of Wisteria #BA98CE

Tints of Wisteria #BA98CE

Color information

#BA98CE (or 0xBA98CE) is unknown color: approx Wisteria. HEX triplet: BA, 98 and CE. RGB value is (186,152,206). Sum of RGB (Red+Green+Blue) = 186+152+206=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA98CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98CE is #456731. Grayscale: #A8A8A8. Windows color (decimal): -4548402 or 13539514. OLE color: 13539514.

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

Color convert

RGB186152206-
CMYK0.100.2600.19
HSL277.78º35.53%70.2%-
HSV(B)277.78º26.21%80.78%-
XYZ42.6237.3563.36-
YUV168.32149.26140.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 152 (59.77% from 255) = 27.94%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=34.19%
G=27.94%
B=37.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1861522060.100.2600.19277.7835.5370.2
HexBA98CEA1A0131162446
Octal272230316123202342644106
Binary1011101010011000110011101010110100100111000101101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA98CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA98CE; }

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

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

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

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

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

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

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

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