#BA80AF

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

Shades of London Hue #BA80AF

Tints of London Hue #BA80AF

Color information

#BA80AF (or 0xBA80AF) is unknown color: approx London Hue. HEX triplet: BA, 80 and AF. RGB value is (186,128,175). Sum of RGB (Red+Green+Blue) = 186+128+175=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BA80AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA80AF is #457F50. Grayscale: #969696. Windows color (decimal): -4554577 or 11501754. OLE color: 11501754.

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

Color convert

RGB186128175-
CMYK00.310.060.27
HSL311.38º29.59%61.57%-
HSV(B)311.38º31.18%72.94%-
XYZ35.7128.9744.27-
YUV150.7141.72153.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.04%
GREEN value IS 128 (50.39% from 255) = 26.18%
BLUE value IS 175 (68.75% from 255) = 35.79%
R=38.04%
G=26.18%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612817500.310.060.27311.3829.5961.57
HexBA80AF01F61B1371e3e
Octal2722002570376334673676
Binary1011101010000000101011110111111101101110011011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA80AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA80AF; }

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

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

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

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

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

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

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

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