COLOR #BECD6D

HEX: #BECD6D RGB: (190,205,109)

Color info

#BECD6D contains mainly red and green colors. Web safe color of #BECD6D is #CCCC66 (or #CC6).

RGB color model

#BECD6D color RGB value is (190,205,109).

RGB: (190,205,109) (75%, 80%, 43%)

RGB channels and saturation

R 190 of 255 = 75%
G 205 of 255 = 80%
B 109 of 255 = 43%

190
205
109

R + G + B ~ 66%. #BECD6D is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 205 + 109 = 504 (100%)
R 190 of 504 ~ 37.7%
G 205 of 504 ~ 40.67%
B 109 of 504 ~ 21.63'%

%37.7
%40.67
%21.63

CMYK color model

#BECD6D color CMYK value is (7,0,47,20).

  • cyan value is 7.32%
  • magenta value is 0.00%
  • yellow value is 46.83%
  • key color value is 19.61%

CMYK: (7,0,47,20)
C7M0Y47K20 (7%, 0%, 47%, 20%)
(0.07 / 0.00 / 0.47 / 0.20)

CMYK percentages

%7.32
%0
%46.83
%19.61

Codes

Color #BECD6D in popluar color models

BE CD 6D
RGB 190 205 109
HSL 69° 48.98% 61.57%
HSB/HSV 69° 46.83% 80.39%
CMYK 7.32% 0.00% 46.83%
19.61%

Color #BECD6D in popluar number systems.

HEX BE CD 6D
Decimal 190 205 109
Binary 10111110 11001101 1101101
Octal 276 315 155

Shades and tints

Shades of #BECD6D

#BECD6D
(190,205,109)
#ADBB64
(173,187,100)
#9CA95B
(156,169,91)
#8B9752
(139,151,82)
#7A8549
(122,133,73)
#697340
(105,115,64)
#586137
(88,97,55)
#474F2E
(71,79,46)
#363D25
(54,61,37)
#252B1C
(37,43,28)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #BECD6D

#BECD6D
(190,205,109)
#C3D17A
(195,209,122)
#C8D587
(200,213,135)
#CDD994
(205,217,148)
#D2DDA1
(210,221,161)
#D7E1AE
(215,225,174)
#DCE5BB
(220,229,187)
#E1E9C8
(225,233,200)
#E6EDD5
(230,237,213)
#EBF1E2
(235,241,226)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BECD6D color. Also use rgb(190,205,109) instead hex code.

Text Font Color

.myTextColor { color: #BECD6D; }

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

This text font color is #BECD6D.

Background Color

.myBgColor { background-color: #BECD6D; }

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

This div background color is #BECD6D.

Border color

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

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

This div border color is #BECD6D.

Opacity

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

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

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

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

This text has shadow with #BECD6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECD6D.

Preview

Color preview on black background

This text has color #BECD6D on black background.


Color preview on white background

This text has color #BECD6D on white background.


Black color preview on #BECD6D background

This text has black color on #BECD6D background.


White color preview on #BECD6D background

This text has white color on #BECD6D background.


Related colors

Complementary color

Complementary color for #hex is #413292.


I love getcolorcode.com

Triadic colors

1 #6DBECD and #CD6DBE with #BECD6D are triadic colors.

2 #6DCDBE and #CDBE6D with #BECD6D are triadic colors.