#BA8CB8

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

Shades of London Hue #BA8CB8

Tints of London Hue #BA8CB8

Color information

#BA8CB8 (or 0xBA8CB8) is unknown color: approx London Hue. HEX triplet: BA, 8C and B8. RGB value is (186,140,184). Sum of RGB (Red+Green+Blue) = 186+140+184=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 184 (72.27% from 255 or 36.08% from 510); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8CB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8CB8 is #457347. Grayscale: #9E9E9E. Windows color (decimal): -4551496 or 12094650. OLE color: 12094650.

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

Color convert

RGB186140184-
CMYK00.250.010.27
HSL302.61º25%63.92%-
HSV(B)302.61º24.73%72.94%-
XYZ38.2832.6649.63-
YUV158.77142.24147.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.47%
GREEN value IS 140 (55.08% from 255) = 27.45%
BLUE value IS 184 (72.27% from 255) = 36.08%
R=36.47%
G=27.45%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614018400.250.010.27302.612563.92
HexBA8CB801911B12f1940
Octal27221427003113345731100
Binary101110101000110010111000011001111011100101111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8CB8; }

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

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

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

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

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

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

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

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