Color Hex Logo

#b9bdab Color Hex

#B9BDAB
(185,189,171)
0 Favorites   0 Comments

Color spaces of #b9bdab

RGB 185189171
HSL0.200.120.71
HSV73°10°74°
CMYK 0.020.000.10   0.26
XYZ45.555949.649845.7104
Yxy49.64980.32330.3523
Hunter Lab70.4626-7.904710.8613
CIE-Lab75.8538-4.62568.6135

#b9bdab color RGB value is (185,189,171).

#b9bdab hex color red value is 185, green value is 189 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b9bdab hue: 0.20 , saturation: 0.12 and the lightness value of b9bdab is 0.71.

The process color (four color CMYK) of #b9bdab color hex is 0.02, 0.00, 0.10, 0.26. Web safe color of #b9bdab is #cccc99. Color #b9bdab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111101 10101011
Octal 271 275 253
Decimal 185 189 171
Hex B9 BD AB

RGB Percentages of Color #b9bdab

%33.94
%34.68
%31.38

CMYK Percentages of Color #b9bdab

%2
%0
%10
%26

Triadic Colors of #b9bdab

#b9bdab #abb9bd #bdabb9

Analogous Colors of #b9bdab

#b9bdab #b0bdab #bdb8ab

Monochromatic Colors of #b9bdab

#b9bdab

Complementary Color

#b9bdab #afabbd

#b9bdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9bdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9bdab Color CSS Codes

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

#b9bdab Text Font Color

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

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


#b9bdab Background Color

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

This div background color is #b9bdab


#b9bdab Border Color

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

This div border color is #b9bdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9bdab


Comments

No comments written yet.

Please login to write comment.