Color Hex Logo

#b2bfa7 Color Hex

#B2BFA7
(178,191,167)
0 Favorites   0 Comments

Color spaces of #b2bfa7

RGB 178191167
HSL0.260.160.70
HSV93°13°75°
CMYK 0.070.000.13   0.25
XYZ43.966049.516643.7996
Yxy49.51660.32030.3607
Hunter Lab70.3680-11.617112.3534
CIE-Lab75.7716-8.877310.5882

#b2bfa7 color RGB value is (178,191,167).

#b2bfa7 hex color red value is 178, green value is 191 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #b2bfa7 hue: 0.26 , saturation: 0.16 and the lightness value of b2bfa7 is 0.70.

The process color (four color CMYK) of #b2bfa7 color hex is 0.07, 0.00, 0.13, 0.25. Web safe color of #b2bfa7 is #99cc99. Color #b2bfa7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111111 10100111
Octal 262 277 247
Decimal 178 191 167
Hex B2 BF A7

RGB Percentages of Color #b2bfa7

%33.21
%35.63
%31.16

CMYK Percentages of Color #b2bfa7

%7
%0
%13
%25

Triadic Colors of #b2bfa7

#b2bfa7 #a7b2bf #bfa7b2

Analogous Colors of #b2bfa7

#b2bfa7 #a7bfa8 #bebfa7

Monochromatic Colors of #b2bfa7

#b2bfa7

Complementary Color

#b2bfa7 #b4a7bf

#b2bfa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2bfa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2bfa7 Color CSS Codes

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

#b2bfa7 Text Font Color

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

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


#b2bfa7 Background Color

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

This div background color is #b2bfa7


#b2bfa7 Border Color

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

This div border color is #b2bfa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2bfa7


Comments

No comments written yet.

Please login to write comment.