COLOR #BCB0AC

HEX: #BCB0AC RGB: (188,176,172)

Color info

#BCB0AC contains red, green and blue colors in about the same proportion. Web safe color of #BCB0AC is #CC9999 (or #C99).

RGB color model

#BCB0AC color RGB value is (188,176,172).

RGB: (188,176,172) (74%, 69%, 67%)

RGB channels and saturation

R 188 of 255 = 74%
G 176 of 255 = 69%
B 172 of 255 = 67%

188
176
172

R + G + B ~ 70%. #BCB0AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 176 + 172 = 536 (100%)
R 188 of 536 ~ 35.07%
G 176 of 536 ~ 32.84%
B 172 of 536 ~ 32.09'%

%35.07
%32.84
%32.09

CMYK color model

#BCB0AC color CMYK value is (0,6,9,26).

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 8.51%
  • key color value is 26.27%

CMYK: (0,6,9,26)
C0M6Y9K26 (0%, 6%, 9%, 26%)
(0.00 / 0.06 / 0.09 / 0.26)

CMYK percentages

%0
%6.38
%8.51
%26.27

Codes

Color #BCB0AC in popluar color models

BC B0 AC
RGB 188 176 172
HSL 15° 10.67% 70.59%
HSB/HSV 15° 8.51% 73.73%
CMYK 0.00% 6.38% 8.51%
26.27%

Color #BCB0AC in popluar number systems.

HEX BC B0 AC
Decimal 188 176 172
Binary 10111100 10110000 10101100
Octal 274 260 254

Shades and tints

Shades of #BCB0AC

#BCB0AC
(188,176,172)
#ABA09D
(171,160,157)
#9A908E
(154,144,142)
#89807F
(137,128,127)
#787070
(120,112,112)
#676061
(103,96,97)
#565052
(86,80,82)
#454043
(69,64,67)
#343034
(52,48,52)
#232025
(35,32,37)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #BCB0AC

#BCB0AC
(188,176,172)
#C2B7B3
(194,183,179)
#C8BEBA
(200,190,186)
#CEC5C1
(206,197,193)
#D4CCC8
(212,204,200)
#DAD3CF
(218,211,207)
#E0DAD6
(224,218,214)
#E6E1DD
(230,225,221)
#ECE8E4
(236,232,228)
#F2EFEB
(242,239,235)
#F8F6F2
(248,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB0AC; }

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

This text font color is #BCB0AC.

Background Color

.myBgColor { background-color: #BCB0AC; }

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

This div background color is #BCB0AC.

Border color

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

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

This div border color is #BCB0AC.

Opacity

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

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

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

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

This text has shadow with #BCB0AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB0AC.

Preview

Color preview on black background

This text has color #BCB0AC on black background.


Color preview on white background

This text has color #BCB0AC on white background.


Black color preview on #BCB0AC background

This text has black color on #BCB0AC background.


White color preview on #BCB0AC background

This text has white color on #BCB0AC background.


Related colors

Complementary color

Complementary color for #hex is #434F53.


I love getcolorcode.com

Triadic colors

1 #ACBCB0 and #B0ACBC with #BCB0AC are triadic colors.

2 #ACB0BC and #B0BCAC with #BCB0AC are triadic colors.