#BA7FAC

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

Shades of London Hue #BA7FAC

Tints of London Hue #BA7FAC

Color information

#BA7FAC (or 0xBA7FAC) is unknown color: approx London Hue. HEX triplet: BA, 7F and AC. RGB value is (186,127,172). Sum of RGB (Red+Green+Blue) = 186+127+172=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7FAC is #458053. Grayscale: #959595. Windows color (decimal): -4554836 or 11304890. OLE color: 11304890.

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

Color convert

RGB186127172-
CMYK00.320.080.27
HSL314.24º29.95%61.37%-
HSV(B)314.24º31.72%72.94%-
XYZ35.2928.642.69-
YUV149.77140.55153.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 127 (50% from 255) = 26.19%
BLUE value IS 172 (67.58% from 255) = 35.46%
R=38.35%
G=26.19%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612717200.320.080.27314.2429.9561.37
HexBA7FAC02081B13a1e3d
Octal27217725404010334723675
Binary10111010111111110101100010000010001101110011101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7FAC; }

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

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

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

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

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

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

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

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