#BA95B4

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

Shades of London Hue #BA95B4

Tints of London Hue #BA95B4

Color information

#BA95B4 (or 0xBA95B4) is unknown color: approx London Hue. HEX triplet: BA, 95 and B4. RGB value is (186,149,180). Sum of RGB (Red+Green+Blue) = 186+149+180=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 186 - color contains mainly: red. Hex color #BA95B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95B4 is #456A4B. Grayscale: #A3A3A3. Windows color (decimal): -4549196 or 11834810. OLE color: 11834810.

HSL color Cylindrical-coordinate representation of color #BA95B4: hue angle of 309.73º 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 #BA95B4 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB186149180-
CMYK00.200.030.27
HSL309.73º21.14%65.69%-
HSV(B)309.73º19.89%72.94%-
XYZ39.2435.2347.91-
YUV163.6137.26143.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.12%
GREEN value IS 149 (58.59% from 255) = 28.93%
BLUE value IS 180 (70.70% from 255) = 34.95%
R=36.12%
G=28.93%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614918000.200.030.27309.7321.1465.69
HexBA95B401431B1361542
Octal27222526402433346625102
Binary1011101010010101101101000101001111011100110110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA95B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA95B4; }

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

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

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

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

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

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

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

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