Color Hex Logo

#bebfbb Color Hex

#BEBFBB
(190,191,187)
0 Favorites   0 Comments

Color spaces of #bebfbb

RGB 190191187
HSL0.210.030.74
HSV75°75°
CMYK 0.010.000.02   0.25
XYZ48.835651.796654.4375
Yxy51.79660.31490.3340
Hunter Lab71.9699-4.82495.5324
CIE-Lab77.1591-1.07821.8828

#bebfbb color RGB value is (190,191,187).

#bebfbb hex color red value is 190, green value is 191 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bebfbb hue: 0.21 , saturation: 0.03 and the lightness value of bebfbb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111111 10111011
Octal 276 277 273
Decimal 190 191 187
Hex BE BF BB

RGB Percentages of Color #bebfbb

%33.45
%33.63
%32.92

CMYK Percentages of Color #bebfbb

%1
%0
%2
%25

Triadic Colors of #bebfbb

#bebfbb #bbbebf #bfbbbe

Analogous Colors of #bebfbb

#bebfbb #bcbfbb #bfbebb

Monochromatic Colors of #bebfbb

#bebfbb

Complementary Color

#bebfbb #bcbbbf

#bebfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebfbb Color CSS Codes

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

#bebfbb Text Font Color

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

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


#bebfbb Background Color

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

This div background color is #bebfbb


#bebfbb Border Color

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

This div border color is #bebfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebfbb


Comments

No comments written yet.

Please login to write comment.