#BA7BAC

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

Shades of London Hue #BA7BAC

Tints of London Hue #BA7BAC

Color information

#BA7BAC (or 0xBA7BAC) is unknown color: approx London Hue. HEX triplet: BA, 7B and AC. RGB value is (186,123,172). Sum of RGB (Red+Green+Blue) = 186+123+172=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7BAC is #458453. Grayscale: #939393. Windows color (decimal): -4555860 or 11303866. OLE color: 11303866.

HSL color Cylindrical-coordinate representation of color #BA7BAC: hue angle of 313.33º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA7BAC is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB186123172-
CMYK00.340.080.27
HSL313.33º31.34%60.59%-
HSV(B)313.33º33.87%72.94%-
XYZ34.7827.5842.52-
YUV147.42141.87155.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.67%
GREEN value IS 123 (48.44% from 255) = 25.57%
BLUE value IS 172 (67.58% from 255) = 35.76%
R=38.67%
G=25.57%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612317200.340.080.27313.3331.3460.59
HexBA7BAC02281B1391f3d
Octal27217325404210334713775
Binary10111010111101110101100010001010001101110011100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7BAC; }

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

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

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

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

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

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

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

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