#BA80BB

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

Shades of London Hue #BA80BB

Tints of London Hue #BA80BB

Color information

#BA80BB (or 0xBA80BB) is unknown color: approx London Hue. HEX triplet: BA, 80 and BB. RGB value is (186,128,187). Sum of RGB (Red+Green+Blue) = 186+128+187=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA80BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA80BB is #457F44. Grayscale: #979797. Windows color (decimal): -4554565 or 12288186. OLE color: 12288186.

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

Color convert

RGB186128187-
CMYK0.010.3200.27
HSL298.98º30.26%61.76%-
HSV(B)298.98º31.55%73.33%-
XYZ36.9429.4750.75-
YUV152.07147.72152.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 128 (50.39% from 255) = 25.55%
BLUE value IS 187 (73.44% from 255) = 37.33%
R=37.13%
G=25.55%
B=37.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861281870.010.3200.27298.9830.2661.76
HexBA80BB12001B12b1e3e
Octal2722002731400334533676
Binary101110101000000010111011110000001101110010101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA80BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA80BB; }

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

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

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

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

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

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

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

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