Color Hex Logo

#b1bdbd Color Hex

#B1BDBD
(177,189,189)
0 Favorites   0 Comments

Color spaces of #b1bdbd

RGB 177189189
HSL0.500.080.72
HSV180°74°
CMYK 0.060.000.00   0.26
XYZ45.514449.416455.2836
Yxy49.41640.30300.3290
Hunter Lab70.2968-7.44772.5803
CIE-Lab75.7096-4.1231-1.4343

#b1bdbd color RGB value is (177,189,189).

#b1bdbd hex color red value is 177, green value is 189 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b1bdbd hue: 0.50 , saturation: 0.08 and the lightness value of b1bdbd is 0.72.

The process color (four color CMYK) of #b1bdbd color hex is 0.06, 0.00, 0.00, 0.26. Web safe color of #b1bdbd is #99cccc. Color #b1bdbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111101 10111101
Octal 261 275 275
Decimal 177 189 189
Hex B1 BD BD

RGB Percentages of Color #b1bdbd

%31.89
%34.05
%34.05

CMYK Percentages of Color #b1bdbd

%6
%0
%0
%26

Triadic Colors of #b1bdbd

#b1bdbd #bdb1bd #bdbdb1

Analogous Colors of #b1bdbd

#b1bdbd #b1b7bd #b1bdb7

Monochromatic Colors of #b1bdbd

#b1bdbd

Complementary Color

#b1bdbd #bdb1b1

#b1bdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bdbd Color CSS Codes

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

#b1bdbd Text Font Color

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

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


#b1bdbd Background Color

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

This div background color is #b1bdbd


#b1bdbd Border Color

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

This div border color is #b1bdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1bdbd


Comments

No comments written yet.

Please login to write comment.