COLOR #BEC2CA

HEX: #BEC2CA
RGB: (190,194,202)

Color info

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

RGB color model

#BEC2CA color RGB value is (190,194,202).

  • red value is 190;
  • green value is 194;
  • blue value is 202.
RGB:
(190,194,202)
(75%,76%,79%)

RGB channels and saturation

R 190 of 255 = 75%
G 194 of 255 = 76%
B 202 of 255 = 79%

190
194
202

R + G + B ~ 77%. #BEC2CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 194 + 202 = 586 (100%)
R 190 of 586 ~ 32.42%
G 194 of 586 ~ 33.11%
B 202 of 586 ~ 34.47%

%32.42
%33.11
%34.47

CMYK color model

#BEC2CA color CMYK value is (6,4,0,21).

  • cyan value is 5.94%
  • magenta value is 3.96%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(6,4,0,21)
C6M4Y0K21 
(6%,4%,0%,21%)
(0.06/0.04/0.00/0.21)	

CMYK percentages

%5.94
%3.96
%0
%20.78

Codes

Color #BEC2CA in popluar color models

BEC2CA
RGB190194202
HSL220°10.17%76.86%
HSB/HSV220°5.94%79.22%
CMYK5.94%3.96%0.00%
20.78%

Color #BEC2CA in popluar number systems.

HEXBEC2CA
Decimal190194202
Binary101111101100001011001010
Octal276302312

Shades and tints

Shades of #BEC2CA

#BEC2CA
(190,194,202)
#ADB1B8
(173,177,184)
#9CA0A6
(156,160,166)
#8B8F94
(139,143,148)
#7A7E82
(122,126,130)
#696D70
(105,109,112)
#585C5E
(88,92,94)
#474B4C
(71,75,76)
#363A3A
(54,58,58)
#252928
(37,41,40)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #BEC2CA

#BEC2CA
(190,194,202)
#C3C7CE
(195,199,206)
#C8CCD2
(200,204,210)
#CDD1D6
(205,209,214)
#D2D6DA
(210,214,218)
#D7DBDE
(215,219,222)
#DCE0E2
(220,224,226)
#E1E5E6
(225,229,230)
#E6EAEA
(230,234,234)
#EBEFEE
(235,239,238)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC2CA; }

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

This text font color is #BEC2CA.


Background Color

.myBgColor { background-color: #BEC2CA; }

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

This div background color is #BEC2CA.


Border color

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

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

This div border color is #BEC2CA.


Opacity

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

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

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

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

This text has shadow with #BEC2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC2CA on black background.


Color preview on white background

This text has color #BEC2CA on white background.



Black color preview on #BEC2CA background

This text has black color on #BEC2CA background.


White color preview on #BEC2CA background

This text has white color on #BEC2CA background.