#bec6c6

#bec6c6 color hex

#bec6c6 hex color information.
RGB value of #bec6c6 is (190,198,198)
Change page background color to #bec6c6 | Reset

#bec6c6 rgb color chart

Color spaces of #bec6c6

RGB 190198198
HSL0.500.070.76
HSV180°78°
CMYK 0.040.000.00   0.22
XYZ51.622355.412561.4010
Yxy55.41250.30650.3290
Hunter Lab74.4396-6.48323.2027
CIE-Lab79.2783-2.7360-0.9620

Shades of #bec6c6

Tints of #bec6c6

RGB Percentages of Color #bec6c6

%32.42
%33.79
%33.79

CMYK Percentages of Color #bec6c6

%4
%0
%0
%22

#bec6c6 Color Info

#bec6c6 hex color red value is 190, green value is 198 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #bec6c6 hue: 0.50 , saturation: 0.07 and the lightness value of bec6c6 is 0.76.

The process color (four color CMYK) of #bec6c6 hex color is 0.04, 0.00, 0.00, 0.22. Web safe color of #bec6c6 is #cccccc

Color #bec6c6 contains mostly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000110 11000110
Octal 276 306 306
Decimal 190 198 198
Hexadecimal BE C6 C6

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #bec6c6

Triadic Colors of #bec6c6

#bec6c6 #c5bec5 #c5c5be

Analogous Colors of #bec6c6

#bec6c6 #bec2c5 #bec5c2

Complementary Color of #bec6c6

#bec6c6 #c5bebe

#bec6c6 HSL Color Chart
#bec6c6 hsl color chart
#bec6c6 RGB Color Chart

#bec6c6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec6c6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec6c6 Color CSS Codes

.mybgcolor {background-color:#bec6c6; } 
.myforecolor {color:#bec6c6; }
.mybordercolor {border:3px solid #bec6c6; }
Sample text font color #bec6c6

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

html code
<p style="color:#bec6c6">Text here</p>
#bec6c6 background color

This div background color is #bec6c6

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

This div border color is #bec6c6

<div style="border:3px solid #bec6c6">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #bec6c6 Color Sample
#bec6c6border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(190,198,198, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #bec6c6; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #bec6c6;
  -webkit-box-shadow: 1px 1px 3px 2px #bec6c6;
  box-shadow:         1px 1px 3px 2px #bec6c6; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,198,198, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bec6c6">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #bec6c6

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top