#BA8DAF

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

Shades of London Hue #BA8DAF

Tints of London Hue #BA8DAF

Color information

#BA8DAF (or 0xBA8DAF) is unknown color: approx London Hue. HEX triplet: BA, 8D and AF. RGB value is (186,141,175). Sum of RGB (Red+Green+Blue) = 186+141+175=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8DAF is #457250. Grayscale: #9E9E9E. Windows color (decimal): -4551249 or 11505082. OLE color: 11505082.

HSL color Cylindrical-coordinate representation of color #BA8DAF: hue angle of 314.67º degrees, saturation: 0.25, 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 #BA8DAF is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB186141175-
CMYK00.240.060.27
HSL314.67º24.59%64.12%-
HSV(B)314.67º24.19%72.94%-
XYZ37.5132.5844.87-
YUV158.33137.41147.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.05%
GREEN value IS 141 (55.47% from 255) = 28.09%
BLUE value IS 175 (68.75% from 255) = 34.86%
R=37.05%
G=28.09%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614117500.240.060.27314.6724.5964.12
HexBA8DAF01861B13b1940
Octal27221525703063347331100
Binary10111010100011011010111101100011011011100111011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8DAF; }

 p { color: rgb(186,141,175); }

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

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

 a { background-color: rgb(186,141,175); }

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

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

 span { border-color: rgb(186,141,175); }

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