COLOR #BEC092

HEX: #BEC092 RGB: (190,192,146)

Color info

#BEC092 contains red, green and blue colors in about the same proportion. Web safe color of #BEC092 is #CCCC99 (or #CC9).

RGB color model

#BEC092 color RGB value is (190,192,146).

RGB: (190,192,146) (75%, 75%, 57%)

RGB channels and saturation

R 190 of 255 = 75%
G 192 of 255 = 75%
B 146 of 255 = 57%

190
192
146

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

Portions of RGB colors in percentages

R + G + B = 190 + 192 + 146 = 528 (100%)
R 190 of 528 ~ 35.98%
G 192 of 528 ~ 36.36%
B 146 of 528 ~ 27.65'%

%35.98
%36.36
%27.65

CMYK color model

#BEC092 color CMYK value is (1,0,24,25).

  • cyan value is 1.04%
  • magenta value is 0.00%
  • yellow value is 23.96%
  • key color value is 24.71%

CMYK: (1,0,24,25)
C1M0Y24K25 (1%, 0%, 24%, 25%)
(0.01 / 0.00 / 0.24 / 0.25)

CMYK percentages

%1.04
%0
%23.96
%24.71

Codes

Color #BEC092 in popluar color models

BE C0 92
RGB 190 192 146
HSL 63° 26.74% 66.27%
HSB/HSV 63° 23.96% 75.29%
CMYK 1.04% 0.00% 23.96%
24.71%

Color #BEC092 in popluar number systems.

HEX BE C0 92
Decimal 190 192 146
Binary 10111110 11000000 10010010
Octal 276 300 222

Shades and tints

Shades of #BEC092

#BEC092
(190,192,146)
#ADAF85
(173,175,133)
#9C9E78
(156,158,120)
#8B8D6B
(139,141,107)
#7A7C5E
(122,124,94)
#696B51
(105,107,81)
#585A44
(88,90,68)
#474937
(71,73,55)
#36382A
(54,56,42)
#25271D
(37,39,29)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #BEC092

#BEC092
(190,192,146)
#C3C59B
(195,197,155)
#C8CAA4
(200,202,164)
#CDCFAD
(205,207,173)
#D2D4B6
(210,212,182)
#D7D9BF
(215,217,191)
#DCDEC8
(220,222,200)
#E1E3D1
(225,227,209)
#E6E8DA
(230,232,218)
#EBEDE3
(235,237,227)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEC092 color. Also use rgb(190,192,146) instead hex code.

Text Font Color

.myTextColor { color: #BEC092; }

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

This text font color is #BEC092.

Background Color

.myBgColor { background-color: #BEC092; }

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

This div background color is #BEC092.

Border color

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

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

This div border color is #BEC092.

Opacity

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

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

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

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

This text has shadow with #BEC092 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC092.

Preview

Color preview on black background

This text has color #BEC092 on black background.


Color preview on white background

This text has color #BEC092 on white background.


Black color preview on #BEC092 background

This text has black color on #BEC092 background.


White color preview on #BEC092 background

This text has white color on #BEC092 background.


Related colors

Complementary color

Complementary color for #hex is #413F6D.


I love getcolorcode.com

Triadic colors

1 #92BEC0 and #C092BE with #BEC092 are triadic colors.

2 #92C0BE and #C0BE92 with #BEC092 are triadic colors.