#BA8FB7

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

Shades of London Hue #BA8FB7

Tints of London Hue #BA8FB7

Color information

#BA8FB7 (or 0xBA8FB7) is unknown color: approx London Hue. HEX triplet: BA, 8F and B7. RGB value is (186,143,183). Sum of RGB (Red+Green+Blue) = 186+143+183=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8FB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8FB7 is #457048. Grayscale: #A0A0A0. Windows color (decimal): -4550729 or 12029882. OLE color: 12029882.

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

Color convert

RGB186143183-
CMYK00.230.020.27
HSL304.19º23.76%64.51%-
HSV(B)304.19º23.12%72.94%-
XYZ38.6233.549.23-
YUV160.42140.75146.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 143 (56.25% from 255) = 27.93%
BLUE value IS 183 (71.88% from 255) = 35.74%
R=36.33%
G=27.93%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614318300.230.020.27304.1923.7664.51
HexBA8FB701721B1301841
Octal27221726702723346030101
Binary1011101010001111101101110101111011011100110000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8FB7; }

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

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

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

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

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

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

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

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