COLOR #BCCBAF

HEX: #BCCBAF
RGB: (188,203,175)

Color info

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

RGB color model

#BCCBAF color RGB value is (188,203,175).

  • red value is 188;
  • green value is 203;
  • blue value is 175.
RGB:
(188,203,175)
(74%,80%,69%)

RGB channels and saturation

R 188 of 255 = 74%
G 203 of 255 = 80%
B 175 of 255 = 69%

188
203
175

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

Portions of RGB colors in percentages

R + G + B =
188 + 203 + 175 = 566 (100%)
R 188 of 566 ~ 33.22%
G 203 of 566 ~ 35.87%
B 175 of 566 ~ 30.92%

%33.22
%35.87
%30.92

CMYK color model

#BCCBAF color CMYK value is (7,0,14,20).

  • cyan value is 7.39%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 20.39%
CMYK:
(7,0,14,20)
C7M0Y14K20 
(7%,0%,14%,20%)
(0.07/0.00/0.14/0.20)	

CMYK percentages

%7.39
%0
%13.79
%20.39

Codes

Color #BCCBAF in popluar color models

BCCBAF
RGB188203175
HSL92°21.21%74.12%
HSB/HSV92°13.79%79.61%
CMYK7.39%0.00%13.79%
20.39%

Color #BCCBAF in popluar number systems.

HEXBCCBAF
Decimal188203175
Binary101111001100101110101111
Octal274313257

Shades and tints

Shades of #BCCBAF

#BCCBAF
(188,203,175)
#ABB9A0
(171,185,160)
#9AA791
(154,167,145)
#899582
(137,149,130)
#788373
(120,131,115)
#677164
(103,113,100)
#565F55
(86,95,85)
#454D46
(69,77,70)
#343B37
(52,59,55)
#232928
(35,41,40)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #BCCBAF

#BCCBAF
(188,203,175)
#C2CFB6
(194,207,182)
#C8D3BD
(200,211,189)
#CED7C4
(206,215,196)
#D4DBCB
(212,219,203)
#DADFD2
(218,223,210)
#E0E3D9
(224,227,217)
#E6E7E0
(230,231,224)
#ECEBE7
(236,235,231)
#F2EFEE
(242,239,238)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCBAF; }

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

This text font color is #BCCBAF.


Background Color

.myBgColor { background-color: #BCCBAF; }

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

This div background color is #BCCBAF.


Border color

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

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

This div border color is #BCCBAF.


Opacity

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

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

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

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

This text has shadow with #BCCBAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCBAF on black background.


Color preview on white background

This text has color #BCCBAF on white background.



Black color preview on #BCCBAF background

This text has black color on #BCCBAF background.


White color preview on #BCCBAF background

This text has white color on #BCCBAF background.