#BA89C4

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

Shades of East Side #BA89C4

Tints of East Side #BA89C4

Color information

#BA89C4 (or 0xBA89C4) is unknown color: approx East Side. HEX triplet: BA, 89 and C4. RGB value is (186,137,196). Sum of RGB (Red+Green+Blue) = 186+137+196=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA89C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA89C4 is #45763B. Grayscale: #9E9E9E. Windows color (decimal): -4552252 or 12880314. OLE color: 12880314.

HSL color Cylindrical-coordinate representation of color #BA89C4: hue angle of 289.83º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA89C4 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB186137196-
CMYK0.050.3000.23
HSL289.83º33.33%65.29%-
HSV(B)289.83º30.1%76.86%-
XYZ39.1632.3256.4-
YUV158.38149.23147.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.84%
GREEN value IS 137 (53.91% from 255) = 26.40%
BLUE value IS 196 (76.95% from 255) = 37.76%
R=35.84%
G=26.40%
B=37.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861371960.050.3000.23289.8333.3365.29
HexBA89C451E0171222141
Octal27221130453602744241101
Binary101110101000100111000100101111100101111001000101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA89C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA89C4; }

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

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

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

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

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

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

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

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