Color Hex Logo

#b6babb Color Hex

#B6BABB
(182,186,187)
0 Favorites   0 Comments

Color spaces of #b6babb

RGB 182186187
HSL0.530.040.72
HSV192°73°
CMYK 0.030.010.00   0.27
XYZ45.819948.650853.9893
Yxy48.65080.30860.3277
Hunter Lab69.7501-4.80342.9323
CIE-Lab75.2336-1.1977-1.0001

#b6babb color RGB value is (182,186,187).

#b6babb hex color red value is 182, green value is 186 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b6babb hue: 0.53 , saturation: 0.04 and the lightness value of b6babb is 0.72.

The process color (four color CMYK) of #b6babb color hex is 0.03, 0.01, 0.00, 0.27. Web safe color of #b6babb is #cccccc. Color #b6babb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111010 10111011
Octal 266 272 273
Decimal 182 186 187
Hex B6 BA BB

RGB Percentages of Color #b6babb

%32.79
%33.51
%33.69

CMYK Percentages of Color #b6babb

%3
%1
%0
%27

Triadic Colors of #b6babb

#b6babb #bbb6ba #babbb6

Analogous Colors of #b6babb

#b6babb #b6b8bb #b6bbba

Monochromatic Colors of #b6babb

#b6babb

Complementary Color

#b6babb #bbb7b6

#b6babb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6babb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6babb Color CSS Codes

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

#b6babb Text Font Color

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

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


#b6babb Background Color

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

This div background color is #b6babb


#b6babb Border Color

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

This div border color is #b6babb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6babb


Comments

No comments written yet.

Please login to write comment.