COLOR #BEC6BB

HEX: #BEC6BB RGB: (190,198,187)

Color info

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

RGB color model

#BEC6BB color RGB value is (190,198,187).

RGB: (190,198,187) (75%, 78%, 73%)

RGB channels and saturation

R 190 of 255 = 75%
G 198 of 255 = 78%
B 187 of 255 = 73%

190
198
187

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

Portions of RGB colors in percentages

R + G + B = 190 + 198 + 187 = 575 (100%)
R 190 of 575 ~ 33.04%
G 198 of 575 ~ 34.43%
B 187 of 575 ~ 32.52'%

%33.04
%34.43
%32.52

CMYK color model

#BEC6BB color CMYK value is (4,0,6,22).

  • cyan value is 4.04%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 22.35%

CMYK: (4,0,6,22)
C4M0Y6K22 (4%, 0%, 6%, 22%)
(0.04 / 0.00 / 0.06 / 0.22)

CMYK percentages

%4.04
%0
%5.56
%22.35

Codes

Color #BEC6BB in popluar color models

BE C6 BB
RGB 190 198 187
HSL 104° 8.80% 75.49%
HSB/HSV 104° 5.56% 77.65%
CMYK 4.04% 0.00% 5.56%
22.35%

Color #BEC6BB in popluar number systems.

HEX BE C6 BB
Decimal 190 198 187
Binary 10111110 11000110 10111011
Octal 276 306 273

Shades and tints

Shades of #BEC6BB

#BEC6BB
(190,198,187)
#ADB4AA
(173,180,170)
#9CA299
(156,162,153)
#8B9088
(139,144,136)
#7A7E77
(122,126,119)
#696C66
(105,108,102)
#585A55
(88,90,85)
#474844
(71,72,68)
#363633
(54,54,51)
#252422
(37,36,34)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #BEC6BB

#BEC6BB
(190,198,187)
#C3CBC1
(195,203,193)
#C8D0C7
(200,208,199)
#CDD5CD
(205,213,205)
#D2DAD3
(210,218,211)
#D7DFD9
(215,223,217)
#DCE4DF
(220,228,223)
#E1E9E5
(225,233,229)
#E6EEEB
(230,238,235)
#EBF3F1
(235,243,241)
#F0F8F7
(240,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC6BB; }

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

This text font color is #BEC6BB.

Background Color

.myBgColor { background-color: #BEC6BB; }

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

This div background color is #BEC6BB.

Border color

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

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

This div border color is #BEC6BB.

Opacity

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

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

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

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

This text has shadow with #BEC6BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC6BB.

Preview

Color preview on black background

This text has color #BEC6BB on black background.


Color preview on white background

This text has color #BEC6BB on white background.


Black color preview on #BEC6BB background

This text has black color on #BEC6BB background.


White color preview on #BEC6BB background

This text has white color on #BEC6BB background.


Related colors

Complementary color

Complementary color for #hex is #413944.


I love getcolorcode.com

Triadic colors

1 #BBBEC6 and #C6BBBE with #BEC6BB are triadic colors.

2 #BBC6BE and #C6BEBB with #BEC6BB are triadic colors.