#BA8CB1

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

Shades of London Hue #BA8CB1

Tints of London Hue #BA8CB1

Color information

#BA8CB1 (or 0xBA8CB1) is unknown color: approx London Hue. HEX triplet: BA, 8C and B1. RGB value is (186,140,177). Sum of RGB (Red+Green+Blue) = 186+140+177=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8CB1 is #45734E. Grayscale: #9D9D9D. Windows color (decimal): -4551503 or 11635898. OLE color: 11635898.

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

Color convert

RGB186140177-
CMYK00.250.050.27
HSL311.74º25%63.92%-
HSV(B)311.74º24.73%72.94%-
XYZ37.5632.3745.86-
YUV157.97138.74147.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 140 (55.08% from 255) = 27.83%
BLUE value IS 177 (69.53% from 255) = 35.19%
R=36.98%
G=27.83%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614017700.250.050.27311.742563.92
HexBA8CB101951B1381940
Octal27221426103153347031100
Binary10111010100011001011000101100110111011100111000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8CB1; }

 p { color: rgb(186,140,177); }

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

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

 a { background-color: rgb(186,140,177); }

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

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

 span { border-color: rgb(186,140,177); }

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