#B197AC

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

Shades of London Hue #B197AC

Tints of London Hue #B197AC

Color information

#B197AC (or 0xB197AC) is unknown color: approx London Hue. HEX triplet: B1, 97 and AC. RGB value is (177,151,172). Sum of RGB (Red+Green+Blue) = 177+151+172=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 177 - color contains mainly: red. Hex color #B197AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B197AC is #4E6853. Grayscale: #A1A1A1. Windows color (decimal): -5138516 or 11311025. OLE color: 11311025.

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

Color convert

RGB177151172-
CMYK00.150.030.31
HSL311.54º14.29%64.31%-
HSV(B)311.54º14.69%69.41%-
XYZ36.6434.4643.75-
YUV161.17134.11139.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.4%
GREEN value IS 151 (59.38% from 255) = 30.2%
BLUE value IS 172 (67.58% from 255) = 34.4%
R=35.4%
G=30.2%
B=34.4%

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
Decimal17715117200.150.030.31311.5414.2964.31
HexB197AC0F31F138e40
Octal26122725401733747016100
Binary10110001100101111010110001111111111110011100011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B197AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B197AC; }

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

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

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

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

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

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

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

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