COLOR #BEC6B8

HEX: #BEC6B8 RGB: (190,198,184)

Color info

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

RGB color model

#BEC6B8 color RGB value is (190,198,184).

RGB: (190,198,184) (75%, 78%, 72%)

RGB channels and saturation

R 190 of 255 = 75%
G 198 of 255 = 78%
B 184 of 255 = 72%

190
198
184

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

Portions of RGB colors in percentages

R + G + B = 190 + 198 + 184 = 572 (100%)
R 190 of 572 ~ 33.22%
G 198 of 572 ~ 34.62%
B 184 of 572 ~ 32.17'%

%33.22
%34.62
%32.17

CMYK color model

#BEC6B8 color CMYK value is (4,0,7,22).

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

CMYK: (4,0,7,22)
C4M0Y7K22 (4%, 0%, 7%, 22%)
(0.04 / 0.00 / 0.07 / 0.22)

CMYK percentages

%4.04
%0
%7.07
%22.35

Codes

Color #BEC6B8 in popluar color models

BE C6 B8
RGB 190 198 184
HSL 94° 10.94% 74.90%
HSB/HSV 94° 7.07% 77.65%
CMYK 4.04% 0.00% 7.07%
22.35%

Color #BEC6B8 in popluar number systems.

HEX BE C6 B8
Decimal 190 198 184
Binary 10111110 11000110 10111000
Octal 276 306 270

Shades and tints

Shades of #BEC6B8

#BEC6B8
(190,198,184)
#ADB4A8
(173,180,168)
#9CA298
(156,162,152)
#8B9088
(139,144,136)
#7A7E78
(122,126,120)
#696C68
(105,108,104)
#585A58
(88,90,88)
#474848
(71,72,72)
#363638
(54,54,56)
#252428
(37,36,40)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #BEC6B8

#BEC6B8
(190,198,184)
#C3CBBE
(195,203,190)
#C8D0C4
(200,208,196)
#CDD5CA
(205,213,202)
#D2DAD0
(210,218,208)
#D7DFD6
(215,223,214)
#DCE4DC
(220,228,220)
#E1E9E2
(225,233,226)
#E6EEE8
(230,238,232)
#EBF3EE
(235,243,238)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC6B8; }

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

This text font color is #BEC6B8.

Background Color

.myBgColor { background-color: #BEC6B8; }

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

This div background color is #BEC6B8.

Border color

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

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

This div border color is #BEC6B8.

Opacity

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

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

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

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

This text has shadow with #BEC6B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC6B8.

Preview

Color preview on black background

This text has color #BEC6B8 on black background.


Color preview on white background

This text has color #BEC6B8 on white background.


Black color preview on #BEC6B8 background

This text has black color on #BEC6B8 background.


White color preview on #BEC6B8 background

This text has white color on #BEC6B8 background.


Related colors

Complementary color

Complementary color for #hex is #413947.


I love getcolorcode.com

Triadic colors

1 #B8BEC6 and #C6B8BE with #BEC6B8 are triadic colors.

2 #B8C6BE and #C6BEB8 with #BEC6B8 are triadic colors.