#BA7AAC

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

Shades of London Hue #BA7AAC

Tints of London Hue #BA7AAC

Color information

#BA7AAC (or 0xBA7AAC) is unknown color: approx London Hue. HEX triplet: BA, 7A and AC. RGB value is (186,122,172). Sum of RGB (Red+Green+Blue) = 186+122+172=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7AAC is #458553. Grayscale: #929292. Windows color (decimal): -4556116 or 11303610. OLE color: 11303610.

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

Color convert

RGB186122172-
CMYK00.340.080.27
HSL313.12º31.68%60.39%-
HSV(B)313.12º34.41%72.94%-
XYZ34.6627.3442.48-
YUV146.84142.2155.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.75%
GREEN value IS 122 (48.05% from 255) = 25.42%
BLUE value IS 172 (67.58% from 255) = 35.83%
R=38.75%
G=25.42%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612217200.340.080.27313.1231.6860.39
HexBA7AAC02281B139203c
Octal27217225404210334714074
Binary101110101111010101011000100010100011011100111001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7AAC; }

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

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

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

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

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

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

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

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