#BA8DB5

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

Shades of London Hue #BA8DB5

Tints of London Hue #BA8DB5

Color information

#BA8DB5 (or 0xBA8DB5) is unknown color: approx London Hue. HEX triplet: BA, 8D and B5. RGB value is (186,141,181). Sum of RGB (Red+Green+Blue) = 186+141+181=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8DB5 is #45724A. Grayscale: #9E9E9E. Windows color (decimal): -4551243 or 11898298. OLE color: 11898298.

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

Color convert

RGB186141181-
CMYK00.240.030.27
HSL306.67º24.59%64.12%-
HSV(B)306.67º24.19%72.94%-
XYZ38.1232.8348.04-
YUV159.01140.41147.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 141 (55.47% from 255) = 27.76%
BLUE value IS 181 (71.09% from 255) = 35.63%
R=36.61%
G=27.76%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614118100.240.030.27306.6724.5964.12
HexBA8DB501831B1331940
Octal27221526503033346331100
Binary1011101010001101101101010110001111011100110011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8DB5; }

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

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

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

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

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

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

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

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