#BA8EB4

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

Shades of London Hue #BA8EB4

Tints of London Hue #BA8EB4

Color information

#BA8EB4 (or 0xBA8EB4) is unknown color: approx London Hue. HEX triplet: BA, 8E and B4. RGB value is (186,142,180). Sum of RGB (Red+Green+Blue) = 186+142+180=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8EB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8EB4 is #45714B. Grayscale: #9F9F9F. Windows color (decimal): -4550988 or 11833018. OLE color: 11833018.

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

Color convert

RGB186142180-
CMYK00.240.030.27
HSL308.18º24.18%64.31%-
HSV(B)308.18º23.66%72.94%-
XYZ38.1633.0847.55-
YUV159.49139.58146.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 142 (55.86% from 255) = 27.95%
BLUE value IS 180 (70.70% from 255) = 35.43%
R=36.61%
G=27.95%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614218000.240.030.27308.1824.1864.31
HexBA8EB401831B1341840
Octal27221626403033346430100
Binary1011101010001110101101000110001111011100110100110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8EB4; }

 p { color: rgb(186,142,180); }

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

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

 a { background-color: rgb(186,142,180); }

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

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

 span { border-color: rgb(186,142,180); }

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