COLOR #BEC0C2

HEX: #BEC0C2 RGB: (190,192,194)

Color info

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

RGB color model

#BEC0C2 color RGB value is (190,192,194).

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

RGB channels and saturation

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

190
192
194

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

Portions of RGB colors in percentages

R + G + B = 190 + 192 + 194 = 576 (100%)
R 190 of 576 ~ 32.99%
G 192 of 576 ~ 33.33%
B 194 of 576 ~ 33.68'%

%32.99
%33.33
%33.68

CMYK color model

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

  • cyan value is 2.06%
  • magenta value is 1.03%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (2,1,0,24)
C2M1Y0K24 (2%, 1%, 0%, 24%)
(0.02 / 0.01 / 0.00 / 0.24)

CMYK percentages

%2.06
%1.03
%0
%23.92

Codes

Color #BEC0C2 in popluar color models

BE C0 C2
RGB 190 192 194
HSL 210° 3.17% 75.29%
HSB/HSV 210° 2.06% 76.08%
CMYK 2.06% 1.03% 0.00%
23.92%

Color #BEC0C2 in popluar number systems.

HEX BE C0 C2
Decimal 190 192 194
Binary 10111110 11000000 11000010
Octal 276 300 302

Shades and tints

Shades of #BEC0C2

#BEC0C2
(190,192,194)
#ADAFB1
(173,175,177)
#9C9EA0
(156,158,160)
#8B8D8F
(139,141,143)
#7A7C7E
(122,124,126)
#696B6D
(105,107,109)
#585A5C
(88,90,92)
#47494B
(71,73,75)
#36383A
(54,56,58)
#252729
(37,39,41)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #BEC0C2

#BEC0C2
(190,192,194)
#C3C5C7
(195,197,199)
#C8CACC
(200,202,204)
#CDCFD1
(205,207,209)
#D2D4D6
(210,212,214)
#D7D9DB
(215,217,219)
#DCDEE0
(220,222,224)
#E1E3E5
(225,227,229)
#E6E8EA
(230,232,234)
#EBEDEF
(235,237,239)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC0C2; }

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

This text font color is #BEC0C2.

Background Color

.myBgColor { background-color: #BEC0C2; }

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

This div background color is #BEC0C2.

Border color

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

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

This div border color is #BEC0C2.

Opacity

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

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

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

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

This text has shadow with #BEC0C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC0C2.

Preview

Color preview on black background

This text has color #BEC0C2 on black background.


Color preview on white background

This text has color #BEC0C2 on white background.


Black color preview on #BEC0C2 background

This text has black color on #BEC0C2 background.


White color preview on #BEC0C2 background

This text has white color on #BEC0C2 background.


Related colors

Complementary color

Complementary color for #hex is #413F3D.


I love getcolorcode.com

Triadic colors

1 #C2BEC0 and #C0C2BE with #BEC0C2 are triadic colors.

2 #C2C0BE and #C0BEC2 with #BEC0C2 are triadic colors.