COLOR #BEC9B8

HEX: #BEC9B8 RGB: (190,201,184)

Color info

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

RGB color model

#BEC9B8 color RGB value is (190,201,184).

RGB: (190,201,184) (75%, 79%, 72%)

RGB channels and saturation

R 190 of 255 = 75%
G 201 of 255 = 79%
B 184 of 255 = 72%

190
201
184

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

Portions of RGB colors in percentages

R + G + B = 190 + 201 + 184 = 575 (100%)
R 190 of 575 ~ 33.04%
G 201 of 575 ~ 34.96%
B 184 of 575 ~ 32'%

%33.04
%34.96
%32

CMYK color model

#BEC9B8 color CMYK value is (5,0,8,21).

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

CMYK: (5,0,8,21)
C5M0Y8K21 (5%, 0%, 8%, 21%)
(0.05 / 0.00 / 0.08 / 0.21)

CMYK percentages

%5.47
%0
%8.46
%21.18

Codes

Color #BEC9B8 in popluar color models

BE C9 B8
RGB 190 201 184
HSL 99° 13.60% 75.49%
HSB/HSV 99° 8.46% 78.82%
CMYK 5.47% 0.00% 8.46%
21.18%

Color #BEC9B8 in popluar number systems.

HEX BE C9 B8
Decimal 190 201 184
Binary 10111110 11001001 10111000
Octal 276 311 270

Shades and tints

Shades of #BEC9B8

#BEC9B8
(190,201,184)
#ADB7A8
(173,183,168)
#9CA598
(156,165,152)
#8B9388
(139,147,136)
#7A8178
(122,129,120)
#696F68
(105,111,104)
#585D58
(88,93,88)
#474B48
(71,75,72)
#363938
(54,57,56)
#252728
(37,39,40)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #BEC9B8

#BEC9B8
(190,201,184)
#C3CDBE
(195,205,190)
#C8D1C4
(200,209,196)
#CDD5CA
(205,213,202)
#D2D9D0
(210,217,208)
#D7DDD6
(215,221,214)
#DCE1DC
(220,225,220)
#E1E5E2
(225,229,226)
#E6E9E8
(230,233,232)
#EBEDEE
(235,237,238)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC9B8; }

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

This text font color is #BEC9B8.

Background Color

.myBgColor { background-color: #BEC9B8; }

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

This div background color is #BEC9B8.

Border color

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

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

This div border color is #BEC9B8.

Opacity

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

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

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

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

This text has shadow with #BEC9B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC9B8.

Preview

Color preview on black background

This text has color #BEC9B8 on black background.


Color preview on white background

This text has color #BEC9B8 on white background.


Black color preview on #BEC9B8 background

This text has black color on #BEC9B8 background.


White color preview on #BEC9B8 background

This text has white color on #BEC9B8 background.


Related colors

Complementary color

Complementary color for #hex is #413647.


I love getcolorcode.com

Triadic colors

1 #B8BEC9 and #C9B8BE with #BEC9B8 are triadic colors.

2 #B8C9BE and #C9BEB8 with #BEC9B8 are triadic colors.