COLOR #BCC0A8

HEX: #BCC0A8 RGB: (188,192,168)

Color info

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

RGB color model

#BCC0A8 color RGB value is (188,192,168).

RGB: (188,192,168) (74%, 75%, 66%)

RGB channels and saturation

R 188 of 255 = 74%
G 192 of 255 = 75%
B 168 of 255 = 66%

188
192
168

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

Portions of RGB colors in percentages

R + G + B = 188 + 192 + 168 = 548 (100%)
R 188 of 548 ~ 34.31%
G 192 of 548 ~ 35.04%
B 168 of 548 ~ 30.66'%

%34.31
%35.04
%30.66

CMYK color model

#BCC0A8 color CMYK value is (2,0,13,25).

  • cyan value is 2.08%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 24.71%
CMYK: (2,0,13,25) C2M0Y13K25 (2%,0%,13%,25%) (0.02/0.00/0.13/0.25) 

CMYK percentages

%2.08
%0
%12.5
%24.71

Codes

Color #BCC0A8 in popluar color models

BC C0 A8
RGB 188 192 168
HSL 70° 16.00% 70.59%
HSB/HSV 70° 12.50% 75.29%
CMYK 2.08% 0.00% 12.50%
24.71%

Color #BCC0A8 in popluar number systems.

HEX BC C0 A8
Decimal 188 192 168
Binary 10111100 11000000 10101000
Octal 274 300 250

Shades and tints

Shades of #BCC0A8

#BCC0A8
(188,192,168)
#ABAF99
(171,175,153)
#9A9E8A
(154,158,138)
#898D7B
(137,141,123)
#787C6C
(120,124,108)
#676B5D
(103,107,93)
#565A4E
(86,90,78)
#45493F
(69,73,63)
#343830
(52,56,48)
#232721
(35,39,33)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #BCC0A8

#BCC0A8
(188,192,168)
#C2C5AF
(194,197,175)
#C8CAB6
(200,202,182)
#CECFBD
(206,207,189)
#D4D4C4
(212,212,196)
#DAD9CB
(218,217,203)
#E0DED2
(224,222,210)
#E6E3D9
(230,227,217)
#ECE8E0
(236,232,224)
#F2EDE7
(242,237,231)
#F8F2EE
(248,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC0A8 color. Also use rgb(188,192,168) instead hex code.

Text Font Color

.myTextColor { color: #BCC0A8; }

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

This text font color is #BCC0A8.

Background Color

.myBgColor { background-color: #BCC0A8; }

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

This div background color is #BCC0A8.

Border color

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

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

This div border color is #BCC0A8.

Opacity

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

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

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

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

This text has shadow with #BCC0A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC0A8.

Preview

Color preview on black background

This text has color #BCC0A8 on black background.


Color preview on white background

This text has color #BCC0A8 on white background.


Black color preview on #BCC0A8 background

This text has black color on #BCC0A8 background.


White color preview on #BCC0A8 background

This text has white color on #BCC0A8 background.


Related colors

Complementary color

Complementary color for #hex is #433F57.


I love getcolorcode.com

Triadic colors

1 #A8BCC0 and #C0A8BC with #BCC0A8 are triadic colors.

2 #A8C0BC and #C0BCA8 with #BCC0A8 are triadic colors.