#BA7AB7

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

Shades of London Hue #BA7AB7

Tints of London Hue #BA7AB7

Color information

#BA7AB7 (or 0xBA7AB7) is unknown color: approx London Hue. HEX triplet: BA, 7A and B7. RGB value is (186,122,183). Sum of RGB (Red+Green+Blue) = 186+122+183=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7AB7 is #458548. Grayscale: #939393. Windows color (decimal): -4556105 or 12024506. OLE color: 12024506.

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

Color convert

RGB186122183-
CMYK00.340.020.27
HSL302.81º31.68%60.39%-
HSV(B)302.81º34.41%72.94%-
XYZ35.7627.7848.28-
YUV148.09147.7155.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.88%
GREEN value IS 122 (48.05% from 255) = 24.85%
BLUE value IS 183 (71.88% from 255) = 37.27%
R=37.88%
G=24.85%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612218300.340.020.27302.8131.6860.39
HexBA7AB702221B12f203c
Octal2721722670422334574074
Binary1011101011110101011011101000101011011100101111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7AB7; }

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

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

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

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

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

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

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

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