#BA84BE

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

Shades of East Side #BA84BE

Tints of East Side #BA84BE

Color information

#BA84BE (or 0xBA84BE) is unknown color: approx East Side. HEX triplet: BA, 84 and BE. RGB value is (186,132,190). Sum of RGB (Red+Green+Blue) = 186+132+190=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA84BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA84BE is #457B41. Grayscale: #9A9A9A. Windows color (decimal): -4553538 or 12485818. OLE color: 12485818.

HSL color Cylindrical-coordinate representation of color #BA84BE: hue angle of 295.86º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA84BE is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB186132190-
CMYK0.020.3100.25
HSL295.86º30.85%63.14%-
HSV(B)295.86º30.53%74.51%-
XYZ37.830.6652.64-
YUV154.76147.89150.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 132 (51.95% from 255) = 25.98%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=36.61%
G=25.98%
B=37.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861321900.020.3100.25295.8630.8563.14
HexBA84BE21F0191281f3f
Octal2722042762370314503777
Binary101110101000010010111110101111101100110010100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA84BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA84BE; }

 p { color: rgb(186,132,190); }

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

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

 a { background-color: rgb(186,132,190); }

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

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

 span { border-color: rgb(186,132,190); }

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