Color Hex Logo

#b5bfbd Color Hex

#B5BFBD
(181,191,189)
0 Favorites   0 Comments

Color spaces of #b5bfbd

RGB 181191189
HSL0.470.070.73
HSV168°75°
CMYK 0.050.000.01   0.25
XYZ46.872250.759555.4712
Yxy50.75950.30610.3315
Hunter Lab71.2457-7.24573.7094
CIE-Lab76.5331-3.8206-0.1948

#b5bfbd color RGB value is (181,191,189).

#b5bfbd hex color red value is 181, green value is 191 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b5bfbd hue: 0.47 , saturation: 0.07 and the lightness value of b5bfbd is 0.73.

The process color (four color CMYK) of #b5bfbd color hex is 0.05, 0.00, 0.01, 0.25. Web safe color of #b5bfbd is #cccccc. Color #b5bfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111111 10111101
Octal 265 277 275
Decimal 181 191 189
Hex B5 BF BD

RGB Percentages of Color #b5bfbd

%32.26
%34.05
%33.69

CMYK Percentages of Color #b5bfbd

%5
%0
%1
%25

Triadic Colors of #b5bfbd

#b5bfbd #bdb5bf #bfbdb5

Analogous Colors of #b5bfbd

#b5bfbd #b5bcbf #b5bfb8

Monochromatic Colors of #b5bfbd

#b5bfbd

Complementary Color

#b5bfbd #bfb5b7

#b5bfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5bfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5bfbd Color CSS Codes

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

#b5bfbd Text Font Color

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

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


#b5bfbd Background Color

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

This div background color is #b5bfbd


#b5bfbd Border Color

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

This div border color is #b5bfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5bfbd

#b5bfbd Color Palettes


Comments

No comments written yet.

Please login to write comment.