#BA8AC7

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

Shades of East Side #BA8AC7

Tints of East Side #BA8AC7

Color information

#BA8AC7 (or 0xBA8AC7) is unknown color: approx East Side. HEX triplet: BA, 8A and C7. RGB value is (186,138,199). Sum of RGB (Red+Green+Blue) = 186+138+199=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA8AC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8AC7 is #457538. Grayscale: #9F9F9F. Windows color (decimal): -4551993 or 13077178. OLE color: 13077178.

HSL color Cylindrical-coordinate representation of color #BA8AC7: hue angle of 287.21º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA8AC7 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB186138199-
CMYK0.070.3100.22
HSL287.21º35.26%66.08%-
HSV(B)287.21º30.65%78.04%-
XYZ39.6532.7458.26-
YUV159.31150.4147.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.56%
GREEN value IS 138 (54.30% from 255) = 26.39%
BLUE value IS 199 (78.12% from 255) = 38.05%
R=35.56%
G=26.39%
B=38.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861381990.070.3100.22287.2135.2666.08
HexBA8AC771F01611f2342
Octal27221230773702643743102
Binary101110101000101011000111111111110101101000111111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8AC7; }

 p { color: rgb(186,138,199); }

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

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

 a { background-color: rgb(186,138,199); }

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

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

 span { border-color: rgb(186,138,199); }

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