COLOR #BCC7AF

HEX: #BCC7AF RGB: (188,199,175)

Color info

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

RGB color model

#BCC7AF color RGB value is (188,199,175).

RGB: (188,199,175) (74%, 78%, 69%)

RGB channels and saturation

R 188 of 255 = 74%
G 199 of 255 = 78%
B 175 of 255 = 69%

188
199
175

R + G + B ~ 74%. #BCC7AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 199 + 175 = 562 (100%)
R 188 of 562 ~ 33.45%
G 199 of 562 ~ 35.41%
B 175 of 562 ~ 31.14'%

%33.45
%35.41
%31.14

CMYK color model

#BCC7AF color CMYK value is (6,0,12,22).

  • cyan value is 5.53%
  • magenta value is 0.00%
  • yellow value is 12.06%
  • key color value is 21.96%
CMYK: (6,0,12,22) C6M0Y12K22 (6%,0%,12%,22%) (0.06/0.00/0.12/0.22) 

CMYK percentages

%5.53
%0
%12.06
%21.96

Codes

Color #BCC7AF in popluar color models

BC C7 AF
RGB 188 199 175
HSL 88° 17.65% 73.33%
HSB/HSV 88° 12.06% 78.04%
CMYK 5.53% 0.00% 12.06%
21.96%

Color #BCC7AF in popluar number systems.

HEX BC C7 AF
Decimal 188 199 175
Binary 10111100 11000111 10101111
Octal 274 307 257

Shades and tints

Shades of #BCC7AF

#BCC7AF
(188,199,175)
#ABB5A0
(171,181,160)
#9AA391
(154,163,145)
#899182
(137,145,130)
#787F73
(120,127,115)
#676D64
(103,109,100)
#565B55
(86,91,85)
#454946
(69,73,70)
#343737
(52,55,55)
#232528
(35,37,40)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #BCC7AF

#BCC7AF
(188,199,175)
#C2CCB6
(194,204,182)
#C8D1BD
(200,209,189)
#CED6C4
(206,214,196)
#D4DBCB
(212,219,203)
#DAE0D2
(218,224,210)
#E0E5D9
(224,229,217)
#E6EAE0
(230,234,224)
#ECEFE7
(236,239,231)
#F2F4EE
(242,244,238)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCC7AF; }

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

This text font color is #BCC7AF.

Background Color

.myBgColor { background-color: #BCC7AF; }

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

This div background color is #BCC7AF.

Border color

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

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

This div border color is #BCC7AF.

Opacity

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

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

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

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

This text has shadow with #BCC7AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC7AF.

Preview

Color preview on black background

This text has color #BCC7AF on black background.


Color preview on white background

This text has color #BCC7AF on white background.


Black color preview on #BCC7AF background

This text has black color on #BCC7AF background.


White color preview on #BCC7AF background

This text has white color on #BCC7AF background.


Related colors

Complementary color

Complementary color for #hex is #433850.


I love getcolorcode.com

Triadic colors

1 #AFBCC7 and #C7AFBC with #BCC7AF are triadic colors.

2 #AFC7BC and #C7BCAF with #BCC7AF are triadic colors.