#BA8BB9

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

Shades of London Hue #BA8BB9

Tints of London Hue #BA8BB9

Color information

#BA8BB9 (or 0xBA8BB9) is unknown color: approx London Hue. HEX triplet: BA, 8B and B9. RGB value is (186,139,185). Sum of RGB (Red+Green+Blue) = 186+139+185=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8BB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8BB9 is #457446. Grayscale: #9E9E9E. Windows color (decimal): -4551751 or 12159930. OLE color: 12159930.

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

Color convert

RGB186139185-
CMYK00.250.010.27
HSL301.28º25.41%63.73%-
HSV(B)301.28º25.27%72.94%-
XYZ38.2432.4150.14-
YUV158.3143.07147.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.47%
GREEN value IS 139 (54.69% from 255) = 27.25%
BLUE value IS 185 (72.66% from 255) = 36.27%
R=36.47%
G=27.25%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613918500.250.010.27301.2825.4163.73
HexBA8BB901911B12d1940
Octal27221327103113345531100
Binary101110101000101110111001011001111011100101101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8BB9; }

 p { color: rgb(186,139,185); }

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

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

 a { background-color: rgb(186,139,185); }

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

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

 span { border-color: rgb(186,139,185); }

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