#BA7DC5

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

Shades of East Side #BA7DC5

Tints of East Side #BA7DC5

Color information

#BA7DC5 (or 0xBA7DC5) is unknown color: approx East Side. HEX triplet: BA, 7D and C5. RGB value is (186,125,197). Sum of RGB (Red+Green+Blue) = 186+125+197=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 197 (77.34% from 255 or 38.78% from 508); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA7DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7DC5 is #45823A. Grayscale: #979797. Windows color (decimal): -4555323 or 12942778. OLE color: 12942778.

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

Color convert

RGB186125197-
CMYK0.060.3700.23
HSL290.83º38.3%63.14%-
HSV(B)290.83º36.55%77.25%-
XYZ37.6629.1456.46-
YUV151.45153.71152.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 125 (49.22% from 255) = 24.61%
BLUE value IS 197 (77.34% from 255) = 38.78%
R=36.61%
G=24.61%
B=38.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861251970.060.3700.23290.8338.363.14
HexBA7DC5625017123263f
Octal2721753056450274434677
Binary10111010111110111000101110100101010111100100011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7DC5; }

 p { color: rgb(186,125,197); }

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

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

 a { background-color: rgb(186,125,197); }

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

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

 span { border-color: rgb(186,125,197); }

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