#BA94B7

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

Shades of London Hue #BA94B7

Tints of London Hue #BA94B7

Color information

#BA94B7 (or 0xBA94B7) is unknown color: approx London Hue. HEX triplet: BA, 94 and B7. RGB value is (186,148,183). Sum of RGB (Red+Green+Blue) = 186+148+183=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 183 (71.88% from 255 or 35.40% from 517); Max value from RGB is 186 - color contains mainly: red. Hex color #BA94B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94B7 is #456B48. Grayscale: #A3A3A3. Windows color (decimal): -4549449 or 12031162. OLE color: 12031162.

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

Color convert

RGB186148183-
CMYK00.200.020.27
HSL304.74º21.59%65.49%-
HSV(B)304.74º20.43%72.94%-
XYZ39.3935.0449.49-
YUV163.35139.09144.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 148 (58.20% from 255) = 28.63%
BLUE value IS 183 (71.88% from 255) = 35.40%
R=35.98%
G=28.63%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614818300.200.020.27304.7421.5965.49
HexBA94B701421B1311641
Octal27222426702423346126101
Binary1011101010010100101101110101001011011100110001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA94B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA94B7; }

 p { color: rgb(186,148,183); }

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

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

 a { background-color: rgb(186,148,183); }

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

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

 span { border-color: rgb(186,148,183); }

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