#BA7FAF

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

Shades of London Hue #BA7FAF

Tints of London Hue #BA7FAF

Color information

#BA7FAF (or 0xBA7FAF) is unknown color: approx London Hue. HEX triplet: BA, 7F and AF. RGB value is (186,127,175). Sum of RGB (Red+Green+Blue) = 186+127+175=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7FAF is #458050. Grayscale: #959595. Windows color (decimal): -4554833 or 11501498. OLE color: 11501498.

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

Color convert

RGB186127175-
CMYK00.320.060.27
HSL311.19º29.95%61.37%-
HSV(B)311.19º31.72%72.94%-
XYZ35.5828.7144.22-
YUV150.11142.05153.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 127 (50% from 255) = 26.02%
BLUE value IS 175 (68.75% from 255) = 35.86%
R=38.11%
G=26.02%
B=35.86%

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
Decimal18612717500.320.060.27311.1929.9561.37
HexBA7FAF02061B1371e3d
Octal2721772570406334673675
Binary1011101011111111010111101000001101101110011011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7FAF; }

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

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

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

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

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

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

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

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