#BA7FAE

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

Shades of London Hue #BA7FAE

Tints of London Hue #BA7FAE

Color information

#BA7FAE (or 0xBA7FAE) is unknown color: approx London Hue. HEX triplet: BA, 7F and AE. RGB value is (186,127,174). Sum of RGB (Red+Green+Blue) = 186+127+174=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7FAE is #458051. Grayscale: #959595. Windows color (decimal): -4554834 or 11435962. OLE color: 11435962.

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

Color convert

RGB186127174-
CMYK00.320.060.27
HSL312.2º29.95%61.37%-
HSV(B)312.2º31.72%72.94%-
XYZ35.4828.6743.71-
YUV150141.55153.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 127 (50% from 255) = 26.08%
BLUE value IS 174 (68.36% from 255) = 35.73%
R=38.19%
G=26.08%
B=35.73%

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
Decimal18612717400.320.060.27312.229.9561.37
HexBA7FAE02061B1381e3d
Octal2721772560406334703675
Binary1011101011111111010111001000001101101110011100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7FAE; }

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

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

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

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

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

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

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

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