COLOR #BCD1B8

HEX: #BCD1B8
RGB: (188,209,184)

Color info

#BCD1B8 contains red, green and blue colors in about the same proportion. Web safe color of #BCD1B8 is #CCCCCC (or #CCC).

RGB color model

#BCD1B8 color RGB value is (188,209,184).

  • red value is 188;
  • green value is 209;
  • blue value is 184.
RGB:
(188,209,184)
(74%,82%,72%)

RGB channels and saturation

R 188 of 255 = 74%
G 209 of 255 = 82%
B 184 of 255 = 72%

188
209
184

R + G + B ~ 76%. #BCD1B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 209 + 184 = 581 (100%)
R 188 of 581 ~ 32.36%
G 209 of 581 ~ 35.97%
B 184 of 581 ~ 31.67%

%32.36
%35.97
%31.67

CMYK color model

#BCD1B8 color CMYK value is (10,0,12,18).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 11.96%
  • key color value is 18.04%
CMYK:
(10,0,12,18)
C10M0Y12K18 
(10%,0%,12%,18%)
(0.10/0.00/0.12/0.18)	

CMYK percentages

%10.05
%0
%11.96
%18.04

Codes

Color #BCD1B8 in popluar color models

BCD1B8
RGB188209184
HSL110°21.37%77.06%
HSB/HSV110°11.96%81.96%
CMYK10.05%0.00%11.96%
18.04%

Color #BCD1B8 in popluar number systems.

HEXBCD1B8
Decimal188209184
Binary101111001101000110111000
Octal274321270

Shades and tints

Shades of #BCD1B8

#BCD1B8
(188,209,184)
#ABBEA8
(171,190,168)
#9AAB98
(154,171,152)
#899888
(137,152,136)
#788578
(120,133,120)
#677268
(103,114,104)
#565F58
(86,95,88)
#454C48
(69,76,72)
#343938
(52,57,56)
#232628
(35,38,40)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #BCD1B8

#BCD1B8
(188,209,184)
#C2D5BE
(194,213,190)
#C8D9C4
(200,217,196)
#CEDDCA
(206,221,202)
#D4E1D0
(212,225,208)
#DAE5D6
(218,229,214)
#E0E9DC
(224,233,220)
#E6EDE2
(230,237,226)
#ECF1E8
(236,241,232)
#F2F5EE
(242,245,238)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD1B8 color. Also use rgb(188,209,184) instead hex code.

Text Font Color

.myTextColor { color: #BCD1B8; }

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

This text font color is #BCD1B8.


Background Color

.myBgColor { background-color: #BCD1B8; }

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

This div background color is #BCD1B8.


Border color

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

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

This div border color is #BCD1B8.


Opacity

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

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

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

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

This text has shadow with #BCD1B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD1B8 on black background.


Color preview on white background

This text has color #BCD1B8 on white background.



Black color preview on #BCD1B8 background

This text has black color on #BCD1B8 background.


White color preview on #BCD1B8 background

This text has white color on #BCD1B8 background.