#BA7FBC

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

Shades of London Hue #BA7FBC

Tints of London Hue #BA7FBC

Color information

#BA7FBC (or 0xBA7FBC) is unknown color: approx London Hue. HEX triplet: BA, 7F and BC. RGB value is (186,127,188). Sum of RGB (Red+Green+Blue) = 186+127+188=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA7FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7FBC is #458043. Grayscale: #979797. Windows color (decimal): -4554820 or 12353466. OLE color: 12353466.

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

Color convert

RGB186127188-
CMYK0.010.3200.26
HSL298.03º31.28%61.76%-
HSV(B)298.03º32.45%73.73%-
XYZ36.9229.2551.28-
YUV151.59148.55152.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 127 (50% from 255) = 25.35%
BLUE value IS 188 (73.83% from 255) = 37.52%
R=37.13%
G=25.35%
B=37.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861271880.010.3200.26298.0331.2861.76
HexBA7FBC12001A12a1f3e
Octal2721772741400324523776
Binary10111010111111110111100110000001101010010101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7FBC; }

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

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

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

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

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

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

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

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