COLOR #BEC3CF

HEX: #BEC3CF RGB: (190,195,207)

Color info

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

RGB color model

#BEC3CF color RGB value is (190,195,207).

RGB: (190,195,207) (75%, 76%, 81%)

RGB channels and saturation

R 190 of 255 = 75%
G 195 of 255 = 76%
B 207 of 255 = 81%

190
195
207

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

Portions of RGB colors in percentages

R + G + B = 190 + 195 + 207 = 592 (100%)
R 190 of 592 ~ 32.09%
G 195 of 592 ~ 32.94%
B 207 of 592 ~ 34.97'%

%32.09
%32.94
%34.97

CMYK color model

#BEC3CF color CMYK value is (8,6,0,19).

  • cyan value is 8.21%
  • magenta value is 5.80%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (8,6,0,19) C8M6Y0K19 (8%,6%,0%,19%) (0.08/0.06/0.00/0.19) 

CMYK percentages

%8.21
%5.8
%0
%18.82

Codes

Color #BEC3CF in popluar color models

BE C3 CF
RGB 190 195 207
HSL 222° 15.04% 77.84%
HSB/HSV 222° 8.21% 81.18%
CMYK 8.21% 5.80% 0.00%
18.82%

Color #BEC3CF in popluar number systems.

HEX BE C3 CF
Decimal 190 195 207
Binary 10111110 11000011 11001111
Octal 276 303 317

Shades and tints

Shades of #BEC3CF

#BEC3CF
(190,195,207)
#ADB2BD
(173,178,189)
#9CA1AB
(156,161,171)
#8B9099
(139,144,153)
#7A7F87
(122,127,135)
#696E75
(105,110,117)
#585D63
(88,93,99)
#474C51
(71,76,81)
#363B3F
(54,59,63)
#252A2D
(37,42,45)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #BEC3CF

#BEC3CF
(190,195,207)
#C3C8D3
(195,200,211)
#C8CDD7
(200,205,215)
#CDD2DB
(205,210,219)
#D2D7DF
(210,215,223)
#D7DCE3
(215,220,227)
#DCE1E7
(220,225,231)
#E1E6EB
(225,230,235)
#E6EBEF
(230,235,239)
#EBF0F3
(235,240,243)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC3CF; }

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

This text font color is #BEC3CF.

Background Color

.myBgColor { background-color: #BEC3CF; }

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

This div background color is #BEC3CF.

Border color

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

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

This div border color is #BEC3CF.

Opacity

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

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

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

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

This text has shadow with #BEC3CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC3CF.

Preview

Color preview on black background

This text has color #BEC3CF on black background.


Color preview on white background

This text has color #BEC3CF on white background.


Black color preview on #BEC3CF background

This text has black color on #BEC3CF background.


White color preview on #BEC3CF background

This text has white color on #BEC3CF background.


Related colors

Complementary color

Complementary color for #hex is #413C30.


I love getcolorcode.com

Triadic colors

1 #CFBEC3 and #C3CFBE with #BEC3CF are triadic colors.

2 #CFC3BE and #C3BECF with #BEC3CF are triadic colors.