COLOR #BCC1A5

HEX: #BCC1A5
RGB: (188,193,165)

Color info

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

RGB color model

#BCC1A5 color RGB value is (188,193,165).

  • red value is 188;
  • green value is 193;
  • blue value is 165.
RGB:
(188,193,165)
(74%,76%,65%)

RGB channels and saturation

R 188 of 255 = 74%
G 193 of 255 = 76%
B 165 of 255 = 65%

188
193
165

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

Portions of RGB colors in percentages

R + G + B =
188 + 193 + 165 = 546 (100%)
R 188 of 546 ~ 34.43%
G 193 of 546 ~ 35.35%
B 165 of 546 ~ 30.22%

%34.43
%35.35
%30.22

CMYK color model

#BCC1A5 color CMYK value is (3,0,15,24).

  • cyan value is 2.59%
  • magenta value is 0.00%
  • yellow value is 14.51%
  • key color value is 24.31%
CMYK:
(3,0,15,24)
C3M0Y15K24 
(3%,0%,15%,24%)
(0.03/0.00/0.15/0.24)	

CMYK percentages

%2.59
%0
%14.51
%24.31

Codes

Color #BCC1A5 in popluar color models

BCC1A5
RGB188193165
HSL71°18.42%70.20%
HSB/HSV71°14.51%75.69%
CMYK2.59%0.00%14.51%
24.31%

Color #BCC1A5 in popluar number systems.

HEXBCC1A5
Decimal188193165
Binary101111001100000110100101
Octal274301245

Shades and tints

Shades of #BCC1A5

#BCC1A5
(188,193,165)
#ABB096
(171,176,150)
#9A9F87
(154,159,135)
#898E78
(137,142,120)
#787D69
(120,125,105)
#676C5A
(103,108,90)
#565B4B
(86,91,75)
#454A3C
(69,74,60)
#34392D
(52,57,45)
#23281E
(35,40,30)
#12170F
(18,23,15)
#000000
(0,0,0)

Tints of #BCC1A5

#BCC1A5
(188,193,165)
#C2C6AD
(194,198,173)
#C8CBB5
(200,203,181)
#CED0BD
(206,208,189)
#D4D5C5
(212,213,197)
#DADACD
(218,218,205)
#E0DFD5
(224,223,213)
#E6E4DD
(230,228,221)
#ECE9E5
(236,233,229)
#F2EEED
(242,238,237)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC1A5 color. Also use rgb(188,193,165) instead hex code.

Text Font Color

.myTextColor { color: #BCC1A5; }

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

This text font color is #BCC1A5.


Background Color

.myBgColor { background-color: #BCC1A5; }

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

This div background color is #BCC1A5.


Border color

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

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

This div border color is #BCC1A5.


Opacity

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

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

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

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

This text has shadow with #BCC1A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC1A5 on black background.


Color preview on white background

This text has color #BCC1A5 on white background.



Black color preview on #BCC1A5 background

This text has black color on #BCC1A5 background.


White color preview on #BCC1A5 background

This text has white color on #BCC1A5 background.