#B196AD

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

Shades of London Hue #B196AD

Tints of London Hue #B196AD

Color information

#B196AD (or 0xB196AD) is unknown color: approx London Hue. HEX triplet: B1, 96 and AD. RGB value is (177,150,173). Sum of RGB (Red+Green+Blue) = 177+150+173=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 177 - color contains mainly: red. Hex color #B196AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B196AD is #4E6952. Grayscale: #A0A0A0. Windows color (decimal): -5138771 or 11376305. OLE color: 11376305.

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

Color convert

RGB177150173-
CMYK00.150.020.31
HSL308.89º14.75%64.12%-
HSV(B)308.89º15.25%69.41%-
XYZ36.5834.1844.2-
YUV160.7134.95139.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.4%
GREEN value IS 150 (58.98% from 255) = 30%
BLUE value IS 173 (67.97% from 255) = 34.6%
R=35.4%
G=30%
B=34.6%

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
Decimal17715017300.150.020.31308.8914.7564.12
HexB196AD0F21F135f40
Octal26122625501723746517100
Binary10110001100101101010110101111101111110011010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B196AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B196AD; }

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

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

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

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

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

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

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

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