Color Hex Logo

#b1acbb Color Hex

#B1ACBB
(177,172,187)
0 Favorites   0 Comments

Color spaces of #b1acbb

RGB 177172187
HSL0.720.100.70
HSV260°73°
CMYK 0.050.080.00   0.27
XYZ41.853642.440052.9995
Yxy42.44000.30480.3091
Hunter Lab65.14600.6734-2.6332
CIE-Lab71.17324.6483-7.0274

#b1acbb color RGB value is (177,172,187).

#b1acbb hex color red value is 177, green value is 172 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b1acbb hue: 0.72 , saturation: 0.10 and the lightness value of b1acbb is 0.70.

The process color (four color CMYK) of #b1acbb color hex is 0.05, 0.08, 0.00, 0.27. Web safe color of #b1acbb is #9999cc. Color #b1acbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101100 10111011
Octal 261 254 273
Decimal 177 172 187
Hex B1 AC BB

RGB Percentages of Color #b1acbb

%33.02
%32.09
%34.89

CMYK Percentages of Color #b1acbb

%5
%8
%0
%27

Triadic Colors of #b1acbb

#b1acbb #bbb1ac #acbbb1

Analogous Colors of #b1acbb

#b1acbb #b9acbb #acafbb

Monochromatic Colors of #b1acbb

#b1acbb

Complementary Color

#b1acbb #b6bbac

#b1acbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1acbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1acbb Color CSS Codes

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

#b1acbb Text Font Color

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

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


#b1acbb Background Color

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

This div background color is #b1acbb


#b1acbb Border Color

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

This div border color is #b1acbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1acbb


Comments

No comments written yet.

Please login to write comment.