Color Hex Logo

#b199ab Color Hex

#B199AB
(177,153,171)
0 Favorites   0 Comments

Color spaces of #b199ab

RGB 177153171
HSL0.880.130.65
HSV315°14°69°
CMYK 0.000.140.03   0.31
XYZ36.873435.069943.3538
Yxy35.06990.31980.3042
Hunter Lab59.21987.5088-1.9513
CIE-Lab65.803112.0664-6.0963

#b199ab color RGB value is (177,153,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011001 10101011
Octal 261 231 253
Decimal 177 153 171
Hex B1 99 AB

RGB Percentages of Color #b199ab

%35.33
%30.54
%34.13

CMYK Percentages of Color #b199ab

%0
%14
%3
%31

Triadic Colors of #b199ab

#b199ab #abb199 #99abb1

Analogous Colors of #b199ab

#b199ab #b1999f #ab99b1

Monochromatic Colors of #b199ab

#b199ab

Complementary Color

#b199ab #99b19f

#b199ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b199ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b199ab Color CSS Codes

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

#b199ab Text Font Color

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

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


#b199ab Background Color

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

This div background color is #b199ab


#b199ab Border Color

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

This div border color is #b199ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b199ab


Comments

No comments written yet.

Please login to write comment.