#BA94B3

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

Shades of London Hue #BA94B3

Tints of London Hue #BA94B3

Color information

#BA94B3 (or 0xBA94B3) is unknown color: approx London Hue. HEX triplet: BA, 94 and B3. RGB value is (186,148,179). Sum of RGB (Red+Green+Blue) = 186+148+179=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 186 - color contains mainly: red. Hex color #BA94B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94B3 is #456B4C. Grayscale: #A2A2A2. Windows color (decimal): -4549453 or 11769018. OLE color: 11769018.

HSL color Cylindrical-coordinate representation of color #BA94B3: hue angle of 311.05º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BA94B3 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB186148179-
CMYK00.200.040.27
HSL311.05º21.59%65.49%-
HSV(B)311.05º20.43%72.94%-
XYZ38.9834.8747.32-
YUV162.9137.09144.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.26%
GREEN value IS 148 (58.20% from 255) = 28.85%
BLUE value IS 179 (70.31% from 255) = 34.89%
R=36.26%
G=28.85%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614817900.200.040.27311.0521.5965.49
HexBA94B301441B1371641
Octal27222426302443346726101
Binary10111010100101001011001101010010011011100110111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA94B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA94B3; }

 p { color: rgb(186,148,179); }

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

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

 a { background-color: rgb(186,148,179); }

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

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

 span { border-color: rgb(186,148,179); }

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