COLOR #BCBEAC

HEX: #BCBEAC RGB: (188,190,172)

Color info

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

RGB color model

#BCBEAC color RGB value is (188,190,172).

RGB: (188,190,172) (74%, 75%, 67%)

RGB channels and saturation

R 188 of 255 = 74%
G 190 of 255 = 75%
B 172 of 255 = 67%

188
190
172

R + G + B ~ 72%. #BCBEAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 190 + 172 = 550 (100%)
R 188 of 550 ~ 34.18%
G 190 of 550 ~ 34.55%
B 172 of 550 ~ 31.27'%

%34.18
%34.55
%31.27

CMYK color model

#BCBEAC color CMYK value is (1,0,9,25).

  • cyan value is 1.05%
  • magenta value is 0.00%
  • yellow value is 9.47%
  • key color value is 25.49%
CMYK: (1,0,9,25) C1M0Y9K25 (1%,0%,9%,25%) (0.01/0.00/0.09/0.25) 

CMYK percentages

%1.05
%0
%9.47
%25.49

Codes

Color #BCBEAC in popluar color models

BC BE AC
RGB 188 190 172
HSL 67° 12.16% 70.98%
HSB/HSV 67° 9.47% 74.51%
CMYK 1.05% 0.00% 9.47%
25.49%

Color #BCBEAC in popluar number systems.

HEX BC BE AC
Decimal 188 190 172
Binary 10111100 10111110 10101100
Octal 274 276 254

Shades and tints

Shades of #BCBEAC

#BCBEAC
(188,190,172)
#ABAD9D
(171,173,157)
#9A9C8E
(154,156,142)
#898B7F
(137,139,127)
#787A70
(120,122,112)
#676961
(103,105,97)
#565852
(86,88,82)
#454743
(69,71,67)
#343634
(52,54,52)
#232525
(35,37,37)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #BCBEAC

#BCBEAC
(188,190,172)
#C2C3B3
(194,195,179)
#C8C8BA
(200,200,186)
#CECDC1
(206,205,193)
#D4D2C8
(212,210,200)
#DAD7CF
(218,215,207)
#E0DCD6
(224,220,214)
#E6E1DD
(230,225,221)
#ECE6E4
(236,230,228)
#F2EBEB
(242,235,235)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCBEAC; }

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

This text font color is #BCBEAC.

Background Color

.myBgColor { background-color: #BCBEAC; }

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

This div background color is #BCBEAC.

Border color

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

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

This div border color is #BCBEAC.

Opacity

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

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

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

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

This text has shadow with #BCBEAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCBEAC.

Preview

Color preview on black background

This text has color #BCBEAC on black background.


Color preview on white background

This text has color #BCBEAC on white background.


Black color preview on #BCBEAC background

This text has black color on #BCBEAC background.


White color preview on #BCBEAC background

This text has white color on #BCBEAC background.


Related colors

Complementary color

Complementary color for #hex is #434153.


I love getcolorcode.com

Triadic colors

1 #ACBCBE and #BEACBC with #BCBEAC are triadic colors.

2 #ACBEBC and #BEBCAC with #BCBEAC are triadic colors.