Color Hex Logo

#b696ac Color Hex

#B696AC
(182,150,172)
0 Favorites   0 Comments

Color spaces of #b696ac

RGB 182150172
HSL0.890.180.65
HSV319°18°71°
CMYK 0.000.180.05   0.29
XYZ37.644134.736343.7504
Yxy34.73630.32420.2991
Hunter Lab58.937510.8695-2.7558
CIE-Lab65.542815.7111-6.9922

#b696ac color RGB value is (182,150,172).

#b696ac hex color red value is 182, green value is 150 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b696ac hue: 0.89 , saturation: 0.18 and the lightness value of b696ac is 0.65.

The process color (four color CMYK) of #b696ac color hex is 0.00, 0.18, 0.05, 0.29. Web safe color of #b696ac is #cc9999. Color #b696ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010110 10101100
Octal 266 226 254
Decimal 182 150 172
Hex B6 96 AC

RGB Percentages of Color #b696ac

%36.11
%29.76
%34.13

CMYK Percentages of Color #b696ac

%0
%18
%5
%29

Triadic Colors of #b696ac

#b696ac #acb696 #96acb6

Analogous Colors of #b696ac

#b696ac #b6969c #b096b6

Monochromatic Colors of #b696ac

#b696ac

Complementary Color

#b696ac #96b6a0

#b696ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b696ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b696ac Color CSS Codes

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

#b696ac Text Font Color

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

This sample text font color is #b696ac
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.


#b696ac Background Color

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

This div background color is #b696ac


#b696ac Border Color

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

This div border color is #b696ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,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 #b696ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b696ac


Comments

No comments written yet.

Please login to write comment.