Color Hex Logo

#bec1bb Color Hex

#BEC1BB
(190,193,187)
0 Favorites   0 Comments

Color spaces of #bec1bb

RGB 190193187
HSL0.250.050.75
HSV90°76°
CMYK 0.020.000.03   0.24
XYZ49.274852.674954.5839
Yxy52.67490.31480.3365
Hunter Lab72.5775-5.82216.2135
CIE-Lab77.6827-2.13822.6434

#bec1bb color RGB value is (190,193,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000001 10111011
Octal 276 301 273
Decimal 190 193 187
Hex BE C1 BB

RGB Percentages of Color #bec1bb

%33.33
%33.86
%32.81

CMYK Percentages of Color #bec1bb

%2
%0
%3
%24

Triadic Colors of #bec1bb

#bec1bb #bbbec1 #c1bbbe

Analogous Colors of #bec1bb

#bec1bb #bbc1bb #c1c1bb

Monochromatic Colors of #bec1bb

#bec1bb

Complementary Color

#bec1bb #bebbc1

#bec1bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec1bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec1bb Color CSS Codes

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

#bec1bb Text Font Color

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

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


#bec1bb Background Color

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

This div background color is #bec1bb


#bec1bb Border Color

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

This div border color is #bec1bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec1bb


Comments

No comments written yet.

Please login to write comment.