#BA96B7

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

Shades of London Hue #BA96B7

Tints of London Hue #BA96B7

Color information

#BA96B7 (or 0xBA96B7) is unknown color: approx London Hue. HEX triplet: BA, 96 and B7. RGB value is (186,150,183). Sum of RGB (Red+Green+Blue) = 186+150+183=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 186 - color contains mainly: red. Hex color #BA96B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96B7 is #456948. Grayscale: #A4A4A4. Windows color (decimal): -4548937 or 12031674. OLE color: 12031674.

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

Color convert

RGB186150183-
CMYK00.190.020.27
HSL305º20.69%65.88%-
HSV(B)305º19.35%72.94%-
XYZ39.735.6749.59-
YUV164.53138.43143.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.84%
GREEN value IS 150 (58.98% from 255) = 28.90%
BLUE value IS 183 (71.88% from 255) = 35.26%
R=35.84%
G=28.90%
B=35.26%

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
Decimal18615018300.190.020.2730520.6965.88
HexBA96B701321B1311542
Octal27222626702323346125102
Binary1011101010010110101101110100111011011100110001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA96B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA96B7; }

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

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

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

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

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

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

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

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