Color Hex Logo

#bebcb9 Color Hex

#BEBCB9
(190,188,185)
0 Favorites   0 Comments

Color spaces of #bebcb9

RGB 190188185
HSL0.100.040.74
HSV36°75°
CMYK 0.000.010.03   0.25
XYZ47.975450.416453.1017
Yxy50.41640.31670.3328
Hunter Lab71.0045-3.65135.3623
CIE-Lab76.32410.15531.7525

#bebcb9 color RGB value is (190,188,185).

#bebcb9 hex color red value is 190, green value is 188 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #bebcb9 hue: 0.10 , saturation: 0.04 and the lightness value of bebcb9 is 0.74.

The process color (four color CMYK) of #bebcb9 color hex is 0.00, 0.01, 0.03, 0.25. Web safe color of #bebcb9 is #cccccc. Color #bebcb9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 10111001
Octal 276 274 271
Decimal 190 188 185
Hex BE BC B9

RGB Percentages of Color #bebcb9

%33.75
%33.39
%32.86

CMYK Percentages of Color #bebcb9

%0
%1
%3
%25

Triadic Colors of #bebcb9

#bebcb9 #b9bebc #bcb9be

Analogous Colors of #bebcb9

#bebcb9 #bebeb9 #bebab9

Monochromatic Colors of #bebcb9

#bebcb9

Complementary Color

#bebcb9 #b9bbbe

#bebcb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebcb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebcb9 Color CSS Codes

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

#bebcb9 Text Font Color

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

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


#bebcb9 Background Color

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

This div background color is #bebcb9


#bebcb9 Border Color

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

This div border color is #bebcb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebcb9


Comments

No comments written yet.

Please login to write comment.