COLOR #BCB6AF

HEX: #BCB6AF RGB: (188,182,175)

Color info

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

RGB color model

#BCB6AF color RGB value is (188,182,175).

RGB: (188,182,175) (74%, 71%, 69%)

RGB channels and saturation

R 188 of 255 = 74%
G 182 of 255 = 71%
B 175 of 255 = 69%

188
182
175

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

Portions of RGB colors in percentages

R + G + B = 188 + 182 + 175 = 545 (100%)
R 188 of 545 ~ 34.5%
G 182 of 545 ~ 33.39%
B 175 of 545 ~ 32.11'%

%34.5
%33.39
%32.11

CMYK color model

#BCB6AF color CMYK value is (0,3,7,26).

  • cyan value is 0.00%
  • magenta value is 3.19%
  • yellow value is 6.91%
  • key color value is 26.27%

CMYK: (0,3,7,26)
C0M3Y7K26 (0%, 3%, 7%, 26%)
(0.00 / 0.03 / 0.07 / 0.26)

CMYK percentages

%0
%3.19
%6.91
%26.27

Codes

Color #BCB6AF in popluar color models

BC B6 AF
RGB 188 182 175
HSL 32° 8.84% 71.18%
HSB/HSV 32° 6.91% 73.73%
CMYK 0.00% 3.19% 6.91%
26.27%

Color #BCB6AF in popluar number systems.

HEX BC B6 AF
Decimal 188 182 175
Binary 10111100 10110110 10101111
Octal 274 266 257

Shades and tints

Shades of #BCB6AF

#BCB6AF
(188,182,175)
#ABA6A0
(171,166,160)
#9A9691
(154,150,145)
#898682
(137,134,130)
#787673
(120,118,115)
#676664
(103,102,100)
#565655
(86,86,85)
#454646
(69,70,70)
#343637
(52,54,55)
#232628
(35,38,40)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #BCB6AF

#BCB6AF
(188,182,175)
#C2BCB6
(194,188,182)
#C8C2BD
(200,194,189)
#CEC8C4
(206,200,196)
#D4CECB
(212,206,203)
#DAD4D2
(218,212,210)
#E0DAD9
(224,218,217)
#E6E0E0
(230,224,224)
#ECE6E7
(236,230,231)
#F2ECEE
(242,236,238)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB6AF color. Also use rgb(188,182,175) instead hex code.

Text Font Color

.myTextColor { color: #BCB6AF; }

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

This text font color is #BCB6AF.

Background Color

.myBgColor { background-color: #BCB6AF; }

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

This div background color is #BCB6AF.

Border color

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

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

This div border color is #BCB6AF.

Opacity

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

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

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

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

This text has shadow with #BCB6AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB6AF.

Preview

Color preview on black background

This text has color #BCB6AF on black background.


Color preview on white background

This text has color #BCB6AF on white background.


Black color preview on #BCB6AF background

This text has black color on #BCB6AF background.


White color preview on #BCB6AF background

This text has white color on #BCB6AF background.


Related colors

Complementary color

Complementary color for #hex is #434950.


I love getcolorcode.com

Triadic colors

1 #AFBCB6 and #B6AFBC with #BCB6AF are triadic colors.

2 #AFB6BC and #B6BCAF with #BCB6AF are triadic colors.