Color Hex Logo

#b2b7bb Color Hex

#B2B7BB
(178,183,187)
0 Favorites   0 Comments

Color spaces of #b2b7bb

RGB 178183187
HSL0.570.060.72
HSV207°73°
CMYK 0.050.020.00   0.27
XYZ44.263246.919853.7372
Yxy46.91980.30540.3238
Hunter Lab68.4980-4.52541.4352
CIE-Lab74.1384-0.9685-2.6415

#b2b7bb color RGB value is (178,183,187).

#b2b7bb hex color red value is 178, green value is 183 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b2b7bb hue: 0.57 , saturation: 0.06 and the lightness value of b2b7bb is 0.72.

The process color (four color CMYK) of #b2b7bb color hex is 0.05, 0.02, 0.00, 0.27. Web safe color of #b2b7bb is #99cccc. Color #b2b7bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10110111 10111011
Octal 262 267 273
Decimal 178 183 187
Hex B2 B7 BB

RGB Percentages of Color #b2b7bb

%32.48
%33.39
%34.12

CMYK Percentages of Color #b2b7bb

%5
%2
%0
%27

Triadic Colors of #b2b7bb

#b2b7bb #bbb2b7 #b7bbb2

Analogous Colors of #b2b7bb

#b2b7bb #b2b3bb #b2bbbb

Monochromatic Colors of #b2b7bb

#b2b7bb

Complementary Color

#b2b7bb #bbb6b2

#b2b7bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2b7bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2b7bb Color CSS Codes

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

#b2b7bb Text Font Color

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

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


#b2b7bb Background Color

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

This div background color is #b2b7bb


#b2b7bb Border Color

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

This div border color is #b2b7bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2b7bb

#b2b7bb Color Palettes


Comments

No comments written yet.

Please login to write comment.