#B197AA

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

Shades of London Hue #B197AA

Tints of London Hue #B197AA

Color information

#B197AA (or 0xB197AA) is unknown color: approx London Hue. HEX triplet: B1, 97 and AA. RGB value is (177,151,170). Sum of RGB (Red+Green+Blue) = 177+151+170=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 177 - color contains mainly: red. Hex color #B197AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B197AA is #4E6855. Grayscale: #A0A0A0. Windows color (decimal): -5138518 or 11179953. OLE color: 11179953.

HSL color Cylindrical-coordinate representation of color #B197AA: hue angle of 316.15º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B197AA is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB177151170-
CMYK00.150.040.31
HSL316.15º14.29%64.31%-
HSV(B)316.15º14.69%69.41%-
XYZ36.4534.3842.75-
YUV160.94133.11139.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.54%
GREEN value IS 151 (59.38% from 255) = 30.32%
BLUE value IS 170 (66.80% from 255) = 34.14%
R=35.54%
G=30.32%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715117000.150.040.31316.1514.2964.31
HexB197AA0F41F13ce40
Octal26122725201743747416100
Binary101100011001011110101010011111001111110011110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B197AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B197AA; }

 p { color: rgb(177,151,170); }

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

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

 a { background-color: rgb(177,151,170); }

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

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

 span { border-color: rgb(177,151,170); }

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