#BA8DC6

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

Shades of East Side #BA8DC6

Tints of East Side #BA8DC6

Color information

#BA8DC6 (or 0xBA8DC6) is unknown color: approx East Side. HEX triplet: BA, 8D and C6. RGB value is (186,141,198). Sum of RGB (Red+Green+Blue) = 186+141+198=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA8DC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8DC6 is #457239. Grayscale: #A0A0A0. Windows color (decimal): -4551226 or 13012410. OLE color: 13012410.

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

Color convert

RGB186141198-
CMYK0.060.2900.22
HSL287.37º33.33%66.47%-
HSV(B)287.37º28.79%77.65%-
XYZ39.9733.5757.8-
YUV160.95148.91145.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 141 (55.47% from 255) = 26.86%
BLUE value IS 198 (77.73% from 255) = 37.71%
R=35.43%
G=26.86%
B=37.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861411980.060.2900.22287.3733.3366.47
HexBA8DC661D01611f2142
Octal27221530663502643741102
Binary101110101000110111000110110111010101101000111111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8DC6; }

 p { color: rgb(186,141,198); }

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

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

 a { background-color: rgb(186,141,198); }

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

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

 span { border-color: rgb(186,141,198); }

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