COLOR #BECF91

HEX: #BECF91
RGB: (190,207,145)

Color info

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

RGB color model

#BECF91 color RGB value is (190,207,145).

  • red value is 190;
  • green value is 207;
  • blue value is 145.
RGB:
(190,207,145)
(75%,81%,57%)

RGB channels and saturation

R 190 of 255 = 75%
G 207 of 255 = 81%
B 145 of 255 = 57%

190
207
145

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

Portions of RGB colors in percentages

R + G + B =
190 + 207 + 145 = 542 (100%)
R 190 of 542 ~ 35.06%
G 207 of 542 ~ 38.19%
B 145 of 542 ~ 26.75%

%35.06
%38.19
%26.75

CMYK color model

#BECF91 color CMYK value is (8,0,30,19).

  • cyan value is 8.21%
  • magenta value is 0.00%
  • yellow value is 29.95%
  • key color value is 18.82%
CMYK:
(8,0,30,19)
C8M0Y30K19 
(8%,0%,30%,19%)
(0.08/0.00/0.30/0.19)	

CMYK percentages

%8.21
%0
%29.95
%18.82

Codes

Color #BECF91 in popluar color models

BECF91
RGB190207145
HSL76°39.24%69.02%
HSB/HSV76°29.95%81.18%
CMYK8.21%0.00%29.95%
18.82%

Color #BECF91 in popluar number systems.

HEXBECF91
Decimal190207145
Binary101111101100111110010001
Octal276317221

Shades and tints

Shades of #BECF91

#BECF91
(190,207,145)
#ADBD84
(173,189,132)
#9CAB77
(156,171,119)
#8B996A
(139,153,106)
#7A875D
(122,135,93)
#697550
(105,117,80)
#586343
(88,99,67)
#475136
(71,81,54)
#363F29
(54,63,41)
#252D1C
(37,45,28)
#141B0F
(20,27,15)
#000000
(0,0,0)

Tints of #BECF91

#BECF91
(190,207,145)
#C3D39B
(195,211,155)
#C8D7A5
(200,215,165)
#CDDBAF
(205,219,175)
#D2DFB9
(210,223,185)
#D7E3C3
(215,227,195)
#DCE7CD
(220,231,205)
#E1EBD7
(225,235,215)
#E6EFE1
(230,239,225)
#EBF3EB
(235,243,235)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECF91; }

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

This text font color is #BECF91.


Background Color

.myBgColor { background-color: #BECF91; }

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

This div background color is #BECF91.


Border color

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

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

This div border color is #BECF91.


Opacity

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

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

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

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

This text has shadow with #BECF91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BECF91 on black background.


Color preview on white background

This text has color #BECF91 on white background.



Black color preview on #BECF91 background

This text has black color on #BECF91 background.


White color preview on #BECF91 background

This text has white color on #BECF91 background.