#BA84B6

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

Shades of London Hue #BA84B6

Tints of London Hue #BA84B6

Color information

#BA84B6 (or 0xBA84B6) is unknown color: approx London Hue. HEX triplet: BA, 84 and B6. RGB value is (186,132,182). Sum of RGB (Red+Green+Blue) = 186+132+182=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BA84B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA84B6 is #457B49. Grayscale: #999999. Windows color (decimal): -4553546 or 11961530. OLE color: 11961530.

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

Color convert

RGB186132182-
CMYK00.290.020.27
HSL304.44º28.12%62.35%-
HSV(B)304.44º29.03%72.94%-
XYZ36.9430.3248.16-
YUV153.85143.89150.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 132 (51.95% from 255) = 26.4%
BLUE value IS 182 (71.48% from 255) = 36.4%
R=37.2%
G=26.4%
B=36.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613218200.290.020.27304.4428.1262.35
HexBA84B601D21B1301c3e
Octal2722042660352334603476
Binary101110101000010010110110011101101101110011000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA84B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA84B6; }

 p { color: rgb(186,132,182); }

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

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

 a { background-color: rgb(186,132,182); }

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

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

 span { border-color: rgb(186,132,182); }

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