COLOR #BEC2BF

HEX: #BEC2BF RGB: (190,194,191)

Color info

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

RGB color model

#BEC2BF color RGB value is (190,194,191).

RGB: (190,194,191) (75%, 76%, 75%)

RGB channels and saturation

R 190 of 255 = 75%
G 194 of 255 = 76%
B 191 of 255 = 75%

190
194
191

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

Portions of RGB colors in percentages

R + G + B = 190 + 194 + 191 = 575 (100%)
R 190 of 575 ~ 33.04%
G 194 of 575 ~ 33.74%
B 191 of 575 ~ 33.22'%

%33.04
%33.74
%33.22

CMYK color model

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

  • cyan value is 2.06%
  • magenta value is 0.00%
  • yellow value is 1.55%
  • key color value is 23.92%
CMYK: (2,0,2,24) C2M0Y2K24 (2%,0%,2%,24%) (0.02/0.00/0.02/0.24) 

CMYK percentages

%2.06
%0
%1.55
%23.92

Codes

Color #BEC2BF in popluar color models

BE C2 BF
RGB 190 194 191
HSL 135° 3.17% 75.29%
HSB/HSV 135° 2.06% 76.08%
CMYK 2.06% 0.00% 1.55%
23.92%

Color #BEC2BF in popluar number systems.

HEX BE C2 BF
Decimal 190 194 191
Binary 10111110 11000010 10111111
Octal 276 302 277

Shades and tints

Shades of #BEC2BF

#BEC2BF
(190,194,191)
#ADB1AE
(173,177,174)
#9CA09D
(156,160,157)
#8B8F8C
(139,143,140)
#7A7E7B
(122,126,123)
#696D6A
(105,109,106)
#585C59
(88,92,89)
#474B48
(71,75,72)
#363A37
(54,58,55)
#252926
(37,41,38)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #BEC2BF

#BEC2BF
(190,194,191)
#C3C7C4
(195,199,196)
#C8CCC9
(200,204,201)
#CDD1CE
(205,209,206)
#D2D6D3
(210,214,211)
#D7DBD8
(215,219,216)
#DCE0DD
(220,224,221)
#E1E5E2
(225,229,226)
#E6EAE7
(230,234,231)
#EBEFEC
(235,239,236)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC2BF; }

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

This text font color is #BEC2BF.

Background Color

.myBgColor { background-color: #BEC2BF; }

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

This div background color is #BEC2BF.

Border color

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

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

This div border color is #BEC2BF.

Opacity

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

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

Text with #BEC2BF 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 #BEC2BF;}

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

This text has shadow with #BEC2BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC2BF.

Preview

Color preview on black background

This text has color #BEC2BF on black background.


Color preview on white background

This text has color #BEC2BF on white background.


Black color preview on #BEC2BF background

This text has black color on #BEC2BF background.


White color preview on #BEC2BF background

This text has white color on #BEC2BF background.


Related colors

Complementary color

Complementary color for #hex is #413D40.


I love getcolorcode.com

Triadic colors

1 #BFBEC2 and #C2BFBE with #BEC2BF are triadic colors.

2 #BFC2BE and #C2BEBF with #BEC2BF are triadic colors.