COLOR #BCC3AF

HEX: #BCC3AF RGB: (188,195,175)

Color info

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

RGB color model

#BCC3AF color RGB value is (188,195,175).

RGB: (188,195,175) (74%, 76%, 69%)

RGB channels and saturation

R 188 of 255 = 74%
G 195 of 255 = 76%
B 175 of 255 = 69%

188
195
175

R + G + B ~ 73%. #BCC3AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 195 + 175 = 558 (100%)
R 188 of 558 ~ 33.69%
G 195 of 558 ~ 34.95%
B 175 of 558 ~ 31.36'%

%33.69
%34.95
%31.36

CMYK color model

#BCC3AF color CMYK value is (4,0,10,24).

  • cyan value is 3.59%
  • magenta value is 0.00%
  • yellow value is 10.26%
  • key color value is 23.53%
CMYK: (4,0,10,24) C4M0Y10K24 (4%,0%,10%,24%) (0.04/0.00/0.10/0.24) 

CMYK percentages

%3.59
%0
%10.26
%23.53

Codes

Color #BCC3AF in popluar color models

BC C3 AF
RGB 188 195 175
HSL 81° 14.29% 72.55%
HSB/HSV 81° 10.26% 76.47%
CMYK 3.59% 0.00% 10.26%
23.53%

Color #BCC3AF in popluar number systems.

HEX BC C3 AF
Decimal 188 195 175
Binary 10111100 11000011 10101111
Octal 274 303 257

Shades and tints

Shades of #BCC3AF

#BCC3AF
(188,195,175)
#ABB2A0
(171,178,160)
#9AA191
(154,161,145)
#899082
(137,144,130)
#787F73
(120,127,115)
#676E64
(103,110,100)
#565D55
(86,93,85)
#454C46
(69,76,70)
#343B37
(52,59,55)
#232A28
(35,42,40)
#121919
(18,25,25)
#000000
(0,0,0)

Tints of #BCC3AF

#BCC3AF
(188,195,175)
#C2C8B6
(194,200,182)
#C8CDBD
(200,205,189)
#CED2C4
(206,210,196)
#D4D7CB
(212,215,203)
#DADCD2
(218,220,210)
#E0E1D9
(224,225,217)
#E6E6E0
(230,230,224)
#ECEBE7
(236,235,231)
#F2F0EE
(242,240,238)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC3AF; }

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

This text font color is #BCC3AF.

Background Color

.myBgColor { background-color: #BCC3AF; }

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

This div background color is #BCC3AF.

Border color

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

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

This div border color is #BCC3AF.

Opacity

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

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

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

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

This text has shadow with #BCC3AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC3AF.

Preview

Color preview on black background

This text has color #BCC3AF on black background.


Color preview on white background

This text has color #BCC3AF on white background.


Black color preview on #BCC3AF background

This text has black color on #BCC3AF background.


White color preview on #BCC3AF background

This text has white color on #BCC3AF background.


Related colors

Complementary color

Complementary color for #hex is #433C50.


I love getcolorcode.com

Triadic colors

1 #AFBCC3 and #C3AFBC with #BCC3AF are triadic colors.

2 #AFC3BC and #C3BCAF with #BCC3AF are triadic colors.