COLOR #BECF93

HEX: #BECF93 RGB: (190,207,147)

Color info

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

RGB color model

#BECF93 color RGB value is (190,207,147).

RGB: (190,207,147) (75%, 81%, 58%)

RGB channels and saturation

R 190 of 255 = 75%
G 207 of 255 = 81%
B 147 of 255 = 58%

190
207
147

R + G + B ~ 71%. #BECF93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 207 + 147 = 544 (100%)
R 190 of 544 ~ 34.93%
G 207 of 544 ~ 38.05%
B 147 of 544 ~ 27.02'%

%34.93
%38.05
%27.02

CMYK color model

#BECF93 color CMYK value is (8,0,29,19).

  • cyan value is 8.21%
  • magenta value is 0.00%
  • yellow value is 28.99%
  • key color value is 18.82%

CMYK: (8,0,29,19)
C8M0Y29K19 (8%, 0%, 29%, 19%)
(0.08 / 0.00 / 0.29 / 0.19)

CMYK percentages

%8.21
%0
%28.99
%18.82

Codes

Color #BECF93 in popluar color models

BE CF 93
RGB 190 207 147
HSL 77° 38.46% 69.41%
HSB/HSV 77° 28.99% 81.18%
CMYK 8.21% 0.00% 28.99%
18.82%

Color #BECF93 in popluar number systems.

HEX BE CF 93
Decimal 190 207 147
Binary 10111110 11001111 10010011
Octal 276 317 223

Shades and tints

Shades of #BECF93

#BECF93
(190,207,147)
#ADBD86
(173,189,134)
#9CAB79
(156,171,121)
#8B996C
(139,153,108)
#7A875F
(122,135,95)
#697552
(105,117,82)
#586345
(88,99,69)
#475138
(71,81,56)
#363F2B
(54,63,43)
#252D1E
(37,45,30)
#141B11
(20,27,17)
#000000
(0,0,0)

Tints of #BECF93

#BECF93
(190,207,147)
#C3D39C
(195,211,156)
#C8D7A5
(200,215,165)
#CDDBAE
(205,219,174)
#D2DFB7
(210,223,183)
#D7E3C0
(215,227,192)
#DCE7C9
(220,231,201)
#E1EBD2
(225,235,210)
#E6EFDB
(230,239,219)
#EBF3E4
(235,243,228)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BECF93 color. Also use rgb(190,207,147) instead hex code.

Text Font Color

.myTextColor { color: #BECF93; }

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

This text font color is #BECF93.

Background Color

.myBgColor { background-color: #BECF93; }

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

This div background color is #BECF93.

Border color

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

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

This div border color is #BECF93.

Opacity

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

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

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

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

This text has shadow with #BECF93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECF93.

Preview

Color preview on black background

This text has color #BECF93 on black background.


Color preview on white background

This text has color #BECF93 on white background.


Black color preview on #BECF93 background

This text has black color on #BECF93 background.


White color preview on #BECF93 background

This text has white color on #BECF93 background.


Related colors

Complementary color

Complementary color for #hex is #41306C.


I love getcolorcode.com

Triadic colors

1 #93BECF and #CF93BE with #BECF93 are triadic colors.

2 #93CFBE and #CFBE93 with #BECF93 are triadic colors.