#BA7AAE

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

Shades of London Hue #BA7AAE

Tints of London Hue #BA7AAE

Color information

#BA7AAE (or 0xBA7AAE) is unknown color: approx London Hue. HEX triplet: BA, 7A and AE. RGB value is (186,122,174). Sum of RGB (Red+Green+Blue) = 186+122+174=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7AAE is #458551. Grayscale: #929292. Windows color (decimal): -4556114 or 11434682. OLE color: 11434682.

HSL color Cylindrical-coordinate representation of color #BA7AAE: hue angle of 311.25º 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 #BA7AAE is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB186122174-
CMYK00.340.060.27
HSL311.25º31.68%60.39%-
HSV(B)311.25º34.41%72.94%-
XYZ34.8527.4143.5-
YUV147.06143.2155.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.59%
GREEN value IS 122 (48.05% from 255) = 25.31%
BLUE value IS 174 (68.36% from 255) = 36.10%
R=38.59%
G=25.31%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612217400.340.060.27311.2531.6860.39
HexBA7AAE02261B137203c
Octal2721722560426334674074
Binary10111010111101010101110010001011011011100110111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7AAE; }

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

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

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

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

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

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

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

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