#BA81AE

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

Shades of London Hue #BA81AE

Tints of London Hue #BA81AE

Color information

#BA81AE (or 0xBA81AE) is unknown color: approx London Hue. HEX triplet: BA, 81 and AE. RGB value is (186,129,174). Sum of RGB (Red+Green+Blue) = 186+129+174=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 186 - color contains mainly: red. Hex color #BA81AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA81AE is #457E51. Grayscale: #979797. Windows color (decimal): -4554322 or 11436474. OLE color: 11436474.

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

Color convert

RGB186129174-
CMYK00.310.060.27
HSL312.63º29.23%61.76%-
HSV(B)312.63º30.65%72.94%-
XYZ35.7429.243.8-
YUV151.17140.88152.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.04%
GREEN value IS 129 (50.78% from 255) = 26.38%
BLUE value IS 174 (68.36% from 255) = 35.58%
R=38.04%
G=26.38%
B=35.58%

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
Decimal18612917400.310.060.27312.6329.2361.76
HexBA81AE01F61B1391d3e
Octal2722012560376334713576
Binary1011101010000001101011100111111101101110011100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA81AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA81AE; }

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

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

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

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

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

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

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

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