Color Hex Logo

#b19cbf Color Hex

#B19CBF
(177,156,191)
0 Favorites   0 Comments

Color spaces of #b19cbf

RGB 177156191
HSL0.770.210.68
HSV276°18°75°
CMYK 0.070.180.00   0.25
XYZ39.423936.885654.3320
Yxy36.88560.30180.2823
Hunter Lab60.73359.5859-10.5272
CIE-Lab67.191114.3045-15.2007

#b19cbf color RGB value is (177,156,191).

#b19cbf hex color red value is 177, green value is 156 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b19cbf hue: 0.77 , saturation: 0.21 and the lightness value of b19cbf is 0.68.

The process color (four color CMYK) of #b19cbf color hex is 0.07, 0.18, 0.00, 0.25. Web safe color of #b19cbf is #9999cc. Color #b19cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10011100 10111111
Octal 261 234 277
Decimal 177 156 191
Hex B1 9C BF

RGB Percentages of Color #b19cbf

%33.78
%29.77
%36.45

CMYK Percentages of Color #b19cbf

%7
%18
%0
%25

Triadic Colors of #b19cbf

#b19cbf #bfb19c #9cbfb1

Analogous Colors of #b19cbf

#b19cbf #bf9cbc #a09cbf

Monochromatic Colors of #b19cbf

#b19cbf

Complementary Color

#b19cbf #aabf9c

#b19cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b19cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b19cbf Color CSS Codes

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

#b19cbf Text Font Color

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

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


#b19cbf Background Color

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

This div background color is #b19cbf


#b19cbf Border Color

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

This div border color is #b19cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b19cbf


Comments

No comments written yet.

Please login to write comment.