#BA85AF

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

Shades of London Hue #BA85AF

Tints of London Hue #BA85AF

Color information

#BA85AF (or 0xBA85AF) is unknown color: approx London Hue. HEX triplet: BA, 85 and AF. RGB value is (186,133,175). Sum of RGB (Red+Green+Blue) = 186+133+175=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 186 - color contains mainly: red. Hex color #BA85AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA85AF is #457A50. Grayscale: #999999. Windows color (decimal): -4553297 or 11503034. OLE color: 11503034.

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

Color convert

RGB186133175-
CMYK00.280.060.27
HSL312.45º27.75%62.55%-
HSV(B)312.45º28.49%72.94%-
XYZ36.3830.3144.49-
YUV153.64140.06151.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 133 (52.34% from 255) = 26.92%
BLUE value IS 175 (68.75% from 255) = 35.43%
R=37.65%
G=26.92%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613317500.280.060.27312.4527.7562.55
HexBA85AF01C61B1381c3f
Octal2722052570346334703477
Binary1011101010000101101011110111001101101110011100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA85AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA85AF; }

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

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

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

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

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

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

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

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