COLOR #BCBE93

HEX: #BCBE93 RGB: (188,190,147)

Color info

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

RGB color model

#BCBE93 color RGB value is (188,190,147).

RGB: (188,190,147) (74%, 75%, 58%)

RGB channels and saturation

R 188 of 255 = 74%
G 190 of 255 = 75%
B 147 of 255 = 58%

188
190
147

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

Portions of RGB colors in percentages

R + G + B = 188 + 190 + 147 = 525 (100%)
R 188 of 525 ~ 35.81%
G 190 of 525 ~ 36.19%
B 147 of 525 ~ 28'%

%35.81
%36.19
%28

CMYK color model

#BCBE93 color CMYK value is (1,0,23,25).

  • cyan value is 1.05%
  • magenta value is 0.00%
  • yellow value is 22.63%
  • key color value is 25.49%
CMYK: (1,0,23,25) C1M0Y23K25 (1%,0%,23%,25%) (0.01/0.00/0.23/0.25) 

CMYK percentages

%1.05
%0
%22.63
%25.49

Codes

Color #BCBE93 in popluar color models

BC BE 93
RGB 188 190 147
HSL 63° 24.86% 66.08%
HSB/HSV 63° 22.63% 74.51%
CMYK 1.05% 0.00% 22.63%
25.49%

Color #BCBE93 in popluar number systems.

HEX BC BE 93
Decimal 188 190 147
Binary 10111100 10111110 10010011
Octal 274 276 223

Shades and tints

Shades of #BCBE93

#BCBE93
(188,190,147)
#ABAD86
(171,173,134)
#9A9C79
(154,156,121)
#898B6C
(137,139,108)
#787A5F
(120,122,95)
#676952
(103,105,82)
#565845
(86,88,69)
#454738
(69,71,56)
#34362B
(52,54,43)
#23251E
(35,37,30)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #BCBE93

#BCBE93
(188,190,147)
#C2C39C
(194,195,156)
#C8C8A5
(200,200,165)
#CECDAE
(206,205,174)
#D4D2B7
(212,210,183)
#DAD7C0
(218,215,192)
#E0DCC9
(224,220,201)
#E6E1D2
(230,225,210)
#ECE6DB
(236,230,219)
#F2EBE4
(242,235,228)
#F8F0ED
(248,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCBE93 color. Also use rgb(188,190,147) instead hex code.

Text Font Color

.myTextColor { color: #BCBE93; }

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

This text font color is #BCBE93.

Background Color

.myBgColor { background-color: #BCBE93; }

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

This div background color is #BCBE93.

Border color

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

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

This div border color is #BCBE93.

Opacity

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

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

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

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

This text has shadow with #BCBE93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBE93.

Preview

Color preview on black background

This text has color #BCBE93 on black background.


Color preview on white background

This text has color #BCBE93 on white background.


Black color preview on #BCBE93 background

This text has black color on #BCBE93 background.


White color preview on #BCBE93 background

This text has white color on #BCBE93 background.


Related colors

Complementary color

Complementary color for #hex is #43416C.


I love getcolorcode.com

Triadic colors

1 #93BCBE and #BE93BC with #BCBE93 are triadic colors.

2 #93BEBC and #BEBC93 with #BCBE93 are triadic colors.