Color Hex Logo

#b4bcbd Color Hex

#B4BCBD
(180,188,189)
0 Favorites   0 Comments

Color spaces of #b4bcbd

RGB 180188189
HSL0.520.060.72
HSV187°74°
CMYK 0.050.010.00   0.26
XYZ45.990949.343955.2444
Yxy49.34390.30540.3277
Hunter Lab70.2452-6.06172.5430
CIE-Lab75.6648-2.5693-1.4739

#b4bcbd color RGB value is (180,188,189).

#b4bcbd hex color red value is 180, green value is 188 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b4bcbd hue: 0.52 , saturation: 0.06 and the lightness value of b4bcbd is 0.72.

The process color (four color CMYK) of #b4bcbd color hex is 0.05, 0.01, 0.00, 0.26. Web safe color of #b4bcbd is #cccccc. Color #b4bcbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111100 10111101
Octal 264 274 275
Decimal 180 188 189
Hex B4 BC BD

RGB Percentages of Color #b4bcbd

%32.32
%33.75
%33.93

CMYK Percentages of Color #b4bcbd

%5
%1
%0
%26

Triadic Colors of #b4bcbd

#b4bcbd #bdb4bc #bcbdb4

Analogous Colors of #b4bcbd

#b4bcbd #b4b8bd #b4bdba

Monochromatic Colors of #b4bcbd

#b4bcbd

Complementary Color

#b4bcbd #bdb5b4

#b4bcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4bcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4bcbd Color CSS Codes

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

#b4bcbd Text Font Color

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

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


#b4bcbd Background Color

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

This div background color is #b4bcbd


#b4bcbd Border Color

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

This div border color is #b4bcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4bcbd


Comments

No comments written yet.

Please login to write comment.