Color Hex Logo

#b6babd Color Hex

#B6BABD
(182,186,189)
0 Favorites   0 Comments

Color spaces of #b6babd

RGB 182186189
HSL0.570.050.73
HSV206°74°
CMYK 0.040.020.00   0.26
XYZ46.035648.737055.1250
Yxy48.73700.30710.3251
Hunter Lab69.8119-4.46372.0516
CIE-Lab75.2874-0.8156-2.0096

#b6babd color RGB value is (182,186,189).

#b6babd hex color red value is 182, green value is 186 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b6babd hue: 0.57 , saturation: 0.05 and the lightness value of b6babd is 0.73.

The process color (four color CMYK) of #b6babd color hex is 0.04, 0.02, 0.00, 0.26. Web safe color of #b6babd is #cccccc. Color #b6babd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111010 10111101
Octal 266 272 275
Decimal 182 186 189
Hex B6 BA BD

RGB Percentages of Color #b6babd

%32.68
%33.39
%33.93

CMYK Percentages of Color #b6babd

%4
%2
%0
%26

Triadic Colors of #b6babd

#b6babd #bdb6ba #babdb6

Analogous Colors of #b6babd

#b6babd #b6b7bd #b6bdbd

Monochromatic Colors of #b6babd

#b6babd

Complementary Color

#b6babd #bdb9b6

#b6babd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6babd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6babd Color CSS Codes

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

#b6babd Text Font Color

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

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


#b6babd Background Color

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

This div background color is #b6babd


#b6babd Border Color

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

This div border color is #b6babd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6babd

#b6babd Color Palettes


Comments

No comments written yet.

Please login to write comment.