Color Hex Logo

#b199ac Color Hex

#B199AC
(177,153,172)
0 Favorites   0 Comments

Color spaces of #b199ac

RGB 177153172
HSL0.870.130.65
HSV313°14°69°
CMYK 0.000.140.03   0.31
XYZ36.969135.108143.8578
Yxy35.10810.31890.3028
Hunter Lab59.25217.6802-2.4094
CIE-Lab65.832712.2536-6.6131

#b199ac color RGB value is (177,153,172).

#b199ac hex color red value is 177, green value is 153 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b199ac hue: 0.87 , saturation: 0.13 and the lightness value of b199ac is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011001 10101100
Octal 261 231 254
Decimal 177 153 172
Hex B1 99 AC

RGB Percentages of Color #b199ac

%35.26
%30.48
%34.26

CMYK Percentages of Color #b199ac

%0
%14
%3
%31

Triadic Colors of #b199ac

#b199ac #acb199 #99acb1

Analogous Colors of #b199ac

#b199ac #b199a0 #aa99b1

Monochromatic Colors of #b199ac

#b199ac

Complementary Color

#b199ac #99b19e

#b199ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b199ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b199ac Color CSS Codes

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

#b199ac Text Font Color

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

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


#b199ac Background Color

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

This div background color is #b199ac


#b199ac Border Color

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

This div border color is #b199ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b199ac


Comments

No comments written yet.

Please login to write comment.