#BA94CE

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

Shades of Wisteria #BA94CE

Tints of Wisteria #BA94CE

Color information

#BA94CE (or 0xBA94CE) is unknown color: approx Wisteria. HEX triplet: BA, 94 and CE. RGB value is (186,148,206). Sum of RGB (Red+Green+Blue) = 186+148+206=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 148 (58.20% from 255 or 27.41% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA94CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94CE is #456B31. Grayscale: #A5A5A5. Windows color (decimal): -4549426 or 13538490. OLE color: 13538490.

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

Color convert

RGB186148206-
CMYK0.100.2800.19
HSL279.31º37.18%69.41%-
HSV(B)279.31º28.16%80.78%-
XYZ41.9836.0863.14-
YUV165.97150.59142.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.44%
GREEN value IS 148 (58.20% from 255) = 27.41%
BLUE value IS 206 (80.86% from 255) = 38.15%
R=34.44%
G=27.41%
B=38.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1861482060.100.2800.19279.3137.1869.41
HexBA94CEA1C0131172545
Octal272224316123402342745105
Binary1011101010010100110011101010111000100111000101111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA94CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA94CE; }

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

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

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

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

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

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

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

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