Color Hex Logo

#bebbac Color Hex

#BEBBAC
(190,187,172)
0 Favorites   0 Comments

Color spaces of #bebbac

RGB 190187172
HSL0.140.120.71
HSV50°75°
CMYK 0.000.020.09   0.25
XYZ46.451949.466446.1294
Yxy49.46640.32700.3482
Hunter Lab70.3324-5.189010.3457
CIE-Lab75.7406-1.58887.9621

#bebbac color RGB value is (190,187,172).

#bebbac hex color red value is 190, green value is 187 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bebbac hue: 0.14 , saturation: 0.12 and the lightness value of bebbac is 0.71.

The process color (four color CMYK) of #bebbac color hex is 0.00, 0.02, 0.09, 0.25. Web safe color of #bebbac is #cccc99. Color #bebbac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111011 10101100
Octal 276 273 254
Decimal 190 187 172
Hex BE BB AC

RGB Percentages of Color #bebbac

%34.61
%34.06
%31.33

CMYK Percentages of Color #bebbac

%0
%2
%9
%25

Triadic Colors of #bebbac

#bebbac #acbebb #bbacbe

Analogous Colors of #bebbac

#bebbac #b8beac #beb2ac

Monochromatic Colors of #bebbac

#bebbac

Complementary Color

#bebbac #acafbe

#bebbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebbac Color CSS Codes

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

#bebbac Text Font Color

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

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


#bebbac Background Color

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

This div background color is #bebbac


#bebbac Border Color

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

This div border color is #bebbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebbac


Comments

No comments written yet.

Please login to write comment.