Color Hex Logo

#b6bdab Color Hex

#B6BDAB
(182,189,171)
0 Favorites   0 Comments

Color spaces of #b6bdab

RGB 182189171
HSL0.230.120.71
HSV83°10°74°
CMYK 0.040.000.10   0.26
XYZ44.839749.280545.6769
Yxy49.28050.32070.3525
Hunter Lab70.2001-8.834810.5620
CIE-Lab75.6255-5.70298.2565

#b6bdab color RGB value is (182,189,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111101 10101011
Octal 266 275 253
Decimal 182 189 171
Hex B6 BD AB

RGB Percentages of Color #b6bdab

%33.58
%34.87
%31.55

CMYK Percentages of Color #b6bdab

%4
%0
%10
%26

Triadic Colors of #b6bdab

#b6bdab #abb6bd #bdabb6

Analogous Colors of #b6bdab

#b6bdab #adbdab #bdbbab

Monochromatic Colors of #b6bdab

#b6bdab

Complementary Color

#b6bdab #b2abbd

#b6bdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6bdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6bdab Color CSS Codes

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

#b6bdab Text Font Color

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

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


#b6bdab Background Color

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

This div background color is #b6bdab


#b6bdab Border Color

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

This div border color is #b6bdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6bdab

#b6bdab Color Palettes


Comments

No comments written yet.

Please login to write comment.