Color Hex Logo

#b196ac Color Hex

#B196AC
(177,150,172)
0 Favorites   0 Comments

Color spaces of #b196ac

RGB 177150172
HSL0.860.150.64
HSV311°15°69°
CMYK 0.000.150.03   0.31
XYZ36.484234.138443.6962
Yxy34.13840.31910.2986
Hunter Lab58.42819.2115-3.4411
CIE-Lab65.072313.9287-7.7426

#b196ac color RGB value is (177,150,172).

#b196ac hex color red value is 177, green value is 150 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b196ac hue: 0.86 , saturation: 0.15 and the lightness value of b196ac is 0.64.

The process color (four color CMYK) of #b196ac color hex is 0.00, 0.15, 0.03, 0.31. Web safe color of #b196ac is #999999. Color #b196ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010110 10101100
Octal 261 226 254
Decimal 177 150 172
Hex B1 96 AC

RGB Percentages of Color #b196ac

%35.47
%30.06
%34.47

CMYK Percentages of Color #b196ac

%0
%15
%3
%31

Triadic Colors of #b196ac

#b196ac #acb196 #96acb1

Analogous Colors of #b196ac

#b196ac #b1969f #a996b1

Monochromatic Colors of #b196ac

#b196ac

Complementary Color

#b196ac #96b19b

#b196ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b196ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b196ac Color CSS Codes

.mybgcolor {background-color:#b196ac; } 
.myforecolor {color:#b196ac; }
.mybordercolor {border:3px solid #b196ac; }

#b196ac Text Font Color

<p style="color:#b196ac">Text here</p>

This sample text font color is #b196ac
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b196ac Background Color

<div style="background-color:#b196ac">
Div content here</div>

This div background color is #b196ac


#b196ac Border Color

<div style="border:3px solid #b196ac">
Div here</div>

This div border color is #b196ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,150,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b196ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b196ac;
  -webkit-box-shadow: 1px 1px 3px 2px #b196ac;
  box-shadow:         1px 1px 3px 2px #b196ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,150,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b196ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b196ac;
  -webkit-box-shadow: 1px 1px 3px 2px #b196ac;
  box-shadow:         1px 1px 3px 2px #b196ac;">
Div content here</div>

This div box has shadow with color #b196ac


Comments

No comments written yet.

Please login to write comment.