COLOR #BCB8AF

HEX: #BCB8AF RGB: (188,184,175)

Color info

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

RGB color model

#BCB8AF color RGB value is (188,184,175).

RGB: (188,184,175) (74%, 72%, 69%)

RGB channels and saturation

R 188 of 255 = 74%
G 184 of 255 = 72%
B 175 of 255 = 69%

188
184
175

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

Portions of RGB colors in percentages

R + G + B = 188 + 184 + 175 = 547 (100%)
R 188 of 547 ~ 34.37%
G 184 of 547 ~ 33.64%
B 175 of 547 ~ 31.99'%

%34.37
%33.64
%31.99

CMYK color model

#BCB8AF color CMYK value is (0,2,7,26).

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

CMYK: (0,2,7,26)
C0M2Y7K26 (0%, 2%, 7%, 26%)
(0.00 / 0.02 / 0.07 / 0.26)

CMYK percentages

%0
%2.13
%6.91
%26.27

Codes

Color #BCB8AF in popluar color models

BC B8 AF
RGB 188 184 175
HSL 42° 8.84% 71.18%
HSB/HSV 42° 6.91% 73.73%
CMYK 0.00% 2.13% 6.91%
26.27%

Color #BCB8AF in popluar number systems.

HEX BC B8 AF
Decimal 188 184 175
Binary 10111100 10111000 10101111
Octal 274 270 257

Shades and tints

Shades of #BCB8AF

#BCB8AF
(188,184,175)
#ABA8A0
(171,168,160)
#9A9891
(154,152,145)
#898882
(137,136,130)
#787873
(120,120,115)
#676864
(103,104,100)
#565855
(86,88,85)
#454846
(69,72,70)
#343837
(52,56,55)
#232828
(35,40,40)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #BCB8AF

#BCB8AF
(188,184,175)
#C2BEB6
(194,190,182)
#C8C4BD
(200,196,189)
#CECAC4
(206,202,196)
#D4D0CB
(212,208,203)
#DAD6D2
(218,214,210)
#E0DCD9
(224,220,217)
#E6E2E0
(230,226,224)
#ECE8E7
(236,232,231)
#F2EEEE
(242,238,238)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB8AF; }

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

This text font color is #BCB8AF.

Background Color

.myBgColor { background-color: #BCB8AF; }

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

This div background color is #BCB8AF.

Border color

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

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

This div border color is #BCB8AF.

Opacity

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

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

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

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

This text has shadow with #BCB8AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB8AF.

Preview

Color preview on black background

This text has color #BCB8AF on black background.


Color preview on white background

This text has color #BCB8AF on white background.


Black color preview on #BCB8AF background

This text has black color on #BCB8AF background.


White color preview on #BCB8AF background

This text has white color on #BCB8AF background.


Related colors

Complementary color

Complementary color for #hex is #434750.


I love getcolorcode.com

Triadic colors

1 #AFBCB8 and #B8AFBC with #BCB8AF are triadic colors.

2 #AFB8BC and #B8BCAF with #BCB8AF are triadic colors.