#B197AB

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

Shades of London Hue #B197AB

Tints of London Hue #B197AB

Color information

#B197AB (or 0xB197AB) is unknown color: approx London Hue. HEX triplet: B1, 97 and AB. RGB value is (177,151,171). Sum of RGB (Red+Green+Blue) = 177+151+171=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 177 - color contains mainly: red. Hex color #B197AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B197AB is #4E6854. Grayscale: #A1A1A1. Windows color (decimal): -5138517 or 11245489. OLE color: 11245489.

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

Color convert

RGB177151171-
CMYK00.150.030.31
HSL313.85º14.29%64.31%-
HSV(B)313.85º14.69%69.41%-
XYZ36.5534.4243.25-
YUV161.05133.61139.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.47%
GREEN value IS 151 (59.38% from 255) = 30.26%
BLUE value IS 171 (67.19% from 255) = 34.27%
R=35.47%
G=30.26%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715117100.150.030.31313.8514.2964.31
HexB197AB0F31F13ae40
Octal26122725301733747216100
Binary10110001100101111010101101111111111110011101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B197AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B197AB; }

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

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

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

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

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

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

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

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