#BA97B3

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

Shades of London Hue #BA97B3

Tints of London Hue #BA97B3

Color information

#BA97B3 (or 0xBA97B3) is unknown color: approx London Hue. HEX triplet: BA, 97 and B3. RGB value is (186,151,179). Sum of RGB (Red+Green+Blue) = 186+151+179=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 179 (70.31% from 255 or 34.69% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BA97B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA97B3 is #45684C. Grayscale: #A4A4A4. Windows color (decimal): -4548685 or 11769786. OLE color: 11769786.

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

Color convert

RGB186151179-
CMYK00.190.040.27
HSL312º20.23%66.08%-
HSV(B)312º18.82%72.94%-
XYZ39.4535.8347.48-
YUV164.66136.1143.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.05%
GREEN value IS 151 (59.38% from 255) = 29.26%
BLUE value IS 179 (70.31% from 255) = 34.69%
R=36.05%
G=29.26%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615117900.190.040.2731220.2366.08
HexBA97B301341B1381442
Octal27222726302343347024102
Binary10111010100101111011001101001110011011100111000101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA97B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA97B3; }

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

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

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

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

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

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

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

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