Color Hex Logo

#b0baaf Color Hex

#B0BAAF
(176,186,175)
0 Favorites   0 Comments

Color spaces of #b0baaf

RGB 176186175
HSL0.320.070.71
HSV115°73°
CMYK 0.050.000.06   0.27
XYZ43.201347.443147.4379
Yxy47.44310.31290.3436
Hunter Lab68.8790-8.58197.3814
CIE-Lab74.4723-5.53204.3684

#b0baaf color RGB value is (176,186,175).

#b0baaf hex color red value is 176, green value is 186 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b0baaf hue: 0.32 , saturation: 0.07 and the lightness value of b0baaf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10111010 10101111
Octal 260 272 257
Decimal 176 186 175
Hex B0 BA AF

RGB Percentages of Color #b0baaf

%32.77
%34.64
%32.59

CMYK Percentages of Color #b0baaf

%5
%0
%6
%27

Triadic Colors of #b0baaf

#b0baaf #afb0ba #baafb0

Analogous Colors of #b0baaf

#b0baaf #afbab4 #b6baaf

Monochromatic Colors of #b0baaf

#b0baaf

Complementary Color

#b0baaf #b9afba

#b0baaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0baaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0baaf Color CSS Codes

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

#b0baaf Text Font Color

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

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


#b0baaf Background Color

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

This div background color is #b0baaf


#b0baaf Border Color

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

This div border color is #b0baaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0baaf


Comments

No comments written yet.

Please login to write comment.