#BA80BC

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

Shades of London Hue #BA80BC

Tints of London Hue #BA80BC

Color information

#BA80BC (or 0xBA80BC) is unknown color: approx London Hue. HEX triplet: BA, 80 and BC. RGB value is (186,128,188). Sum of RGB (Red+Green+Blue) = 186+128+188=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA80BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA80BC is #457F43. Grayscale: #989898. Windows color (decimal): -4554564 or 12353722. OLE color: 12353722.

HSL color Cylindrical-coordinate representation of color #BA80BC: hue angle of 298º 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 #BA80BC is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB186128188-
CMYK0.010.3200.26
HSL298º30.93%61.96%-
HSV(B)298º31.91%73.73%-
XYZ37.0529.5151.32-
YUV152.18148.22152.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.05%
GREEN value IS 128 (50.39% from 255) = 25.50%
BLUE value IS 188 (73.83% from 255) = 37.45%
R=37.05%
G=25.50%
B=37.45%

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
Decimal1861281880.010.3200.2629830.9361.96
HexBA80BC12001A12a1f3e
Octal2722002741400324523776
Binary101110101000000010111100110000001101010010101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA80BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA80BC; }

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

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

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

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

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

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

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

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