COLOR #BEC284

HEX: #BEC284
RGB: (190,194,132)

Color info

#BEC284 contains mainly red and green colors. Web safe color of #BEC284 is #CCCC99 (or #CC9).

RGB color model

#BEC284 color RGB value is (190,194,132).

  • red value is 190;
  • green value is 194;
  • blue value is 132.
RGB:
(190,194,132)
(75%,76%,52%)

RGB channels and saturation

R 190 of 255 = 75%
G 194 of 255 = 76%
B 132 of 255 = 52%

190
194
132

R + G + B ~ 68%. #BEC284 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 194 + 132 = 516 (100%)
R 190 of 516 ~ 36.82%
G 194 of 516 ~ 37.6%
B 132 of 516 ~ 25.58%

%36.82
%37.6
%25.58

CMYK color model

#BEC284 color CMYK value is (2,0,32,24).

  • cyan value is 2.06%
  • magenta value is 0.00%
  • yellow value is 31.96%
  • key color value is 23.92%
CMYK:
(2,0,32,24)
C2M0Y32K24 
(2%,0%,32%,24%)
(0.02/0.00/0.32/0.24)	

CMYK percentages

%2.06
%0
%31.96
%23.92

Codes

Color #BEC284 in popluar color models

BEC284
RGB190194132
HSL64°33.70%63.92%
HSB/HSV64°31.96%76.08%
CMYK2.06%0.00%31.96%
23.92%

Color #BEC284 in popluar number systems.

HEXBEC284
Decimal190194132
Binary101111101100001010000100
Octal276302204

Shades and tints

Shades of #BEC284

#BEC284
(190,194,132)
#ADB178
(173,177,120)
#9CA06C
(156,160,108)
#8B8F60
(139,143,96)
#7A7E54
(122,126,84)
#696D48
(105,109,72)
#585C3C
(88,92,60)
#474B30
(71,75,48)
#363A24
(54,58,36)
#252918
(37,41,24)
#14180C
(20,24,12)
#000000
(0,0,0)

Tints of #BEC284

#BEC284
(190,194,132)
#C3C78F
(195,199,143)
#C8CC9A
(200,204,154)
#CDD1A5
(205,209,165)
#D2D6B0
(210,214,176)
#D7DBBB
(215,219,187)
#DCE0C6
(220,224,198)
#E1E5D1
(225,229,209)
#E6EADC
(230,234,220)
#EBEFE7
(235,239,231)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC284 color. Also use rgb(190,194,132) instead hex code.

Text Font Color

.myTextColor { color: #BEC284; }

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

This text font color is #BEC284.


Background Color

.myBgColor { background-color: #BEC284; }

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

This div background color is #BEC284.


Border color

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

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

This div border color is #BEC284.


Opacity

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

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

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

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

This text has shadow with #BEC284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEC284 on black background.


Color preview on white background

This text has color #BEC284 on white background.



Black color preview on #BEC284 background

This text has black color on #BEC284 background.


White color preview on #BEC284 background

This text has white color on #BEC284 background.