#BA7EAC

Color #BA7EAC London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #BA7EAC

Tints of London Hue #BA7EAC

Color information

#BA7EAC (or 0xBA7EAC) is unknown color: approx London Hue. HEX triplet: BA, 7E and AC. RGB value is (186,126,172). Sum of RGB (Red+Green+Blue) = 186+126+172=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7EAC is #458153. Grayscale: #959595. Windows color (decimal): -4555092 or 11304634. OLE color: 11304634.

HSL color Cylindrical-coordinate representation of color #BA7EAC: hue angle of 314º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA7EAC is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB186126172-
CMYK00.320.080.27
HSL314º30.3%61.18%-
HSV(B)314º32.26%72.94%-
XYZ35.1628.3442.65-
YUV149.18140.88154.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 126 (49.61% from 255) = 26.03%
BLUE value IS 172 (67.58% from 255) = 35.54%
R=38.43%
G=26.03%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612617200.320.080.2731430.361.18
HexBA7EAC02081B13a1e3d
Octal27217625404010334723675
Binary10111010111111010101100010000010001101110011101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7EAC; }

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

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

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

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

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

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

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

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