#BA7ED8

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

Shades of East Side #BA7ED8

Tints of East Side #BA7ED8

Color information

#BA7ED8 (or 0xBA7ED8) is unknown color: approx East Side. HEX triplet: BA, 7E and D8. RGB value is (186,126,216). Sum of RGB (Red+Green+Blue) = 186+126+216=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA7ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7ED8 is #458127. Grayscale: #999999. Windows color (decimal): -4555048 or 14188218. OLE color: 14188218.

HSL color Cylindrical-coordinate representation of color #BA7ED8: hue angle of 280º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA7ED8 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186126216-
CMYK0.140.4200.15
HSL280º53.57%67.06%-
HSV(B)280º41.67%84.71%-
XYZ40.1130.3268.7-
YUV154.2162.88150.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 126 (49.61% from 255) = 23.86%
BLUE value IS 216 (84.77% from 255) = 40.91%
R=35.23%
G=23.86%
B=40.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861262160.140.4200.1528053.5767.06
HexBA7ED8E2A0F1183643
Octal272176330165201743066103
Binary101110101111110110110001110101010011111000110001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7ED8; }

 p { color: rgb(186,126,216); }

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

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

 a { background-color: rgb(186,126,216); }

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

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

 span { border-color: rgb(186,126,216); }

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