#BA88C4

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

Shades of East Side #BA88C4

Tints of East Side #BA88C4

Color information

#BA88C4 (or 0xBA88C4) is unknown color: approx East Side. HEX triplet: BA, 88 and C4. RGB value is (186,136,196). Sum of RGB (Red+Green+Blue) = 186+136+196=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA88C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA88C4 is #45773B. Grayscale: #9D9D9D. Windows color (decimal): -4552508 or 12880058. OLE color: 12880058.

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

Color convert

RGB186136196-
CMYK0.050.3100.23
HSL290º33.71%65.1%-
HSV(B)290º30.61%76.86%-
XYZ39.0232.0356.35-
YUV157.79149.56148.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 136 (53.52% from 255) = 26.25%
BLUE value IS 196 (76.95% from 255) = 37.84%
R=35.91%
G=26.25%
B=37.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861361960.050.3100.2329033.7165.1
HexBA88C451F0171222241
Octal27221030453702744242101
Binary101110101000100011000100101111110101111001000101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA88C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA88C4; }

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

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

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

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

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

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

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

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