#BA9AB8

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

Shades of London Hue #BA9AB8

Tints of London Hue #BA9AB8

Color information

#BA9AB8 (or 0xBA9AB8) is unknown color: approx London Hue. HEX triplet: BA, 9A and B8. RGB value is (186,154,184). Sum of RGB (Red+Green+Blue) = 186+154+184=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9AB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9AB8 is #456547. Grayscale: #A6A6A6. Windows color (decimal): -4547912 or 12098234. OLE color: 12098234.

HSL color Cylindrical-coordinate representation of color #BA9AB8: hue angle of 303.75º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BA9AB8 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB186154184-
CMYK00.170.010.27
HSL303.75º18.82%66.67%-
HSV(B)303.75º17.2%72.94%-
XYZ40.4637.0150.36-
YUV166.99137.6141.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 154 (60.55% from 255) = 29.39%
BLUE value IS 184 (72.27% from 255) = 35.11%
R=35.50%
G=29.39%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615418400.170.010.27303.7518.8266.67
HexBA9AB801111B1301343
Octal27223227002113346023103
Binary101110101001101010111000010001111011100110000100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9AB8; }

 p { color: rgb(186,154,184); }

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

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

 a { background-color: rgb(186,154,184); }

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

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

 span { border-color: rgb(186,154,184); }

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