#BA94B6

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

Shades of London Hue #BA94B6

Tints of London Hue #BA94B6

Color information

#BA94B6 (or 0xBA94B6) is unknown color: approx London Hue. HEX triplet: BA, 94 and B6. RGB value is (186,148,182). Sum of RGB (Red+Green+Blue) = 186+148+182=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BA94B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94B6 is #456B49. Grayscale: #A3A3A3. Windows color (decimal): -4549450 or 11965626. OLE color: 11965626.

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

Color convert

RGB186148182-
CMYK00.200.020.27
HSL306.32º21.59%65.49%-
HSV(B)306.32º20.43%72.94%-
XYZ39.283548.94-
YUV163.24138.59144.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.05%
GREEN value IS 148 (58.20% from 255) = 28.68%
BLUE value IS 182 (71.48% from 255) = 35.27%
R=36.05%
G=28.68%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18614818200.200.020.27306.3221.5965.49
HexBA94B601421B1321641
Octal27222426602423346226101
Binary1011101010010100101101100101001011011100110010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA94B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA94B6; }

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

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

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

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

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

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

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

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