#B196AC

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

Shades of London Hue #B196AC

Tints of London Hue #B196AC

Color information

#B196AC (or 0xB196AC) is unknown color: approx London Hue. HEX triplet: B1, 96 and AC. RGB value is (177,150,172). Sum of RGB (Red+Green+Blue) = 177+150+172=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 177 - color contains mainly: red. Hex color #B196AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B196AC is #4E6953. Grayscale: #A0A0A0. Windows color (decimal): -5138772 or 11310769. OLE color: 11310769.

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

Color convert

RGB177150172-
CMYK00.150.030.31
HSL311.11º14.75%64.12%-
HSV(B)311.11º15.25%69.41%-
XYZ36.4834.1443.7-
YUV160.58134.45139.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.47%
GREEN value IS 150 (58.98% from 255) = 30.06%
BLUE value IS 172 (67.58% from 255) = 34.47%
R=35.47%
G=30.06%
B=34.47%

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
Decimal17715017200.150.030.31311.1114.7564.12
HexB196AC0F31F137f40
Octal26122625401733746717100
Binary10110001100101101010110001111111111110011011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B196AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B196AC; }

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

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

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

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

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

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

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

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