#BA88C1

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

Shades of East Side #BA88C1

Tints of East Side #BA88C1

Color information

#BA88C1 (or 0xBA88C1) is unknown color: approx East Side. HEX triplet: BA, 88 and C1. RGB value is (186,136,193). Sum of RGB (Red+Green+Blue) = 186+136+193=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA88C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA88C1 is #45773E. Grayscale: #9D9D9D. Windows color (decimal): -4552511 or 12683450. OLE color: 12683450.

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

Color convert

RGB186136193-
CMYK0.040.3000.24
HSL292.63º31.49%64.51%-
HSV(B)292.63º29.53%75.69%-
XYZ38.6831.954.57-
YUV157.45148.06148.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.12%
GREEN value IS 136 (53.52% from 255) = 26.41%
BLUE value IS 193 (75.78% from 255) = 37.48%
R=36.12%
G=26.41%
B=37.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861361930.040.3000.24292.6331.4964.51
HexBA88C141E0181251f41
Octal27221030143603044537101
Binary10111010100010001100000110011110011000100100101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA88C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA88C1; }

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

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

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

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

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

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

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

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