Color Hex Logo

#b2bbbe Color Hex

#B2BBBE
(178,187,190)
0 Favorites   0 Comments

Color spaces of #b2bbbe

RGB 178187190
HSL0.540.080.72
HSV195°75°
CMYK 0.060.020.00   0.25
XYZ45.424748.723355.7256
Yxy48.72330.30310.3251
Hunter Lab69.8021-5.99221.5280
CIE-Lab75.2789-2.5234-2.6011

#b2bbbe color RGB value is (178,187,190).

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

The process color (four color CMYK) of #b2bbbe color hex is 0.06, 0.02, 0.00, 0.25. Web safe color of #b2bbbe is #99cccc. Color #b2bbbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111011 10111110
Octal 262 273 276
Decimal 178 187 190
Hex B2 BB BE

RGB Percentages of Color #b2bbbe

%32.07
%33.69
%34.23

CMYK Percentages of Color #b2bbbe

%6
%2
%0
%25

Triadic Colors of #b2bbbe

#b2bbbe #beb2bb #bbbeb2

Analogous Colors of #b2bbbe

#b2bbbe #b2b5be #b2bebb

Monochromatic Colors of #b2bbbe

#b2bbbe

Complementary Color

#b2bbbe #beb5b2

#b2bbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2bbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2bbbe Color CSS Codes

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

#b2bbbe Text Font Color

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

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


#b2bbbe Background Color

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

This div background color is #b2bbbe


#b2bbbe Border Color

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

This div border color is #b2bbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2bbbe


Comments

No comments written yet.

Please login to write comment.