Color Hex Logo

#b9babf Color Hex

#B9BABF
(185,186,191)
0 Favorites   0 Comments

Color spaces of #b9babf

RGB 185186191
HSL0.640.040.74
HSV230°75°
CMYK 0.030.030.00   0.25
XYZ46.970549.193756.3099
Yxy49.19370.30810.3226
Hunter Lab70.1382-3.20321.4963
CIE-Lab75.57170.5995-2.6535

#b9babf color RGB value is (185,186,191).

#b9babf hex color red value is 185, green value is 186 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b9babf hue: 0.64 , saturation: 0.04 and the lightness value of b9babf is 0.74.

The process color (four color CMYK) of #b9babf color hex is 0.03, 0.03, 0.00, 0.25. Web safe color of #b9babf is #cccccc. Color #b9babf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111010 10111111
Octal 271 272 277
Decimal 185 186 191
Hex B9 BA BF

RGB Percentages of Color #b9babf

%32.92
%33.10
%33.99

CMYK Percentages of Color #b9babf

%3
%3
%0
%25

Triadic Colors of #b9babf

#b9babf #bfb9ba #babfb9

Analogous Colors of #b9babf

#b9babf #bbb9bf #b9bdbf

Monochromatic Colors of #b9babf

#b9babf

Complementary Color

#b9babf #bfbeb9

#b9babf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9babf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9babf Color CSS Codes

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

#b9babf Text Font Color

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

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


#b9babf Background Color

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

This div background color is #b9babf


#b9babf Border Color

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

This div border color is #b9babf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9babf


Comments

No comments written yet.

Please login to write comment.