Color Hex Logo

#bec4bb Color Hex

#BEC4BB
(190,196,187)
0 Favorites   0 Comments

Color spaces of #bec4bb

RGB 190196187
HSL0.280.070.75
HSV100°77°
CMYK 0.030.000.05   0.23
XYZ49.944854.014954.8072
Yxy54.01490.31460.3402
Hunter Lab73.4948-7.31297.2321
CIE-Lab78.4704-3.72143.7853

#bec4bb color RGB value is (190,196,187).

#bec4bb hex color red value is 190, green value is 196 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bec4bb hue: 0.28 , saturation: 0.07 and the lightness value of bec4bb is 0.75.

The process color (four color CMYK) of #bec4bb color hex is 0.03, 0.00, 0.05, 0.23. Web safe color of #bec4bb is #cccccc. Color #bec4bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000100 10111011
Octal 276 304 273
Decimal 190 196 187
Hex BE C4 BB

RGB Percentages of Color #bec4bb

%33.16
%34.21
%32.64

CMYK Percentages of Color #bec4bb

%3
%0
%5
%23

Triadic Colors of #bec4bb

#bec4bb #bbbec4 #c4bbbe

Analogous Colors of #bec4bb

#bec4bb #bbc4bd #c3c4bb

Monochromatic Colors of #bec4bb

#bec4bb

Complementary Color

#bec4bb #c1bbc4

#bec4bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec4bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec4bb Color CSS Codes

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

#bec4bb Text Font Color

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

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


#bec4bb Background Color

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

This div background color is #bec4bb


#bec4bb Border Color

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

This div border color is #bec4bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,196,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 #bec4bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec4bb


Comments

No comments written yet.

Please login to write comment.