#BA81AC

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

Shades of London Hue #BA81AC

Tints of London Hue #BA81AC

Color information

#BA81AC (or 0xBA81AC) is unknown color: approx London Hue. HEX triplet: BA, 81 and AC. RGB value is (186,129,172). Sum of RGB (Red+Green+Blue) = 186+129+172=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BA81AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA81AC is #457E53. Grayscale: #969696. Windows color (decimal): -4554324 or 11305402. OLE color: 11305402.

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

Color convert

RGB186129172-
CMYK00.310.080.27
HSL314.74º29.23%61.76%-
HSV(B)314.74º30.65%72.94%-
XYZ35.5529.1242.78-
YUV150.94139.88153-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 129 (50.78% from 255) = 26.49%
BLUE value IS 172 (67.58% from 255) = 35.32%
R=38.19%
G=26.49%
B=35.32%

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
Decimal18612917200.310.080.27314.7429.2361.76
HexBA81AC01F81B13b1d3e
Octal27220125403710334733576
Binary10111010100000011010110001111110001101110011101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA81AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA81AC; }

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

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

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

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

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

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

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

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