#BA89C1

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

Shades of East Side #BA89C1

Tints of East Side #BA89C1

Color information

#BA89C1 (or 0xBA89C1) is unknown color: approx East Side. HEX triplet: BA, 89 and C1. RGB value is (186,137,193). Sum of RGB (Red+Green+Blue) = 186+137+193=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA89C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA89C1 is #45763E. Grayscale: #9D9D9D. Windows color (decimal): -4552255 or 12683706. OLE color: 12683706.

HSL color Cylindrical-coordinate representation of color #BA89C1: hue angle of 292.5º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA89C1 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB186137193-
CMYK0.040.2900.24
HSL292.5º31.11%64.71%-
HSV(B)292.5º29.02%75.69%-
XYZ38.8232.1854.62-
YUV158.04147.73147.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.05%
GREEN value IS 137 (53.91% from 255) = 26.55%
BLUE value IS 193 (75.78% from 255) = 37.40%
R=36.05%
G=26.55%
B=37.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861371930.040.2900.24292.531.1164.71
HexBA89C141D0181241f41
Octal27221130143503044437101
Binary10111010100010011100000110011101011000100100100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA89C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA89C1; }

 p { color: rgb(186,137,193); }

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

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

 a { background-color: rgb(186,137,193); }

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

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

 span { border-color: rgb(186,137,193); }

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