#BA85AB

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

Shades of London Hue #BA85AB

Tints of London Hue #BA85AB

Color information

#BA85AB (or 0xBA85AB) is unknown color: approx London Hue. HEX triplet: BA, 85 and AB. RGB value is (186,133,171). Sum of RGB (Red+Green+Blue) = 186+133+171=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BA85AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA85AB is #457A54. Grayscale: #999999. Windows color (decimal): -4553301 or 11240890. OLE color: 11240890.

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

Color convert

RGB186133171-
CMYK00.280.080.27
HSL316.98º27.75%62.55%-
HSV(B)316.98º28.49%72.94%-
XYZ35.9930.1542.45-
YUV153.18138.06151.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.96%
GREEN value IS 133 (52.34% from 255) = 27.14%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=37.96%
G=27.14%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613317100.280.080.27316.9827.7562.55
HexBA85AB01C81B13d1c3f
Octal27220525303410334753477
Binary10111010100001011010101101110010001101110011110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA85AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA85AB; }

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

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

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

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

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

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

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

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