#BA8BBC

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

Shades of London Hue #BA8BBC

Tints of London Hue #BA8BBC

Color information

#BA8BBC (or 0xBA8BBC) is unknown color: approx London Hue. HEX triplet: BA, 8B and BC. RGB value is (186,139,188). Sum of RGB (Red+Green+Blue) = 186+139+188=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA8BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8BBC is #457443. Grayscale: #9E9E9E. Windows color (decimal): -4551748 or 12356538. OLE color: 12356538.

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

Color convert

RGB186139188-
CMYK0.010.2600.26
HSL297.55º26.78%64.12%-
HSV(B)297.55º26.06%73.73%-
XYZ38.5632.5451.82-
YUV158.64144.57147.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.26%
GREEN value IS 139 (54.69% from 255) = 27.10%
BLUE value IS 188 (73.83% from 255) = 36.65%
R=36.26%
G=27.10%
B=36.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861391880.010.2600.26297.5526.7864.12
HexBA8BBC11A01A12a1b40
Octal27221327413203245233100
Binary101110101000101110111100111010011010100101010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8BBC; }

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

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

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

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

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

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

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

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