COLOR #BCD1B2

HEX: #BCD1B2
RGB: (188,209,178)

Color info

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

RGB color model

#BCD1B2 color RGB value is (188,209,178).

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

RGB channels and saturation

R 188 of 255 = 74%
G 209 of 255 = 82%
B 178 of 255 = 70%

188
209
178

R + G + B ~ 75%. #BCD1B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 209 + 178 = 575 (100%)
R 188 of 575 ~ 32.7%
G 209 of 575 ~ 36.35%
B 178 of 575 ~ 30.96%

%32.7
%36.35
%30.96

CMYK color model

#BCD1B2 color CMYK value is (10,0,15,18).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 14.83%
  • key color value is 18.04%
CMYK:
(10,0,15,18)
C10M0Y15K18 
(10%,0%,15%,18%)
(0.10/0.00/0.15/0.18)	

CMYK percentages

%10.05
%0
%14.83
%18.04

Codes

Color #BCD1B2 in popluar color models

BCD1B2
RGB188209178
HSL101°25.20%75.88%
HSB/HSV101°14.83%81.96%
CMYK10.05%0.00%14.83%
18.04%

Color #BCD1B2 in popluar number systems.

HEXBCD1B2
Decimal188209178
Binary101111001101000110110010
Octal274321262

Shades and tints

Shades of #BCD1B2

#BCD1B2
(188,209,178)
#ABBEA2
(171,190,162)
#9AAB92
(154,171,146)
#899882
(137,152,130)
#788572
(120,133,114)
#677262
(103,114,98)
#565F52
(86,95,82)
#454C42
(69,76,66)
#343932
(52,57,50)
#232622
(35,38,34)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #BCD1B2

#BCD1B2
(188,209,178)
#C2D5B9
(194,213,185)
#C8D9C0
(200,217,192)
#CEDDC7
(206,221,199)
#D4E1CE
(212,225,206)
#DAE5D5
(218,229,213)
#E0E9DC
(224,233,220)
#E6EDE3
(230,237,227)
#ECF1EA
(236,241,234)
#F2F5F1
(242,245,241)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD1B2; }

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

This text font color is #BCD1B2.


Background Color

.myBgColor { background-color: #BCD1B2; }

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

This div background color is #BCD1B2.


Border color

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

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

This div border color is #BCD1B2.


Opacity

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

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

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

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

This text has shadow with #BCD1B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD1B2 on black background.


Color preview on white background

This text has color #BCD1B2 on white background.



Black color preview on #BCD1B2 background

This text has black color on #BCD1B2 background.


White color preview on #BCD1B2 background

This text has white color on #BCD1B2 background.