Color Hex Logo

#b6bdac Color Hex

#B6BDAC
(182,189,172)
0 Favorites   0 Comments

Color spaces of #b6bdac

RGB 182189172
HSL0.240.110.71
HSV85°74°
CMYK 0.040.000.09   0.26
XYZ44.935449.318846.1809
Yxy49.31880.32000.3512
Hunter Lab70.2273-8.683510.1705
CIE-Lab75.6492-5.52857.7487

#b6bdac color RGB value is (182,189,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111101 10101100
Octal 266 275 254
Decimal 182 189 172
Hex B6 BD AC

RGB Percentages of Color #b6bdac

%33.52
%34.81
%31.68

CMYK Percentages of Color #b6bdac

%4
%0
%9
%26

Triadic Colors of #b6bdac

#b6bdac #acb6bd #bdacb6

Analogous Colors of #b6bdac

#b6bdac #aebdac #bdbcac

Monochromatic Colors of #b6bdac

#b6bdac

Complementary Color

#b6bdac #b3acbd

#b6bdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6bdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6bdac Color CSS Codes

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

#b6bdac Text Font Color

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

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


#b6bdac Background Color

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

This div background color is #b6bdac


#b6bdac Border Color

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

This div border color is #b6bdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6bdac

#b6bdac Color Palettes


Comments

No comments written yet.

Please login to write comment.