Color Hex Logo

#b199aa Color Hex

#B199AA
(177,153,170)
0 Favorites   0 Comments

Color spaces of #b199aa

RGB 177153170
HSL0.880.130.65
HSV318°14°69°
CMYK 0.000.140.04   0.31
XYZ36.778435.031942.8536
Yxy35.03190.32070.3055
Hunter Lab59.18787.3387-1.4962
CIE-Lab65.773511.8803-5.5792

#b199aa color RGB value is (177,153,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011001 10101010
Octal 261 231 252
Decimal 177 153 170
Hex B1 99 AA

RGB Percentages of Color #b199aa

%35.40
%30.60
%34.00

CMYK Percentages of Color #b199aa

%0
%14
%4
%31

Triadic Colors of #b199aa

#b199aa #aab199 #99aab1

Analogous Colors of #b199aa

#b199aa #b1999e #ac99b1

Monochromatic Colors of #b199aa

#b199aa

Complementary Color

#b199aa #99b1a0

#b199aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b199aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b199aa Color CSS Codes

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

#b199aa Text Font Color

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

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


#b199aa Background Color

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

This div background color is #b199aa


#b199aa Border Color

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

This div border color is #b199aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b199aa


Comments

No comments written yet.

Please login to write comment.