#BA78AE

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

Shades of London Hue #BA78AE

Tints of London Hue #BA78AE

Color information

#BA78AE (or 0xBA78AE) is unknown color: approx London Hue. HEX triplet: BA, 78 and AE. RGB value is (186,120,174). Sum of RGB (Red+Green+Blue) = 186+120+174=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 186 - color contains mainly: red. Hex color #BA78AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA78AE is #458751. Grayscale: #919191. Windows color (decimal): -4556626 or 11434170. OLE color: 11434170.

HSL color Cylindrical-coordinate representation of color #BA78AE: hue angle of 310.91º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA78AE is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB186120174-
CMYK00.350.060.27
HSL310.91º32.35%60%-
HSV(B)310.91º35.48%72.94%-
XYZ34.6126.9343.42-
YUV145.89143.87156.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.75%
GREEN value IS 120 (47.27% from 255) = 25%
BLUE value IS 174 (68.36% from 255) = 36.25%
R=38.75%
G=25%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612017400.350.060.27310.9132.3560
HexBA78AE02361B137203c
Octal2721702560436334674074
Binary10111010111100010101110010001111011011100110111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA78AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA78AE; }

 p { color: rgb(186,120,174); }

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

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

 a { background-color: rgb(186,120,174); }

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

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

 span { border-color: rgb(186,120,174); }

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