#BA7CC6

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

Shades of East Side #BA7CC6

Tints of East Side #BA7CC6

Color information

#BA7CC6 (or 0xBA7CC6) is unknown color: approx East Side. HEX triplet: BA, 7C and C6. RGB value is (186,124,198). Sum of RGB (Red+Green+Blue) = 186+124+198=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA7CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7CC6 is #458339. Grayscale: #969696. Windows color (decimal): -4555578 or 13008058. OLE color: 13008058.

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

Color convert

RGB186124198-
CMYK0.060.3700.22
HSL290.27º39.36%63.14%-
HSV(B)290.27º37.37%77.65%-
XYZ37.6528.9357.03-
YUV150.97154.54152.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 124 (48.83% from 255) = 24.41%
BLUE value IS 198 (77.73% from 255) = 38.98%
R=36.61%
G=24.41%
B=38.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861241980.060.3700.22290.2739.3663.14
HexBA7CC6625016122273f
Octal2721743066450264424777
Binary10111010111110011000110110100101010110100100010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7CC6; }

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

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

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

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

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

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

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

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