#BA7AB3

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

Shades of London Hue #BA7AB3

Tints of London Hue #BA7AB3

Color information

#BA7AB3 (or 0xBA7AB3) is unknown color: approx London Hue. HEX triplet: BA, 7A and B3. RGB value is (186,122,179). Sum of RGB (Red+Green+Blue) = 186+122+179=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 179 (70.31% from 255 or 36.76% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7AB3 is #45854C. Grayscale: #939393. Windows color (decimal): -4556109 or 11762362. OLE color: 11762362.

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

Color convert

RGB186122179-
CMYK00.340.040.27
HSL306.56º31.68%60.39%-
HSV(B)306.56º34.41%72.94%-
XYZ35.3527.6146.11-
YUV147.63145.7155.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 122 (48.05% from 255) = 25.05%
BLUE value IS 179 (70.31% from 255) = 36.76%
R=38.19%
G=25.05%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612217900.340.040.27306.5631.6860.39
HexBA7AB302241B133203c
Octal2721722630424334634074
Binary10111010111101010110011010001010011011100110011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7AB3; }

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

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

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

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

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

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

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

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