COLOR #BECE55

HEX: #BECE55 RGB: (190,206,85)

Color info

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

RGB color model

#BECE55 color RGB value is (190,206,85).

RGB: (190,206,85) (75%, 81%, 33%)

RGB channels and saturation

R 190 of 255 = 75%
G 206 of 255 = 81%
B 85 of 255 = 33%

190
206
85

R + G + B ~ 63%. #BECE55 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 206 + 85 = 481 (100%)
R 190 of 481 ~ 39.5%
G 206 of 481 ~ 42.83%
B 85 of 481 ~ 17.67'%

%39.5
%42.83
%17.67

CMYK color model

#BECE55 color CMYK value is (8,0,59,19).

  • cyan value is 7.77%
  • magenta value is 0.00%
  • yellow value is 58.74%
  • key color value is 19.22%

CMYK: (8,0,59,19)
C8M0Y59K19 (8%, 0%, 59%, 19%)
(0.08 / 0.00 / 0.59 / 0.19)

CMYK percentages

%7.77
%0
%58.74
%19.22

Codes

Color #BECE55 in popluar color models

BE CE 55
RGB 190 206 85
HSL 68° 55.25% 57.06%
HSB/HSV 68° 58.74% 80.78%
CMYK 7.77% 0.00% 58.74%
19.22%

Color #BECE55 in popluar number systems.

HEX BE CE 55
Decimal 190 206 85
Binary 10111110 11001110 1010101
Octal 276 316 125

Shades and tints

Shades of #BECE55

#BECE55
(190,206,85)
#ADBC4E
(173,188,78)
#9CAA47
(156,170,71)
#8B9840
(139,152,64)
#7A8639
(122,134,57)
#697432
(105,116,50)
#58622B
(88,98,43)
#475024
(71,80,36)
#363E1D
(54,62,29)
#252C16
(37,44,22)
#141A0F
(20,26,15)
#000000
(0,0,0)

Tints of #BECE55

#BECE55
(190,206,85)
#C3D264
(195,210,100)
#C8D673
(200,214,115)
#CDDA82
(205,218,130)
#D2DE91
(210,222,145)
#D7E2A0
(215,226,160)
#DCE6AF
(220,230,175)
#E1EABE
(225,234,190)
#E6EECD
(230,238,205)
#EBF2DC
(235,242,220)
#F0F6EB
(240,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BECE55 color. Also use rgb(190,206,85) instead hex code.

Text Font Color

.myTextColor { color: #BECE55; }

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

This text font color is #BECE55.

Background Color

.myBgColor { background-color: #BECE55; }

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

This div background color is #BECE55.

Border color

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

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

This div border color is #BECE55.

Opacity

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

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

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

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

This text has shadow with #BECE55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BECE55.

Preview

Color preview on black background

This text has color #BECE55 on black background.


Color preview on white background

This text has color #BECE55 on white background.


Black color preview on #BECE55 background

This text has black color on #BECE55 background.


White color preview on #BECE55 background

This text has white color on #BECE55 background.


Related colors

Complementary color

Complementary color for #hex is #4131AA.


I love getcolorcode.com

Triadic colors

1 #55BECE and #CE55BE with #BECE55 are triadic colors.

2 #55CEBE and #CEBE55 with #BECE55 are triadic colors.