#BA81AA

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

Shades of London Hue #BA81AA

Tints of London Hue #BA81AA

Color information

#BA81AA (or 0xBA81AA) is unknown color: approx London Hue. HEX triplet: BA, 81 and AA. RGB value is (186,129,170). Sum of RGB (Red+Green+Blue) = 186+129+170=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BA81AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA81AA is #457E55. Grayscale: #969696. Windows color (decimal): -4554326 or 11174330. OLE color: 11174330.

HSL color Cylindrical-coordinate representation of color #BA81AA: hue angle of 316.84º degrees, saturation: 0.29, 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 #BA81AA is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB186129170-
CMYK00.310.090.27
HSL316.84º29.23%61.76%-
HSV(B)316.84º30.65%72.94%-
XYZ35.3629.0441.77-
YUV150.72138.88153.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 129 (50.78% from 255) = 26.60%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=38.35%
G=26.60%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612917000.310.090.27316.8429.2361.76
HexBA81AA01F91B13d1d3e
Octal27220125203711334753576
Binary10111010100000011010101001111110011101110011110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA81AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA81AA; }

 p { color: rgb(186,129,170); }

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

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

 a { background-color: rgb(186,129,170); }

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

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

 span { border-color: rgb(186,129,170); }

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