Color Hex Logo

#bec3bb Color Hex

#BEC3BB
(190,195,187)
0 Favorites   0 Comments

Color spaces of #bec3bb

RGB 190195187
HSL0.270.060.75
HSV98°76°
CMYK 0.030.000.04   0.24
XYZ49.720053.565254.7323
Yxy53.56520.31460.3390
Hunter Lab73.1883-6.81656.8930
CIE-Lab78.2075-3.19443.4045

#bec3bb color RGB value is (190,195,187).

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

The process color (four color CMYK) of #bec3bb color hex is 0.03, 0.00, 0.04, 0.24. Web safe color of #bec3bb is #cccccc. Color #bec3bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000011 10111011
Octal 276 303 273
Decimal 190 195 187
Hex BE C3 BB

RGB Percentages of Color #bec3bb

%33.22
%34.09
%32.69

CMYK Percentages of Color #bec3bb

%3
%0
%4
%24

Triadic Colors of #bec3bb

#bec3bb #bbbec3 #c3bbbe

Analogous Colors of #bec3bb

#bec3bb #bbc3bc #c2c3bb

Monochromatic Colors of #bec3bb

#bec3bb

Complementary Color

#bec3bb #c0bbc3

#bec3bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec3bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec3bb Color CSS Codes

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

#bec3bb Text Font Color

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

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


#bec3bb Background Color

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

This div background color is #bec3bb


#bec3bb Border Color

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

This div border color is #bec3bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec3bb


Comments

No comments written yet.

Please login to write comment.