#BA82B9

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

Shades of London Hue #BA82B9

Tints of London Hue #BA82B9

Color information

#BA82B9 (or 0xBA82B9) is unknown color: approx London Hue. HEX triplet: BA, 82 and B9. RGB value is (186,130,185). Sum of RGB (Red+Green+Blue) = 186+130+185=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BA82B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA82B9 is #457D46. Grayscale: #989898. Windows color (decimal): -4554055 or 12157626. OLE color: 12157626.

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

Color convert

RGB186130185-
CMYK00.300.010.27
HSL301.07º28.87%61.96%-
HSV(B)301.07º30.11%72.94%-
XYZ36.9929.9149.72-
YUV153.01146.05151.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 130 (51.17% from 255) = 25.95%
BLUE value IS 185 (72.66% from 255) = 36.93%
R=37.13%
G=25.95%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613018500.300.010.27301.0728.8761.96
HexBA82B901E11B12d1d3e
Octal2722022710361334553576
Binary10111010100000101011100101111011101110010110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA82B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA82B9; }

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

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

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

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

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

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

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

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