COLOR #BCD0A1

HEX: #BCD0A1
RGB: (188,208,161)

Color info

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

RGB color model

#BCD0A1 color RGB value is (188,208,161).

  • red value is 188;
  • green value is 208;
  • blue value is 161.
RGB:
(188,208,161)
(74%,82%,63%)

RGB channels and saturation

R 188 of 255 = 74%
G 208 of 255 = 82%
B 161 of 255 = 63%

188
208
161

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

Portions of RGB colors in percentages

R + G + B =
188 + 208 + 161 = 557 (100%)
R 188 of 557 ~ 33.75%
G 208 of 557 ~ 37.34%
B 161 of 557 ~ 28.9%

%33.75
%37.34
%28.9

CMYK color model

#BCD0A1 color CMYK value is (10,0,23,18).

  • cyan value is 9.62%
  • magenta value is 0.00%
  • yellow value is 22.60%
  • key color value is 18.43%
CMYK:
(10,0,23,18)
C10M0Y23K18 
(10%,0%,23%,18%)
(0.10/0.00/0.23/0.18)	

CMYK percentages

%9.62
%0
%22.6
%18.43

Codes

Color #BCD0A1 in popluar color models

BCD0A1
RGB188208161
HSL86°33.33%72.35%
HSB/HSV86°22.60%81.57%
CMYK9.62%0.00%22.60%
18.43%

Color #BCD0A1 in popluar number systems.

HEXBCD0A1
Decimal188208161
Binary101111001101000010100001
Octal274320241

Shades and tints

Shades of #BCD0A1

#BCD0A1
(188,208,161)
#ABBE93
(171,190,147)
#9AAC85
(154,172,133)
#899A77
(137,154,119)
#788869
(120,136,105)
#67765B
(103,118,91)
#56644D
(86,100,77)
#45523F
(69,82,63)
#344031
(52,64,49)
#232E23
(35,46,35)
#121C15
(18,28,21)
#000000
(0,0,0)

Tints of #BCD0A1

#BCD0A1
(188,208,161)
#C2D4A9
(194,212,169)
#C8D8B1
(200,216,177)
#CEDCB9
(206,220,185)
#D4E0C1
(212,224,193)
#DAE4C9
(218,228,201)
#E0E8D1
(224,232,209)
#E6ECD9
(230,236,217)
#ECF0E1
(236,240,225)
#F2F4E9
(242,244,233)
#F8F8F1
(248,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD0A1 color. Also use rgb(188,208,161) instead hex code.

Text Font Color

.myTextColor { color: #BCD0A1; }

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

This text font color is #BCD0A1.


Background Color

.myBgColor { background-color: #BCD0A1; }

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

This div background color is #BCD0A1.


Border color

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

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

This div border color is #BCD0A1.


Opacity

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

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

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

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

This text has shadow with #BCD0A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD0A1 on black background.


Color preview on white background

This text has color #BCD0A1 on white background.



Black color preview on #BCD0A1 background

This text has black color on #BCD0A1 background.


White color preview on #BCD0A1 background

This text has white color on #BCD0A1 background.