#BA8CB6

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

Shades of London Hue #BA8CB6

Tints of London Hue #BA8CB6

Color information

#BA8CB6 (or 0xBA8CB6) is unknown color: approx London Hue. HEX triplet: BA, 8C and B6. RGB value is (186,140,182). Sum of RGB (Red+Green+Blue) = 186+140+182=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8CB6 is #457349. Grayscale: #9E9E9E. Windows color (decimal): -4551498 or 11963578. OLE color: 11963578.

HSL color Cylindrical-coordinate representation of color #BA8CB6: hue angle of 305.22º 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 #BA8CB6 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB186140182-
CMYK00.250.020.27
HSL305.22º25%63.92%-
HSV(B)305.22º24.73%72.94%-
XYZ38.0732.5748.54-
YUV158.54141.24147.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 140 (55.08% from 255) = 27.56%
BLUE value IS 182 (71.48% from 255) = 35.83%
R=36.61%
G=27.56%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614018200.250.020.27305.222563.92
HexBA8CB601921B1311940
Octal27221426603123346131100
Binary1011101010001100101101100110011011011100110001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8CB6; }

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

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

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

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

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

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

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

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