#B196AE

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

Shades of London Hue #B196AE

Tints of London Hue #B196AE

Color information

#B196AE (or 0xB196AE) is unknown color: approx London Hue. HEX triplet: B1, 96 and AE. RGB value is (177,150,174). Sum of RGB (Red+Green+Blue) = 177+150+174=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 177 - color contains mainly: red. Hex color #B196AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B196AE is #4E6951. Grayscale: #A0A0A0. Windows color (decimal): -5138770 or 11441841. OLE color: 11441841.

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

Color convert

RGB177150174-
CMYK00.150.020.31
HSL306.67º14.75%64.12%-
HSV(B)306.67º15.25%69.41%-
XYZ36.6834.2244.72-
YUV160.81135.45139.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.33%
GREEN value IS 150 (58.98% from 255) = 29.94%
BLUE value IS 174 (68.36% from 255) = 34.73%
R=35.33%
G=29.94%
B=34.73%

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
Decimal17715017400.150.020.31306.6714.7564.12
HexB196AE0F21F133f40
Octal26122625601723746317100
Binary10110001100101101010111001111101111110011001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B196AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B196AE; }

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

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

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

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

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

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

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

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