#B197AE

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

Shades of London Hue #B197AE

Tints of London Hue #B197AE

Color information

#B197AE (or 0xB197AE) is unknown color: approx London Hue. HEX triplet: B1, 97 and AE. RGB value is (177,151,174). Sum of RGB (Red+Green+Blue) = 177+151+174=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 177 - color contains mainly: red. Hex color #B197AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B197AE is #4E6851. Grayscale: #A1A1A1. Windows color (decimal): -5138514 or 11442097. OLE color: 11442097.

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

Color convert

RGB177151174-
CMYK00.150.020.31
HSL306.92º14.29%64.31%-
HSV(B)306.92º14.69%69.41%-
XYZ36.8434.5444.77-
YUV161.4135.11139.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.26%
GREEN value IS 151 (59.38% from 255) = 30.08%
BLUE value IS 174 (68.36% from 255) = 34.66%
R=35.26%
G=30.08%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715117400.150.020.31306.9214.2964.31
HexB197AE0F21F133e40
Octal26122725601723746316100
Binary10110001100101111010111001111101111110011001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B197AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B197AE; }

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

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

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

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

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

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

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

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