#BA8FBC

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

Shades of London Hue #BA8FBC

Tints of London Hue #BA8FBC

Color information

#BA8FBC (or 0xBA8FBC) is unknown color: approx London Hue. HEX triplet: BA, 8F and BC. RGB value is (186,143,188). Sum of RGB (Red+Green+Blue) = 186+143+188=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA8FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8FBC is #457043. Grayscale: #A0A0A0. Windows color (decimal): -4550724 or 12357562. OLE color: 12357562.

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

Color convert

RGB186143188-
CMYK0.010.2400.26
HSL297.33º25.14%64.9%-
HSV(B)297.33º23.94%73.73%-
XYZ39.1533.7152.02-
YUV160.99143.25145.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 143 (56.25% from 255) = 27.66%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=35.98%
G=27.66%
B=36.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861431880.010.2400.26297.3325.1464.9
HexBA8FBC11801A1291941
Octal27221727413003245131101
Binary101110101000111110111100111000011010100101001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8FBC; }

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

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

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

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

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

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

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

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