COLOR #BECD85

HEX: #BECD85 RGB: (190,205,133)

Color info

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

RGB color model

#BECD85 color RGB value is (190,205,133).

RGB: (190,205,133) (75%, 80%, 52%)

RGB channels and saturation

R 190 of 255 = 75%
G 205 of 255 = 80%
B 133 of 255 = 52%

190
205
133

R + G + B ~ 69%. #BECD85 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 205 + 133 = 528 (100%)
R 190 of 528 ~ 35.98%
G 205 of 528 ~ 38.83%
B 133 of 528 ~ 25.19'%

%35.98
%38.83
%25.19

CMYK color model

#BECD85 color CMYK value is (7,0,35,20).

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

CMYK: (7,0,35,20)
C7M0Y35K20 (7%, 0%, 35%, 20%)
(0.07 / 0.00 / 0.35 / 0.20)

CMYK percentages

%7.32
%0
%35.12
%19.61

Codes

Color #BECD85 in popluar color models

BE CD 85
RGB 190 205 133
HSL 73° 41.86% 66.27%
HSB/HSV 73° 35.12% 80.39%
CMYK 7.32% 0.00% 35.12%
19.61%

Color #BECD85 in popluar number systems.

HEX BE CD 85
Decimal 190 205 133
Binary 10111110 11001101 10000101
Octal 276 315 205

Shades and tints

Shades of #BECD85

#BECD85
(190,205,133)
#ADBB79
(173,187,121)
#9CA96D
(156,169,109)
#8B9761
(139,151,97)
#7A8555
(122,133,85)
#697349
(105,115,73)
#58613D
(88,97,61)
#474F31
(71,79,49)
#363D25
(54,61,37)
#252B19
(37,43,25)
#14190D
(20,25,13)
#000000
(0,0,0)

Tints of #BECD85

#BECD85
(190,205,133)
#C3D190
(195,209,144)
#C8D59B
(200,213,155)
#CDD9A6
(205,217,166)
#D2DDB1
(210,221,177)
#D7E1BC
(215,225,188)
#DCE5C7
(220,229,199)
#E1E9D2
(225,233,210)
#E6EDDD
(230,237,221)
#EBF1E8
(235,241,232)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECD85; }

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

This text font color is #BECD85.

Background Color

.myBgColor { background-color: #BECD85; }

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

This div background color is #BECD85.

Border color

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

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

This div border color is #BECD85.

Opacity

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

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

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

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

This text has shadow with #BECD85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECD85.

Preview

Color preview on black background

This text has color #BECD85 on black background.


Color preview on white background

This text has color #BECD85 on white background.


Black color preview on #BECD85 background

This text has black color on #BECD85 background.


White color preview on #BECD85 background

This text has white color on #BECD85 background.


Related colors

Complementary color

Complementary color for #hex is #41327A.


I love getcolorcode.com

Triadic colors

1 #85BECD and #CD85BE with #BECD85 are triadic colors.

2 #85CDBE and #CDBE85 with #BECD85 are triadic colors.