#BA81AB

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

Shades of London Hue #BA81AB

Tints of London Hue #BA81AB

Color information

#BA81AB (or 0xBA81AB) is unknown color: approx London Hue. HEX triplet: BA, 81 and AB. RGB value is (186,129,171). Sum of RGB (Red+Green+Blue) = 186+129+171=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BA81AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA81AB is #457E54. Grayscale: #969696. Windows color (decimal): -4554325 or 11239866. OLE color: 11239866.

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

Color convert

RGB186129171-
CMYK00.310.080.27
HSL315.79º29.23%61.76%-
HSV(B)315.79º30.65%72.94%-
XYZ35.4529.0842.27-
YUV150.83139.38153.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.27%
GREEN value IS 129 (50.78% from 255) = 26.54%
BLUE value IS 171 (67.19% from 255) = 35.19%
R=38.27%
G=26.54%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612917100.310.080.27315.7929.2361.76
HexBA81AB01F81B13c1d3e
Octal27220125303710334743576
Binary10111010100000011010101101111110001101110011110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA81AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA81AB; }

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

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

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

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

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

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

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

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