COLOR #BEC1BE

HEX: #BEC1BE RGB: (190,193,190)

Color info

#BEC1BE contains red, green and blue colors in about the same proportion. Web safe color of #BEC1BE is #CCCCCC (or #CCC).

RGB color model

#BEC1BE color RGB value is (190,193,190).

RGB: (190,193,190) (75%, 76%, 75%)

RGB channels and saturation

R 190 of 255 = 75%
G 193 of 255 = 76%
B 190 of 255 = 75%

190
193
190

R + G + B ~ 75%. #BEC1BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 193 + 190 = 573 (100%)
R 190 of 573 ~ 33.16%
G 193 of 573 ~ 33.68%
B 190 of 573 ~ 33.16'%

%33.16
%33.68
%33.16

CMYK color model

#BEC1BE color CMYK value is (2,0,2,24).

  • cyan value is 1.55%
  • magenta value is 0.00%
  • yellow value is 1.55%
  • key color value is 24.31%

CMYK: (2,0,2,24)
C2M0Y2K24 (2%, 0%, 2%, 24%)
(0.02 / 0.00 / 0.02 / 0.24)

CMYK percentages

%1.55
%0
%1.55
%24.31

Codes

Color #BEC1BE in popluar color models

BE C1 BE
RGB 190 193 190
HSL 120° 2.36% 75.10%
HSB/HSV 120° 1.55% 75.69%
CMYK 1.55% 0.00% 1.55%
24.31%

Color #BEC1BE in popluar number systems.

HEX BE C1 BE
Decimal 190 193 190
Binary 10111110 11000001 10111110
Octal 276 301 276

Shades and tints

Shades of #BEC1BE

#BEC1BE
(190,193,190)
#ADB0AD
(173,176,173)
#9C9F9C
(156,159,156)
#8B8E8B
(139,142,139)
#7A7D7A
(122,125,122)
#696C69
(105,108,105)
#585B58
(88,91,88)
#474A47
(71,74,71)
#363936
(54,57,54)
#252825
(37,40,37)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #BEC1BE

#BEC1BE
(190,193,190)
#C3C6C3
(195,198,195)
#C8CBC8
(200,203,200)
#CDD0CD
(205,208,205)
#D2D5D2
(210,213,210)
#D7DAD7
(215,218,215)
#DCDFDC
(220,223,220)
#E1E4E1
(225,228,225)
#E6E9E6
(230,233,230)
#EBEEEB
(235,238,235)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC1BE color. Also use rgb(190,193,190) instead hex code.

Text Font Color

.myTextColor { color: #BEC1BE; }

<p style="color:#BEC1BE">This sample text font color is #BEC1BE.</p>

This text font color is #BEC1BE.

Background Color

.myBgColor { background-color: #BEC1BE; }

<div style="background-color:#BEC1BE">Inner text</div>

This div background color is #BEC1BE.

Border color

.myBorderColor { border: 1px solid #BEC1BE; }

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

This div border color is #BEC1BE.

Opacity

.myOpacity80 { color: #BEC1BE; opacity: 0.8; }

<p style="color:#BEC1BE;opacity:0.8;">80%</p>

Text with #BEC1BE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BEC1BE;}

<p style="text-shadow: 3px 3px 1px #BEC1BE">Text here.</p>

This text has shadow with #BEC1BE color.


.textShadow {text-shadow: 3px 3px 1px #BEC1BE', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BEC1BE, 5px 5px 20px red">Text here.</p>

This text has shadow with #BEC1BE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEC1BE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BEC1BE, Direction=45, Strength=4)">Text</p>

This text has shadow with #BEC1BE and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEC1BE;
-webkit-box-shadow: 1px 1px 3px 2px #BEC1BE;
box-shadow: 1px 1px 3px 2px #BEC1BE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEC1BE; -webkit-box-shadow: 1px 1px 3px 2px #BEC1BE; box-shadow:1px 1px 3px 2px #BEC1BE;">
Div content here
</div>

This div box has shadow with color #BEC1BE.

Preview

Color preview on black background

This text has color #BEC1BE on black background.


Color preview on white background

This text has color #BEC1BE on white background.


Black color preview on #BEC1BE background

This text has black color on #BEC1BE background.


White color preview on #BEC1BE background

This text has white color on #BEC1BE background.


Related colors

Complementary color

Complementary color for #hex is #413E41.


I love getcolorcode.com

Triadic colors

1 #BEBEC1 and #C1BEBE with #BEC1BE are triadic colors.

2 #BEC1BE and #C1BEBE with #BEC1BE are triadic colors.