COLOR #BCCBA4

HEX: #BCCBA4 RGB: (188,203,164)

Color info

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

RGB color model

#BCCBA4 color RGB value is (188,203,164).

RGB: (188,203,164) (74%, 80%, 64%)

RGB channels and saturation

R 188 of 255 = 74%
G 203 of 255 = 80%
B 164 of 255 = 64%

188
203
164

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

Portions of RGB colors in percentages

R + G + B = 188 + 203 + 164 = 555 (100%)
R 188 of 555 ~ 33.87%
G 203 of 555 ~ 36.58%
B 164 of 555 ~ 29.55'%

%33.87
%36.58
%29.55

CMYK color model

#BCCBA4 color CMYK value is (7,0,19,20).

  • cyan value is 7.39%
  • magenta value is 0.00%
  • yellow value is 19.21%
  • key color value is 20.39%

CMYK: (7,0,19,20)
C7M0Y19K20 (7%, 0%, 19%, 20%)
(0.07 / 0.00 / 0.19 / 0.20)

CMYK percentages

%7.39
%0
%19.21
%20.39

Codes

Color #BCCBA4 in popluar color models

BC CB A4
RGB 188 203 164
HSL 83° 27.27% 71.96%
HSB/HSV 83° 19.21% 79.61%
CMYK 7.39% 0.00% 19.21%
20.39%

Color #BCCBA4 in popluar number systems.

HEX BC CB A4
Decimal 188 203 164
Binary 10111100 11001011 10100100
Octal 274 313 244

Shades and tints

Shades of #BCCBA4

#BCCBA4
(188,203,164)
#ABB996
(171,185,150)
#9AA788
(154,167,136)
#89957A
(137,149,122)
#78836C
(120,131,108)
#67715E
(103,113,94)
#565F50
(86,95,80)
#454D42
(69,77,66)
#343B34
(52,59,52)
#232926
(35,41,38)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #BCCBA4

#BCCBA4
(188,203,164)
#C2CFAC
(194,207,172)
#C8D3B4
(200,211,180)
#CED7BC
(206,215,188)
#D4DBC4
(212,219,196)
#DADFCC
(218,223,204)
#E0E3D4
(224,227,212)
#E6E7DC
(230,231,220)
#ECEBE4
(236,235,228)
#F2EFEC
(242,239,236)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCBA4 color. Also use rgb(188,203,164) instead hex code.

Text Font Color

.myTextColor { color: #BCCBA4; }

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

This text font color is #BCCBA4.

Background Color

.myBgColor { background-color: #BCCBA4; }

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

This div background color is #BCCBA4.

Border color

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

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

This div border color is #BCCBA4.

Opacity

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

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

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

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

This text has shadow with #BCCBA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCBA4.

Preview

Color preview on black background

This text has color #BCCBA4 on black background.


Color preview on white background

This text has color #BCCBA4 on white background.


Black color preview on #BCCBA4 background

This text has black color on #BCCBA4 background.


White color preview on #BCCBA4 background

This text has white color on #BCCBA4 background.


Related colors

Complementary color

Complementary color for #hex is #43345B.


I love getcolorcode.com

Triadic colors

1 #A4BCCB and #CBA4BC with #BCCBA4 are triadic colors.

2 #A4CBBC and #CBBCA4 with #BCCBA4 are triadic colors.