#BA96B6

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

Shades of London Hue #BA96B6

Tints of London Hue #BA96B6

Color information

#BA96B6 (or 0xBA96B6) is unknown color: approx London Hue. HEX triplet: BA, 96 and B6. RGB value is (186,150,182). Sum of RGB (Red+Green+Blue) = 186+150+182=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BA96B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96B6 is #456949. Grayscale: #A4A4A4. Windows color (decimal): -4548938 or 11966138. OLE color: 11966138.

HSL color Cylindrical-coordinate representation of color #BA96B6: hue angle of 306.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BA96B6 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB186150182-
CMYK00.190.020.27
HSL306.67º20.69%65.88%-
HSV(B)306.67º19.35%72.94%-
XYZ39.635.6349.05-
YUV164.41137.93143.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 150 (58.98% from 255) = 28.96%
BLUE value IS 182 (71.48% from 255) = 35.14%
R=35.91%
G=28.96%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615018200.190.020.27306.6720.6965.88
HexBA96B601321B1331542
Octal27222626602323346325102
Binary1011101010010110101101100100111011011100110011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA96B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA96B6; }

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

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

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

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

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

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

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

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