Color Hex Logo

#b5bdbc Color Hex

#B5BDBC
(181,189,188)
0 Favorites   0 Comments

Color spaces of #b5bdbc

RGB 181189188
HSL0.480.060.73
HSV173°74°
CMYK 0.040.000.01   0.26
XYZ46.330849.849854.7570
Yxy49.84980.30700.3303
Hunter Lab70.6044-6.42553.4409
CIE-Lab75.9770-2.9503-0.4652

#b5bdbc color RGB value is (181,189,188).

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

The process color (four color CMYK) of #b5bdbc color hex is 0.04, 0.00, 0.01, 0.26. Web safe color of #b5bdbc is #cccccc. Color #b5bdbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111101 10111100
Octal 265 275 274
Decimal 181 189 188
Hex B5 BD BC

RGB Percentages of Color #b5bdbc

%32.44
%33.87
%33.69

CMYK Percentages of Color #b5bdbc

%4
%0
%1
%26

Triadic Colors of #b5bdbc

#b5bdbc #bcb5bd #bdbcb5

Analogous Colors of #b5bdbc

#b5bdbc #b5babd #b5bdb8

Monochromatic Colors of #b5bdbc

#b5bdbc

Complementary Color

#b5bdbc #bdb5b6

#b5bdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5bdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5bdbc Color CSS Codes

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

#b5bdbc Text Font Color

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

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


#b5bdbc Background Color

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

This div background color is #b5bdbc


#b5bdbc Border Color

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

This div border color is #b5bdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5bdbc


Comments

No comments written yet.

Please login to write comment.