#B196AA

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

Shades of London Hue #B196AA

Tints of London Hue #B196AA

Color information

#B196AA (or 0xB196AA) is unknown color: approx London Hue. HEX triplet: B1, 96 and AA. RGB value is (177,150,170). Sum of RGB (Red+Green+Blue) = 177+150+170=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 177 - color contains mainly: red. Hex color #B196AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B196AA is #4E6955. Grayscale: #A0A0A0. Windows color (decimal): -5138774 or 11179697. OLE color: 11179697.

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

Color convert

RGB177150170-
CMYK00.150.040.31
HSL315.56º14.75%64.12%-
HSV(B)315.56º15.25%69.41%-
XYZ36.2934.0642.69-
YUV160.35133.45139.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.61%
GREEN value IS 150 (58.98% from 255) = 30.18%
BLUE value IS 170 (66.80% from 255) = 34.21%
R=35.61%
G=30.18%
B=34.21%

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
Decimal17715017000.150.040.31315.5614.7564.12
HexB196AA0F41F13cf40
Octal26122625201743747417100
Binary101100011001011010101010011111001111110011110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B196AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B196AA; }

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

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

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

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

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

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

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

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