Color Hex Logo

#b0bdbd Color Hex

#B0BDBD
(176,189,189)
1 Favorites   0 Comments

Color spaces of #b0bdbd

RGB 176189189
HSL0.500.090.72
HSV180°74°
CMYK 0.070.000.00   0.26
XYZ45.287449.299455.2730
Yxy49.29940.30220.3290
Hunter Lab70.2135-7.74202.4756
CIE-Lab75.6372-4.4622-1.5490

#b0bdbd color RGB value is (176,189,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10111101 10111101
Octal 260 275 275
Decimal 176 189 189
Hex B0 BD BD

RGB Percentages of Color #b0bdbd

%31.77
%34.12
%34.12

CMYK Percentages of Color #b0bdbd

%7
%0
%0
%26

Triadic Colors of #b0bdbd

#b0bdbd #bdb0bd #bdbdb0

Analogous Colors of #b0bdbd

#b0bdbd #b0b7bd #b0bdb7

Monochromatic Colors of #b0bdbd

#b0bdbd

Complementary Color

#b0bdbd #bdb0b0

#b0bdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0bdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0bdbd Color CSS Codes

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

#b0bdbd Text Font Color

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

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


#b0bdbd Background Color

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

This div background color is #b0bdbd


#b0bdbd Border Color

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

This div border color is #b0bdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0bdbd


Comments

No comments written yet.

Please login to write comment.