#BA8FB6

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

Shades of London Hue #BA8FB6

Tints of London Hue #BA8FB6

Color information

#BA8FB6 (or 0xBA8FB6) is unknown color: approx London Hue. HEX triplet: BA, 8F and B6. RGB value is (186,143,182). Sum of RGB (Red+Green+Blue) = 186+143+182=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8FB6 is #457049. Grayscale: #A0A0A0. Windows color (decimal): -4550730 or 11964346. OLE color: 11964346.

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

Color convert

RGB186143182-
CMYK00.230.020.27
HSL305.58º23.76%64.51%-
HSV(B)305.58º23.12%72.94%-
XYZ38.5233.4648.68-
YUV160.3140.25146.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.40%
GREEN value IS 143 (56.25% from 255) = 27.98%
BLUE value IS 182 (71.48% from 255) = 35.62%
R=36.40%
G=27.98%
B=35.62%

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
Decimal18614318200.230.020.27305.5823.7664.51
HexBA8FB601721B1321841
Octal27221726602723346230101
Binary1011101010001111101101100101111011011100110010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8FB6; }

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

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

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

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

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

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

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

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