Color Hex Logo

#b0bfaa Color Hex

#B0BFAA
(176,191,170)
0 Favorites   0 Comments

Color spaces of #b0bfaa

RGB 176191170
HSL0.290.140.71
HSV103°11°75°
CMYK 0.080.000.11   0.25
XYZ43.791049.394045.2562
Yxy49.39400.31630.3568
Hunter Lab70.2809-11.770711.0178
CIE-Lab75.6958-9.06438.8387

#b0bfaa color RGB value is (176,191,170).

#b0bfaa hex color red value is 176, green value is 191 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b0bfaa hue: 0.29 , saturation: 0.14 and the lightness value of b0bfaa is 0.71.

The process color (four color CMYK) of #b0bfaa color hex is 0.08, 0.00, 0.11, 0.25. Web safe color of #b0bfaa is #99cc99. Color #b0bfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10111111 10101010
Octal 260 277 252
Decimal 176 191 170
Hex B0 BF AA

RGB Percentages of Color #b0bfaa

%32.77
%35.57
%31.66

CMYK Percentages of Color #b0bfaa

%8
%0
%11
%25

Triadic Colors of #b0bfaa

#b0bfaa #aab0bf #bfaab0

Analogous Colors of #b0bfaa

#b0bfaa #aabfaf #bbbfaa

Monochromatic Colors of #b0bfaa

#b0bfaa

Complementary Color

#b0bfaa #b9aabf

#b0bfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0bfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0bfaa Color CSS Codes

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

#b0bfaa Text Font Color

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

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


#b0bfaa Background Color

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

This div background color is #b0bfaa


#b0bfaa Border Color

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

This div border color is #b0bfaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,191,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0bfaa


Comments

No comments written yet.

Please login to write comment.