#BA8EB6

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

Shades of London Hue #BA8EB6

Tints of London Hue #BA8EB6

Color information

#BA8EB6 (or 0xBA8EB6) is unknown color: approx London Hue. HEX triplet: BA, 8E and B6. RGB value is (186,142,182). Sum of RGB (Red+Green+Blue) = 186+142+182=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 182 (71.48% from 255 or 35.69% from 510); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8EB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8EB6 is #457149. Grayscale: #9F9F9F. Windows color (decimal): -4550986 or 11964090. OLE color: 11964090.

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

Color convert

RGB186142182-
CMYK00.240.020.27
HSL305.45º24.18%64.31%-
HSV(B)305.45º23.66%72.94%-
XYZ38.3733.1648.63-
YUV159.72140.58146.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.47%
GREEN value IS 142 (55.86% from 255) = 27.84%
BLUE value IS 182 (71.48% from 255) = 35.69%
R=36.47%
G=27.84%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614218200.240.020.27305.4524.1864.31
HexBA8EB601821B1311840
Octal27221626603023346130100
Binary1011101010001110101101100110001011011100110001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8EB6; }

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

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

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

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

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

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

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

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