COLOR #BEC8BB

HEX: #BEC8BB RGB: (190,200,187)

Color info

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

RGB color model

#BEC8BB color RGB value is (190,200,187).

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

RGB channels and saturation

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

190
200
187

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

Portions of RGB colors in percentages

R + G + B = 190 + 200 + 187 = 577 (100%)
R 190 of 577 ~ 32.93%
G 200 of 577 ~ 34.66%
B 187 of 577 ~ 32.41'%

%32.93
%34.66
%32.41

CMYK color model

#BEC8BB color CMYK value is (5,0,7,22).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 6.50%
  • key color value is 21.57%
CMYK: (5,0,7,22) C5M0Y7K22 (5%,0%,7%,22%) (0.05/0.00/0.07/0.22) 

CMYK percentages

%5
%0
%6.5
%21.57

Codes

Color #BEC8BB in popluar color models

BE C8 BB
RGB 190 200 187
HSL 106° 10.57% 75.88%
HSB/HSV 106° 6.50% 78.43%
CMYK 5.00% 0.00% 6.50%
21.57%

Color #BEC8BB in popluar number systems.

HEX BE C8 BB
Decimal 190 200 187
Binary 10111110 11001000 10111011
Octal 276 310 273

Shades and tints

Shades of #BEC8BB

#BEC8BB
(190,200,187)
#ADB6AA
(173,182,170)
#9CA499
(156,164,153)
#8B9288
(139,146,136)
#7A8077
(122,128,119)
#696E66
(105,110,102)
#585C55
(88,92,85)
#474A44
(71,74,68)
#363833
(54,56,51)
#252622
(37,38,34)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #BEC8BB

#BEC8BB
(190,200,187)
#C3CDC1
(195,205,193)
#C8D2C7
(200,210,199)
#CDD7CD
(205,215,205)
#D2DCD3
(210,220,211)
#D7E1D9
(215,225,217)
#DCE6DF
(220,230,223)
#E1EBE5
(225,235,229)
#E6F0EB
(230,240,235)
#EBF5F1
(235,245,241)
#F0FAF7
(240,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC8BB; }

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

This text font color is #BEC8BB.

Background Color

.myBgColor { background-color: #BEC8BB; }

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

This div background color is #BEC8BB.

Border color

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

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

This div border color is #BEC8BB.

Opacity

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

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

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

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

This text has shadow with #BEC8BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC8BB.

Preview

Color preview on black background

This text has color #BEC8BB on black background.


Color preview on white background

This text has color #BEC8BB on white background.


Black color preview on #BEC8BB background

This text has black color on #BEC8BB background.


White color preview on #BEC8BB background

This text has white color on #BEC8BB background.


Related colors

Complementary color

Complementary color for #hex is #413744.


I love getcolorcode.com

Triadic colors

1 #BBBEC8 and #C8BBBE with #BEC8BB are triadic colors.

2 #BBC8BE and #C8BEBB with #BEC8BB are triadic colors.