COLOR #BCBEA3

HEX: #BCBEA3 RGB: (188,190,163)

Color info

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

RGB color model

#BCBEA3 color RGB value is (188,190,163).

RGB: (188,190,163) (74%, 75%, 64%)

RGB channels and saturation

R 188 of 255 = 74%
G 190 of 255 = 75%
B 163 of 255 = 64%

188
190
163

R + G + B ~ 71%. #BCBEA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 190 + 163 = 541 (100%)
R 188 of 541 ~ 34.75%
G 190 of 541 ~ 35.12%
B 163 of 541 ~ 30.13'%

%34.75
%35.12
%30.13

CMYK color model

#BCBEA3 color CMYK value is (1,0,14,25).

  • cyan value is 1.05%
  • magenta value is 0.00%
  • yellow value is 14.21%
  • key color value is 25.49%

CMYK: (1,0,14,25)
C1M0Y14K25 (1%, 0%, 14%, 25%)
(0.01 / 0.00 / 0.14 / 0.25)

CMYK percentages

%1.05
%0
%14.21
%25.49

Codes

Color #BCBEA3 in popluar color models

BC BE A3
RGB 188 190 163
HSL 64° 17.20% 69.22%
HSB/HSV 64° 14.21% 74.51%
CMYK 1.05% 0.00% 14.21%
25.49%

Color #BCBEA3 in popluar number systems.

HEX BC BE A3
Decimal 188 190 163
Binary 10111100 10111110 10100011
Octal 274 276 243

Shades and tints

Shades of #BCBEA3

#BCBEA3
(188,190,163)
#ABAD95
(171,173,149)
#9A9C87
(154,156,135)
#898B79
(137,139,121)
#787A6B
(120,122,107)
#67695D
(103,105,93)
#56584F
(86,88,79)
#454741
(69,71,65)
#343633
(52,54,51)
#232525
(35,37,37)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #BCBEA3

#BCBEA3
(188,190,163)
#C2C3AB
(194,195,171)
#C8C8B3
(200,200,179)
#CECDBB
(206,205,187)
#D4D2C3
(212,210,195)
#DAD7CB
(218,215,203)
#E0DCD3
(224,220,211)
#E6E1DB
(230,225,219)
#ECE6E3
(236,230,227)
#F2EBEB
(242,235,235)
#F8F0F3
(248,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBEA3; }

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

This text font color is #BCBEA3.

Background Color

.myBgColor { background-color: #BCBEA3; }

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

This div background color is #BCBEA3.

Border color

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

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

This div border color is #BCBEA3.

Opacity

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

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

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

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

This text has shadow with #BCBEA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBEA3.

Preview

Color preview on black background

This text has color #BCBEA3 on black background.


Color preview on white background

This text has color #BCBEA3 on white background.


Black color preview on #BCBEA3 background

This text has black color on #BCBEA3 background.


White color preview on #BCBEA3 background

This text has white color on #BCBEA3 background.


Related colors

Complementary color

Complementary color for #hex is #43415C.


I love getcolorcode.com

Triadic colors

1 #A3BCBE and #BEA3BC with #BCBEA3 are triadic colors.

2 #A3BEBC and #BEBCA3 with #BCBEA3 are triadic colors.