#BA8AC9

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

Shades of East Side #BA8AC9

Tints of East Side #BA8AC9

Color information

#BA8AC9 (or 0xBA8AC9) is unknown color: approx East Side. HEX triplet: BA, 8A and C9. RGB value is (186,138,201). Sum of RGB (Red+Green+Blue) = 186+138+201=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA8AC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8AC9 is #457536. Grayscale: #9F9F9F. Windows color (decimal): -4551991 or 13208250. OLE color: 13208250.

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

Color convert

RGB186138201-
CMYK0.070.3100.21
HSL285.71º36.84%66.47%-
HSV(B)285.71º31.34%78.82%-
XYZ39.8832.8359.49-
YUV159.53151.4146.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 138 (54.30% from 255) = 26.29%
BLUE value IS 201 (78.91% from 255) = 38.29%
R=35.43%
G=26.29%
B=38.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861382010.070.3100.21285.7136.8466.47
HexBA8AC971F01511e2542
Octal27221231173702543645102
Binary101110101000101011001001111111110101011000111101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8AC9; }

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

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

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

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

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

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

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

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