#BA85BC

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

Shades of London Hue #BA85BC

Tints of London Hue #BA85BC

Color information

#BA85BC (or 0xBA85BC) is unknown color: approx London Hue. HEX triplet: BA, 85 and BC. RGB value is (186,133,188). Sum of RGB (Red+Green+Blue) = 186+133+188=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA85BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA85BC is #457A43. Grayscale: #9A9A9A. Windows color (decimal): -4553284 or 12355002. OLE color: 12355002.

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

Color convert

RGB186133188-
CMYK0.010.2900.26
HSL297.82º29.1%62.94%-
HSV(B)297.82º29.26%73.73%-
XYZ37.7130.8551.54-
YUV155.12146.56150.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.69%
GREEN value IS 133 (52.34% from 255) = 26.23%
BLUE value IS 188 (73.83% from 255) = 37.08%
R=36.69%
G=26.23%
B=37.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861331880.010.2900.26297.8229.162.94
HexBA85BC11D01A12a1d3f
Octal2722052741350324523577
Binary10111010100001011011110011110101101010010101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA85BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA85BC; }

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

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

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

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

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

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

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

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