COLOR #BEC192

HEX: #BEC192 RGB: (190,193,146)

Color info

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

RGB color model

#BEC192 color RGB value is (190,193,146).

RGB: (190,193,146) (75%, 76%, 57%)

RGB channels and saturation

R 190 of 255 = 75%
G 193 of 255 = 76%
B 146 of 255 = 57%

190
193
146

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

Portions of RGB colors in percentages

R + G + B = 190 + 193 + 146 = 529 (100%)
R 190 of 529 ~ 35.92%
G 193 of 529 ~ 36.48%
B 146 of 529 ~ 27.6'%

%35.92
%36.48
%27.6

CMYK color model

#BEC192 color CMYK value is (2,0,24,24).

  • cyan value is 1.55%
  • magenta value is 0.00%
  • yellow value is 24.35%
  • key color value is 24.31%

CMYK: (2,0,24,24)
C2M0Y24K24 (2%, 0%, 24%, 24%)
(0.02 / 0.00 / 0.24 / 0.24)

CMYK percentages

%1.55
%0
%24.35
%24.31

Codes

Color #BEC192 in popluar color models

BE C1 92
RGB 190 193 146
HSL 64° 27.49% 66.47%
HSB/HSV 64° 24.35% 75.69%
CMYK 1.55% 0.00% 24.35%
24.31%

Color #BEC192 in popluar number systems.

HEX BE C1 92
Decimal 190 193 146
Binary 10111110 11000001 10010010
Octal 276 301 222

Shades and tints

Shades of #BEC192

#BEC192
(190,193,146)
#ADB085
(173,176,133)
#9C9F78
(156,159,120)
#8B8E6B
(139,142,107)
#7A7D5E
(122,125,94)
#696C51
(105,108,81)
#585B44
(88,91,68)
#474A37
(71,74,55)
#36392A
(54,57,42)
#25281D
(37,40,29)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #BEC192

#BEC192
(190,193,146)
#C3C69B
(195,198,155)
#C8CBA4
(200,203,164)
#CDD0AD
(205,208,173)
#D2D5B6
(210,213,182)
#D7DABF
(215,218,191)
#DCDFC8
(220,223,200)
#E1E4D1
(225,228,209)
#E6E9DA
(230,233,218)
#EBEEE3
(235,238,227)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC192; }

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

This text font color is #BEC192.

Background Color

.myBgColor { background-color: #BEC192; }

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

This div background color is #BEC192.

Border color

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

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

This div border color is #BEC192.

Opacity

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

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

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

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

This text has shadow with #BEC192 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC192.

Preview

Color preview on black background

This text has color #BEC192 on black background.


Color preview on white background

This text has color #BEC192 on white background.


Black color preview on #BEC192 background

This text has black color on #BEC192 background.


White color preview on #BEC192 background

This text has white color on #BEC192 background.


Related colors

Complementary color

Complementary color for #hex is #413E6D.


I love getcolorcode.com

Triadic colors

1 #92BEC1 and #C192BE with #BEC192 are triadic colors.

2 #92C1BE and #C1BE92 with #BEC192 are triadic colors.