Color Hex Logo

#bbbeb7 Color Hex

#BBBEB7
(187,190,183)
0 Favorites   0 Comments

Color spaces of #bbbeb7

RGB 187190183
HSL0.240.050.73
HSV86°75°
CMYK 0.020.000.04   0.25
XYZ47.454250.810652.1061
Yxy50.81060.31560.3379
Hunter Lab71.2816-5.91016.5567
CIE-Lab76.5641-2.32613.1563

#bbbeb7 color RGB value is (187,190,183).

#bbbeb7 hex color red value is 187, green value is 190 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #bbbeb7 hue: 0.24 , saturation: 0.05 and the lightness value of bbbeb7 is 0.73.

The process color (four color CMYK) of #bbbeb7 color hex is 0.02, 0.00, 0.04, 0.25. Web safe color of #bbbeb7 is #cccccc. Color #bbbeb7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 10110111
Octal 273 276 267
Decimal 187 190 183
Hex BB BE B7

RGB Percentages of Color #bbbeb7

%33.39
%33.93
%32.68

CMYK Percentages of Color #bbbeb7

%2
%0
%4
%25

Triadic Colors of #bbbeb7

#bbbeb7 #b7bbbe #beb7bb

Analogous Colors of #bbbeb7

#bbbeb7 #b8beb7 #bebeb7

Monochromatic Colors of #bbbeb7

#bbbeb7

Complementary Color

#bbbeb7 #bab7be

#bbbeb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbeb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbeb7 Color CSS Codes

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

#bbbeb7 Text Font Color

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

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


#bbbeb7 Background Color

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

This div background color is #bbbeb7


#bbbeb7 Border Color

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

This div border color is #bbbeb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbeb7


Comments

No comments written yet.

Please login to write comment.