#BA89AA

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

Shades of London Hue #BA89AA

Tints of London Hue #BA89AA

Color information

#BA89AA (or 0xBA89AA) is unknown color: approx London Hue. HEX triplet: BA, 89 and AA. RGB value is (186,137,170). Sum of RGB (Red+Green+Blue) = 186+137+170=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 186 - color contains mainly: red. Hex color #BA89AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA89AA is #457655. Grayscale: #9B9B9B. Windows color (decimal): -4552278 or 11176378. OLE color: 11176378.

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

Color convert

RGB186137170-
CMYK00.260.090.27
HSL319.59º26.2%63.33%-
HSV(B)319.59º26.34%72.94%-
XYZ36.4531.2342.14-
YUV155.41136.23149.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 137 (53.91% from 255) = 27.79%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=37.73%
G=27.79%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613717000.260.090.27319.5926.263.33
HexBA89AA01A91B1401a3f
Octal27221125203211335003277
Binary10111010100010011010101001101010011101110100000011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA89AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA89AA; }

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

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

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

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

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

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

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

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