#BA82BB

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

Shades of London Hue #BA82BB

Tints of London Hue #BA82BB

Color information

#BA82BB (or 0xBA82BB) is unknown color: approx London Hue. HEX triplet: BA, 82 and BB. RGB value is (186,130,187). Sum of RGB (Red+Green+Blue) = 186+130+187=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA82BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA82BB is #457D44. Grayscale: #999999. Windows color (decimal): -4554053 or 12288698. OLE color: 12288698.

HSL color Cylindrical-coordinate representation of color #BA82BB: hue angle of 298.95º degrees, saturation: 0.3, 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 #BA82BB is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB186130187-
CMYK0.010.3000.27
HSL298.95º29.53%62.16%-
HSV(B)298.95º30.48%73.33%-
XYZ37.229.9950.84-
YUV153.24147.05151.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 130 (51.17% from 255) = 25.84%
BLUE value IS 187 (73.44% from 255) = 37.18%
R=36.98%
G=25.84%
B=37.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861301870.010.3000.27298.9529.5362.16
HexBA82BB11E01B12b1e3e
Octal2722022731360334533676
Binary10111010100000101011101111111001101110010101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA82BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA82BB; }

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

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

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

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

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

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

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

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