COLOR #BEC992

HEX: #BEC992 RGB: (190,201,146)

Color info

#BEC992 contains red, green and blue colors in about the same proportion. Web safe color of #BEC992 is #CCCC99 (or #CC9).

RGB color model

#BEC992 color RGB value is (190,201,146).

RGB: (190,201,146) (75%, 79%, 57%)

RGB channels and saturation

R 190 of 255 = 75%
G 201 of 255 = 79%
B 146 of 255 = 57%

190
201
146

R + G + B ~ 70%. #BEC992 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 201 + 146 = 537 (100%)
R 190 of 537 ~ 35.38%
G 201 of 537 ~ 37.43%
B 146 of 537 ~ 27.19'%

%35.38
%37.43
%27.19

CMYK color model

#BEC992 color CMYK value is (5,0,27,21).

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

CMYK: (5,0,27,21)
C5M0Y27K21 (5%, 0%, 27%, 21%)
(0.05 / 0.00 / 0.27 / 0.21)

CMYK percentages

%5.47
%0
%27.36
%21.18

Codes

Color #BEC992 in popluar color models

BE C9 92
RGB 190 201 146
HSL 72° 33.74% 68.04%
HSB/HSV 72° 27.36% 78.82%
CMYK 5.47% 0.00% 27.36%
21.18%

Color #BEC992 in popluar number systems.

HEX BE C9 92
Decimal 190 201 146
Binary 10111110 11001001 10010010
Octal 276 311 222

Shades and tints

Shades of #BEC992

#BEC992
(190,201,146)
#ADB785
(173,183,133)
#9CA578
(156,165,120)
#8B936B
(139,147,107)
#7A815E
(122,129,94)
#696F51
(105,111,81)
#585D44
(88,93,68)
#474B37
(71,75,55)
#36392A
(54,57,42)
#25271D
(37,39,29)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #BEC992

#BEC992
(190,201,146)
#C3CD9B
(195,205,155)
#C8D1A4
(200,209,164)
#CDD5AD
(205,213,173)
#D2D9B6
(210,217,182)
#D7DDBF
(215,221,191)
#DCE1C8
(220,225,200)
#E1E5D1
(225,229,209)
#E6E9DA
(230,233,218)
#EBEDE3
(235,237,227)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC992; }

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

This text font color is #BEC992.

Background Color

.myBgColor { background-color: #BEC992; }

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

This div background color is #BEC992.

Border color

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

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

This div border color is #BEC992.

Opacity

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

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

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

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

This text has shadow with #BEC992 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC992.

Preview

Color preview on black background

This text has color #BEC992 on black background.


Color preview on white background

This text has color #BEC992 on white background.


Black color preview on #BEC992 background

This text has black color on #BEC992 background.


White color preview on #BEC992 background

This text has white color on #BEC992 background.


Related colors

Complementary color

Complementary color for #hex is #41366D.


I love getcolorcode.com

Triadic colors

1 #92BEC9 and #C992BE with #BEC992 are triadic colors.

2 #92C9BE and #C9BE92 with #BEC992 are triadic colors.