#BA8FB9

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

Shades of London Hue #BA8FB9

Tints of London Hue #BA8FB9

Color information

#BA8FB9 (or 0xBA8FB9) is unknown color: approx London Hue. HEX triplet: BA, 8F and B9. RGB value is (186,143,185). Sum of RGB (Red+Green+Blue) = 186+143+185=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8FB9 is #457046. Grayscale: #A0A0A0. Windows color (decimal): -4550727 or 12160954. OLE color: 12160954.

HSL color Cylindrical-coordinate representation of color #BA8FB9: hue angle of 301.4º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA8FB9 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB186143185-
CMYK00.230.010.27
HSL301.4º23.76%64.51%-
HSV(B)301.4º23.12%72.94%-
XYZ38.8333.5950.34-
YUV160.64141.75146.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.19%
GREEN value IS 143 (56.25% from 255) = 27.82%
BLUE value IS 185 (72.66% from 255) = 35.99%
R=36.19%
G=27.82%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614318500.230.010.27301.423.7664.51
HexBA8FB901711B12d1841
Octal27221727102713345530101
Binary101110101000111110111001010111111011100101101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8FB9; }

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

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

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

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

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

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

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

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