#BA7AB4

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

Shades of London Hue #BA7AB4

Tints of London Hue #BA7AB4

Color information

#BA7AB4 (or 0xBA7AB4) is unknown color: approx London Hue. HEX triplet: BA, 7A and B4. RGB value is (186,122,180). Sum of RGB (Red+Green+Blue) = 186+122+180=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7AB4 is #45854B. Grayscale: #939393. Windows color (decimal): -4556108 or 11827898. OLE color: 11827898.

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

Color convert

RGB186122180-
CMYK00.340.030.27
HSL305.62º31.68%60.39%-
HSV(B)305.62º34.41%72.94%-
XYZ35.4527.6546.65-
YUV147.75146.2155.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 122 (48.05% from 255) = 25%
BLUE value IS 180 (70.70% from 255) = 36.89%
R=38.11%
G=25%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612218000.340.030.27305.6231.6860.39
HexBA7AB402231B132203c
Octal2721722640423334624074
Binary1011101011110101011010001000101111011100110010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7AB4; }

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

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

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

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

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

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

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

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