COLOR #BEC9C6

HEX: #BEC9C6 RGB: (190,201,198)

Color info

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

RGB color model

#BEC9C6 color RGB value is (190,201,198).

RGB: (190,201,198) (75%, 79%, 78%)

RGB channels and saturation

R 190 of 255 = 75%
G 201 of 255 = 79%
B 198 of 255 = 78%

190
201
198

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

Portions of RGB colors in percentages

R + G + B = 190 + 201 + 198 = 589 (100%)
R 190 of 589 ~ 32.26%
G 201 of 589 ~ 34.13%
B 198 of 589 ~ 33.62'%

%32.26
%34.13
%33.62

CMYK color model

#BEC9C6 color CMYK value is (5,0,1,21).

  • cyan value is 5.47%
  • magenta value is 0.00%
  • yellow value is 1.49%
  • key color value is 21.18%

CMYK: (5,0,1,21)
C5M0Y1K21 (5%, 0%, 1%, 21%)
(0.05 / 0.00 / 0.01 / 0.21)

CMYK percentages

%5.47
%0
%1.49
%21.18

Codes

Color #BEC9C6 in popluar color models

BE C9 C6
RGB 190 201 198
HSL 164° 9.24% 76.67%
HSB/HSV 164° 5.47% 78.82%
CMYK 5.47% 0.00% 1.49%
21.18%

Color #BEC9C6 in popluar number systems.

HEX BE C9 C6
Decimal 190 201 198
Binary 10111110 11001001 11000110
Octal 276 311 306

Shades and tints

Shades of #BEC9C6

#BEC9C6
(190,201,198)
#ADB7B4
(173,183,180)
#9CA5A2
(156,165,162)
#8B9390
(139,147,144)
#7A817E
(122,129,126)
#696F6C
(105,111,108)
#585D5A
(88,93,90)
#474B48
(71,75,72)
#363936
(54,57,54)
#252724
(37,39,36)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #BEC9C6

#BEC9C6
(190,201,198)
#C3CDCB
(195,205,203)
#C8D1D0
(200,209,208)
#CDD5D5
(205,213,213)
#D2D9DA
(210,217,218)
#D7DDDF
(215,221,223)
#DCE1E4
(220,225,228)
#E1E5E9
(225,229,233)
#E6E9EE
(230,233,238)
#EBEDF3
(235,237,243)
#F0F1F8
(240,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC9C6; }

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

This text font color is #BEC9C6.

Background Color

.myBgColor { background-color: #BEC9C6; }

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

This div background color is #BEC9C6.

Border color

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

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

This div border color is #BEC9C6.

Opacity

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

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

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

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

This text has shadow with #BEC9C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC9C6.

Preview

Color preview on black background

This text has color #BEC9C6 on black background.


Color preview on white background

This text has color #BEC9C6 on white background.


Black color preview on #BEC9C6 background

This text has black color on #BEC9C6 background.


White color preview on #BEC9C6 background

This text has white color on #BEC9C6 background.


Related colors

Complementary color

Complementary color for #hex is #413639.


I love getcolorcode.com

Triadic colors

1 #C6BEC9 and #C9C6BE with #BEC9C6 are triadic colors.

2 #C6C9BE and #C9BEC6 with #BEC9C6 are triadic colors.