#BA7DAC

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

Shades of London Hue #BA7DAC

Tints of London Hue #BA7DAC

Color information

#BA7DAC (or 0xBA7DAC) is unknown color: approx London Hue. HEX triplet: BA, 7D and AC. RGB value is (186,125,172). Sum of RGB (Red+Green+Blue) = 186+125+172=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7DAC is #458253. Grayscale: #949494. Windows color (decimal): -4555348 or 11304378. OLE color: 11304378.

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

Color convert

RGB186125172-
CMYK00.330.080.27
HSL313.77º30.65%60.98%-
HSV(B)313.77º32.8%72.94%-
XYZ35.0328.0842.6-
YUV148.6141.21154.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 125 (49.22% from 255) = 25.88%
BLUE value IS 172 (67.58% from 255) = 35.61%
R=38.51%
G=25.88%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612517200.330.080.27313.7730.6560.98
HexBA7DAC02181B13a1f3d
Octal27217525404110334723775
Binary10111010111110110101100010000110001101110011101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7DAC; }

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

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

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

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

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

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

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

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