#BA8EC6

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

Shades of East Side #BA8EC6

Tints of East Side #BA8EC6

Color information

#BA8EC6 (or 0xBA8EC6) is unknown color: approx East Side. HEX triplet: BA, 8E and C6. RGB value is (186,142,198). Sum of RGB (Red+Green+Blue) = 186+142+198=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA8EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8EC6 is #457139. Grayscale: #A1A1A1. Windows color (decimal): -4550970 or 13012666. OLE color: 13012666.

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

Color convert

RGB186142198-
CMYK0.060.2800.22
HSL287.14º32.94%66.67%-
HSV(B)287.14º28.28%77.65%-
XYZ40.1233.8657.85-
YUV161.54148.58145.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 142 (55.86% from 255) = 27.00%
BLUE value IS 198 (77.73% from 255) = 37.64%
R=35.36%
G=27.00%
B=37.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861421980.060.2800.22287.1432.9466.67
HexBA8EC661C01611f2143
Octal27221630663402643741103
Binary101110101000111011000110110111000101101000111111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8EC6; }

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

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

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

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

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

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

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

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