Color Hex Logo

#b0bbac Color Hex

#B0BBAC
(176,187,172)
0 Favorites   0 Comments

Color spaces of #b0bbac

RGB 176187172
HSL0.290.100.70
HSV104°73°
CMYK 0.060.000.08   0.27
XYZ43.121247.749345.9735
Yxy47.74930.31510.3489
Hunter Lab69.1009-9.53678.9244
CIE-Lab74.6665-6.60696.2797

#b0bbac color RGB value is (176,187,172).

#b0bbac hex color red value is 176, green value is 187 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b0bbac hue: 0.29 , saturation: 0.10 and the lightness value of b0bbac is 0.70.

The process color (four color CMYK) of #b0bbac color hex is 0.06, 0.00, 0.08, 0.27. Web safe color of #b0bbac is #99cc99. Color #b0bbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10111011 10101100
Octal 260 273 254
Decimal 176 187 172
Hex B0 BB AC

RGB Percentages of Color #b0bbac

%32.90
%34.95
%32.15

CMYK Percentages of Color #b0bbac

%6
%0
%8
%27

Triadic Colors of #b0bbac

#b0bbac #acb0bb #bbacb0

Analogous Colors of #b0bbac

#b0bbac #acbbb0 #b8bbac

Monochromatic Colors of #b0bbac

#b0bbac

Complementary Color

#b0bbac #b7acbb

#b0bbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0bbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0bbac Color CSS Codes

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

#b0bbac Text Font Color

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

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


#b0bbac Background Color

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

This div background color is #b0bbac


#b0bbac Border Color

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

This div border color is #b0bbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0bbac


Comments

No comments written yet.

Please login to write comment.