COLOR #BCCAB1

HEX: #BCCAB1
RGB: (188,202,177)

Color info

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

RGB color model

#BCCAB1 color RGB value is (188,202,177).

  • red value is 188;
  • green value is 202;
  • blue value is 177.
RGB:
(188,202,177)
(74%,79%,69%)

RGB channels and saturation

R 188 of 255 = 74%
G 202 of 255 = 79%
B 177 of 255 = 69%

188
202
177

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

Portions of RGB colors in percentages

R + G + B =
188 + 202 + 177 = 567 (100%)
R 188 of 567 ~ 33.16%
G 202 of 567 ~ 35.63%
B 177 of 567 ~ 31.22%

%33.16
%35.63
%31.22

CMYK color model

#BCCAB1 color CMYK value is (7,0,12,21).

  • cyan value is 6.93%
  • magenta value is 0.00%
  • yellow value is 12.38%
  • key color value is 20.78%
CMYK:
(7,0,12,21)
C7M0Y12K21 
(7%,0%,12%,21%)
(0.07/0.00/0.12/0.21)	

CMYK percentages

%6.93
%0
%12.38
%20.78

Codes

Color #BCCAB1 in popluar color models

BCCAB1
RGB188202177
HSL94°19.08%74.31%
HSB/HSV94°12.38%79.22%
CMYK6.93%0.00%12.38%
20.78%

Color #BCCAB1 in popluar number systems.

HEXBCCAB1
Decimal188202177
Binary101111001100101010110001
Octal274312261

Shades and tints

Shades of #BCCAB1

#BCCAB1
(188,202,177)
#ABB8A1
(171,184,161)
#9AA691
(154,166,145)
#899481
(137,148,129)
#788271
(120,130,113)
#677061
(103,112,97)
#565E51
(86,94,81)
#454C41
(69,76,65)
#343A31
(52,58,49)
#232821
(35,40,33)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #BCCAB1

#BCCAB1
(188,202,177)
#C2CEB8
(194,206,184)
#C8D2BF
(200,210,191)
#CED6C6
(206,214,198)
#D4DACD
(212,218,205)
#DADED4
(218,222,212)
#E0E2DB
(224,226,219)
#E6E6E2
(230,230,226)
#ECEAE9
(236,234,233)
#F2EEF0
(242,238,240)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCAB1 color. Also use rgb(188,202,177) instead hex code.

Text Font Color

.myTextColor { color: #BCCAB1; }

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

This text font color is #BCCAB1.


Background Color

.myBgColor { background-color: #BCCAB1; }

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

This div background color is #BCCAB1.


Border color

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

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

This div border color is #BCCAB1.


Opacity

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

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

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

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

This text has shadow with #BCCAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCAB1 on black background.


Color preview on white background

This text has color #BCCAB1 on white background.



Black color preview on #BCCAB1 background

This text has black color on #BCCAB1 background.


White color preview on #BCCAB1 background

This text has white color on #BCCAB1 background.