COLOR #BCB8AB

HEX: #BCB8AB RGB: (188,184,171)

Color info

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

RGB color model

#BCB8AB color RGB value is (188,184,171).

RGB: (188,184,171) (74%, 72%, 67%)

RGB channels and saturation

R 188 of 255 = 74%
G 184 of 255 = 72%
B 171 of 255 = 67%

188
184
171

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

Portions of RGB colors in percentages

R + G + B = 188 + 184 + 171 = 543 (100%)
R 188 of 543 ~ 34.62%
G 184 of 543 ~ 33.89%
B 171 of 543 ~ 31.49'%

%34.62
%33.89
%31.49

CMYK color model

#BCB8AB color CMYK value is (0,2,9,26).

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

CMYK: (0,2,9,26)
C0M2Y9K26 (0%, 2%, 9%, 26%)
(0.00 / 0.02 / 0.09 / 0.26)

CMYK percentages

%0
%2.13
%9.04
%26.27

Codes

Color #BCB8AB in popluar color models

BC B8 AB
RGB 188 184 171
HSL 46° 11.26% 70.39%
HSB/HSV 46° 9.04% 73.73%
CMYK 0.00% 2.13% 9.04%
26.27%

Color #BCB8AB in popluar number systems.

HEX BC B8 AB
Decimal 188 184 171
Binary 10111100 10111000 10101011
Octal 274 270 253

Shades and tints

Shades of #BCB8AB

#BCB8AB
(188,184,171)
#ABA89C
(171,168,156)
#9A988D
(154,152,141)
#89887E
(137,136,126)
#78786F
(120,120,111)
#676860
(103,104,96)
#565851
(86,88,81)
#454842
(69,72,66)
#343833
(52,56,51)
#232824
(35,40,36)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #BCB8AB

#BCB8AB
(188,184,171)
#C2BEB2
(194,190,178)
#C8C4B9
(200,196,185)
#CECAC0
(206,202,192)
#D4D0C7
(212,208,199)
#DAD6CE
(218,214,206)
#E0DCD5
(224,220,213)
#E6E2DC
(230,226,220)
#ECE8E3
(236,232,227)
#F2EEEA
(242,238,234)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB8AB; }

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

This text font color is #BCB8AB.

Background Color

.myBgColor { background-color: #BCB8AB; }

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

This div background color is #BCB8AB.

Border color

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

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

This div border color is #BCB8AB.

Opacity

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

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

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

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

This text has shadow with #BCB8AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB8AB.

Preview

Color preview on black background

This text has color #BCB8AB on black background.


Color preview on white background

This text has color #BCB8AB on white background.


Black color preview on #BCB8AB background

This text has black color on #BCB8AB background.


White color preview on #BCB8AB background

This text has white color on #BCB8AB background.


Related colors

Complementary color

Complementary color for #hex is #434754.


I love getcolorcode.com

Triadic colors

1 #ABBCB8 and #B8ABBC with #BCB8AB are triadic colors.

2 #ABB8BC and #B8BCAB with #BCB8AB are triadic colors.