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).

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

BC CA B1
RGB 188 202 177
HSL 94° 19.08% 74.31%
HSB/HSV 94° 12.38% 79.22%
CMYK 6.93% 0.00% 12.38%
20.78%

Color #BCCAB1 in popluar number systems.

HEX BC CA B1
Decimal 188 202 177
Binary 10111100 11001010 10110001
Octal 274 312 261

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.


Related colors

Complementary color

Complementary color for #hex is #43354E.


I love getcolorcode.com

Triadic colors

1 #B1BCCA and #CAB1BC with #BCCAB1 are triadic colors.

2 #B1CABC and #CABCB1 with #BCCAB1 are triadic colors.