COLOR #BEC088

HEX: #BEC088 RGB: (190,192,136)

Color info

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

RGB color model

#BEC088 color RGB value is (190,192,136).

RGB: (190,192,136) (75%, 75%, 53%)

RGB channels and saturation

R 190 of 255 = 75%
G 192 of 255 = 75%
B 136 of 255 = 53%

190
192
136

R + G + B ~ 68%. #BEC088 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 192 + 136 = 518 (100%)
R 190 of 518 ~ 36.68%
G 192 of 518 ~ 37.07%
B 136 of 518 ~ 26.25'%

%36.68
%37.07
%26.25

CMYK color model

#BEC088 color CMYK value is (1,0,29,25).

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

CMYK: (1,0,29,25)
C1M0Y29K25 (1%, 0%, 29%, 25%)
(0.01 / 0.00 / 0.29 / 0.25)

CMYK percentages

%1.04
%0
%29.17
%24.71

Codes

Color #BEC088 in popluar color models

BE C0 88
RGB 190 192 136
HSL 62° 30.77% 64.31%
HSB/HSV 62° 29.17% 75.29%
CMYK 1.04% 0.00% 29.17%
24.71%

Color #BEC088 in popluar number systems.

HEX BE C0 88
Decimal 190 192 136
Binary 10111110 11000000 10001000
Octal 276 300 210

Shades and tints

Shades of #BEC088

#BEC088
(190,192,136)
#ADAF7C
(173,175,124)
#9C9E70
(156,158,112)
#8B8D64
(139,141,100)
#7A7C58
(122,124,88)
#696B4C
(105,107,76)
#585A40
(88,90,64)
#474934
(71,73,52)
#363828
(54,56,40)
#25271C
(37,39,28)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #BEC088

#BEC088
(190,192,136)
#C3C592
(195,197,146)
#C8CA9C
(200,202,156)
#CDCFA6
(205,207,166)
#D2D4B0
(210,212,176)
#D7D9BA
(215,217,186)
#DCDEC4
(220,222,196)
#E1E3CE
(225,227,206)
#E6E8D8
(230,232,216)
#EBEDE2
(235,237,226)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEC088; }

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

This text font color is #BEC088.

Background Color

.myBgColor { background-color: #BEC088; }

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

This div background color is #BEC088.

Border color

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

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

This div border color is #BEC088.

Opacity

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

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

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

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

This text has shadow with #BEC088 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEC088.

Preview

Color preview on black background

This text has color #BEC088 on black background.


Color preview on white background

This text has color #BEC088 on white background.


Black color preview on #BEC088 background

This text has black color on #BEC088 background.


White color preview on #BEC088 background

This text has white color on #BEC088 background.


Related colors

Complementary color

Complementary color for #hex is #413F77.


I love getcolorcode.com

Triadic colors

1 #88BEC0 and #C088BE with #BEC088 are triadic colors.

2 #88C0BE and #C0BE88 with #BEC088 are triadic colors.