Color Hex Logo

#b9bfbc Color Hex

#B9BFBC
(185,191,188)
0 Favorites   0 Comments

Color spaces of #b9bfbc

RGB 185191188
HSL0.420.040.74
HSV150°75°
CMYK 0.030.000.02   0.25
XYZ47.715551.206754.9460
Yxy51.20670.31010.3328
Hunter Lab71.5589-6.20414.5658
CIE-Lab76.8040-2.63350.7780

#b9bfbc color RGB value is (185,191,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111111 10111100
Octal 271 277 274
Decimal 185 191 188
Hex B9 BF BC

RGB Percentages of Color #b9bfbc

%32.80
%33.87
%33.33

CMYK Percentages of Color #b9bfbc

%3
%0
%2
%25

Triadic Colors of #b9bfbc

#b9bfbc #bcb9bf #bfbcb9

Analogous Colors of #b9bfbc

#b9bfbc #b9bfbf #b9bfb9

Monochromatic Colors of #b9bfbc

#b9bfbc

Complementary Color

#b9bfbc #bfb9bc

#b9bfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9bfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9bfbc Color CSS Codes

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

#b9bfbc Text Font Color

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

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


#b9bfbc Background Color

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

This div background color is #b9bfbc


#b9bfbc Border Color

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

This div border color is #b9bfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9bfbc


Comments

No comments written yet.

Please login to write comment.