#BA95B9

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

Shades of London Hue #BA95B9

Tints of London Hue #BA95B9

Color information

#BA95B9 (or 0xBA95B9) is unknown color: approx London Hue. HEX triplet: BA, 95 and B9. RGB value is (186,149,185). Sum of RGB (Red+Green+Blue) = 186+149+185=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 186 - color contains mainly: red. Hex color #BA95B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95B9 is #456A46. Grayscale: #A4A4A4. Windows color (decimal): -4549191 or 12162490. OLE color: 12162490.

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

Color convert

RGB186149185-
CMYK00.200.010.27
HSL301.62º21.14%65.69%-
HSV(B)301.62º19.89%72.94%-
XYZ39.7535.4450.64-
YUV164.17139.76143.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.77%
GREEN value IS 149 (58.59% from 255) = 28.65%
BLUE value IS 185 (72.66% from 255) = 35.58%
R=35.77%
G=28.65%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614918500.200.010.27301.6221.1465.69
HexBA95B901411B12e1542
Octal27222527102413345625102
Binary101110101001010110111001010100111011100101110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA95B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA95B9; }

 p { color: rgb(186,149,185); }

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

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

 a { background-color: rgb(186,149,185); }

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

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

 span { border-color: rgb(186,149,185); }

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