COLOR #BECD88

HEX: #BECD88 RGB: (190,205,136)

Color info

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

RGB color model

#BECD88 color RGB value is (190,205,136).

RGB: (190,205,136) (75%, 80%, 53%)

RGB channels and saturation

R 190 of 255 = 75%
G 205 of 255 = 80%
B 136 of 255 = 53%

190
205
136

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

Portions of RGB colors in percentages

R + G + B = 190 + 205 + 136 = 531 (100%)
R 190 of 531 ~ 35.78%
G 205 of 531 ~ 38.61%
B 136 of 531 ~ 25.61'%

%35.78
%38.61
%25.61

CMYK color model

#BECD88 color CMYK value is (7,0,34,20).

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

CMYK: (7,0,34,20)
C7M0Y34K20 (7%, 0%, 34%, 20%)
(0.07 / 0.00 / 0.34 / 0.20)

CMYK percentages

%7.32
%0
%33.66
%19.61

Codes

Color #BECD88 in popluar color models

BE CD 88
RGB 190 205 136
HSL 73° 40.83% 66.86%
HSB/HSV 73° 33.66% 80.39%
CMYK 7.32% 0.00% 33.66%
19.61%

Color #BECD88 in popluar number systems.

HEX BE CD 88
Decimal 190 205 136
Binary 10111110 11001101 10001000
Octal 276 315 210

Shades and tints

Shades of #BECD88

#BECD88
(190,205,136)
#ADBB7C
(173,187,124)
#9CA970
(156,169,112)
#8B9764
(139,151,100)
#7A8558
(122,133,88)
#69734C
(105,115,76)
#586140
(88,97,64)
#474F34
(71,79,52)
#363D28
(54,61,40)
#252B1C
(37,43,28)
#141910
(20,25,16)
#000000
(0,0,0)

Tints of #BECD88

#BECD88
(190,205,136)
#C3D192
(195,209,146)
#C8D59C
(200,213,156)
#CDD9A6
(205,217,166)
#D2DDB0
(210,221,176)
#D7E1BA
(215,225,186)
#DCE5C4
(220,229,196)
#E1E9CE
(225,233,206)
#E6EDD8
(230,237,216)
#EBF1E2
(235,241,226)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECD88; }

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

This text font color is #BECD88.

Background Color

.myBgColor { background-color: #BECD88; }

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

This div background color is #BECD88.

Border color

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

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

This div border color is #BECD88.

Opacity

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

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

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

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

This text has shadow with #BECD88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECD88.

Preview

Color preview on black background

This text has color #BECD88 on black background.


Color preview on white background

This text has color #BECD88 on white background.


Black color preview on #BECD88 background

This text has black color on #BECD88 background.


White color preview on #BECD88 background

This text has white color on #BECD88 background.


Related colors

Complementary color

Complementary color for #hex is #413277.


I love getcolorcode.com

Triadic colors

1 #88BECD and #CD88BE with #BECD88 are triadic colors.

2 #88CDBE and #CDBE88 with #BECD88 are triadic colors.