#BA7EAE

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

Shades of London Hue #BA7EAE

Tints of London Hue #BA7EAE

Color information

#BA7EAE (or 0xBA7EAE) is unknown color: approx London Hue. HEX triplet: BA, 7E and AE. RGB value is (186,126,174). Sum of RGB (Red+Green+Blue) = 186+126+174=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7EAE is #458151. Grayscale: #959595. Windows color (decimal): -4555090 or 11435706. OLE color: 11435706.

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

Color convert

RGB186126174-
CMYK00.320.060.27
HSL312º30.3%61.18%-
HSV(B)312º32.26%72.94%-
XYZ35.3528.4243.67-
YUV149.41141.88154.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.27%
GREEN value IS 126 (49.61% from 255) = 25.93%
BLUE value IS 174 (68.36% from 255) = 35.80%
R=38.27%
G=25.93%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612617400.320.060.2731230.361.18
HexBA7EAE02061B1381e3d
Octal2721762560406334703675
Binary1011101011111101010111001000001101101110011100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7EAE; }

 p { color: rgb(186,126,174); }

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

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

 a { background-color: rgb(186,126,174); }

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

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

 span { border-color: rgb(186,126,174); }

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