#B197AF

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

Shades of London Hue #B197AF

Tints of London Hue #B197AF

Color information

#B197AF (or 0xB197AF) is unknown color: approx London Hue. HEX triplet: B1, 97 and AF. RGB value is (177,151,175). Sum of RGB (Red+Green+Blue) = 177+151+175=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 177 - color contains mainly: red. Hex color #B197AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B197AF is #4E6850. Grayscale: #A1A1A1. Windows color (decimal): -5138513 or 11507633. OLE color: 11507633.

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

Color convert

RGB177151175-
CMYK00.150.010.31
HSL304.62º14.29%64.31%-
HSV(B)304.62º14.69%69.41%-
XYZ36.9434.5845.28-
YUV161.51135.61139.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.19%
GREEN value IS 151 (59.38% from 255) = 30.02%
BLUE value IS 175 (68.75% from 255) = 34.79%
R=35.19%
G=30.02%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715117500.150.010.31304.6214.2964.31
HexB197AF0F11F131e40
Octal26122725701713746116100
Binary1011000110010111101011110111111111110011000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B197AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B197AF; }

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

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

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

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

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

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

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

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