Color Hex Logo

#b1abbf Color Hex

#B1ABBF
(177,171,191)
0 Favorites   0 Comments

Color spaces of #b1abbf

RGB 177171191
HSL0.720.140.71
HSV258°10°75°
CMYK 0.070.100.00   0.25
XYZ42.098342.234555.2235
Yxy42.23450.30170.3026
Hunter Lab64.98811.9005-4.8899
CIE-Lab71.03235.9957-9.4409

#b1abbf color RGB value is (177,171,191).

#b1abbf hex color red value is 177, green value is 171 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b1abbf hue: 0.72 , saturation: 0.14 and the lightness value of b1abbf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101011 10111111
Octal 261 253 277
Decimal 177 171 191
Hex B1 AB BF

RGB Percentages of Color #b1abbf

%32.84
%31.73
%35.44

CMYK Percentages of Color #b1abbf

%7
%10
%0
%25

Triadic Colors of #b1abbf

#b1abbf #bfb1ab #abbfb1

Analogous Colors of #b1abbf

#b1abbf #bbabbf #abafbf

Monochromatic Colors of #b1abbf

#b1abbf

Complementary Color

#b1abbf #b9bfab

#b1abbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1abbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1abbf Color CSS Codes

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

#b1abbf Text Font Color

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

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


#b1abbf Background Color

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

This div background color is #b1abbf


#b1abbf Border Color

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

This div border color is #b1abbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1abbf


Comments

No comments written yet.

Please login to write comment.