Color Hex Logo

#bec8be Color Hex

#BEC8BE
(190,200,190)
0 Favorites   0 Comments

Color spaces of #bec8be

RGB 190200190
HSL0.330.080.76
HSV120°78°
CMYK 0.050.000.05   0.22
XYZ51.183755.973456.8215
Yxy55.97340.31210.3413
Hunter Lab74.8154-8.80917.3406
CIE-Lab79.5987-5.27563.8049

#bec8be color RGB value is (190,200,190).

#bec8be hex color red value is 190, green value is 200 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bec8be hue: 0.33 , saturation: 0.08 and the lightness value of bec8be is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001000 10111110
Octal 276 310 276
Decimal 190 200 190
Hex BE C8 BE

RGB Percentages of Color #bec8be

%32.76
%34.48
%32.76

CMYK Percentages of Color #bec8be

%5
%0
%5
%22

Triadic Colors of #bec8be

#bec8be #bebec8 #c8bebe

Analogous Colors of #bec8be

#bec8be #bec8c3 #c3c8be

Monochromatic Colors of #bec8be

#bec8be

Complementary Color

#bec8be #c8bec8

#bec8be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec8be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec8be Color CSS Codes

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

#bec8be Text Font Color

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

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


#bec8be Background Color

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

This div background color is #bec8be


#bec8be Border Color

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

This div border color is #bec8be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec8be


Comments

No comments written yet.

Please login to write comment.