COLOR #BCD2C1

HEX: #BCD2C1
RGB: (188,210,193)

Color info

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

RGB color model

#BCD2C1 color RGB value is (188,210,193).

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

RGB channels and saturation

R 188 of 255 = 74%
G 210 of 255 = 82%
B 193 of 255 = 76%

188
210
193

R + G + B ~ 77%. #BCD2C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 210 + 193 = 591 (100%)
R 188 of 591 ~ 31.81%
G 210 of 591 ~ 35.53%
B 193 of 591 ~ 32.66%

%31.81
%35.53
%32.66

CMYK color model

#BCD2C1 color CMYK value is (10,0,8,18).

  • cyan value is 10.48%
  • magenta value is 0.00%
  • yellow value is 8.10%
  • key color value is 17.65%
CMYK:
(10,0,8,18)
C10M0Y8K18 
(10%,0%,8%,18%)
(0.10/0.00/0.08/0.18)	

CMYK percentages

%10.48
%0
%8.1
%17.65

Codes

Color #BCD2C1 in popluar color models

BCD2C1
RGB188210193
HSL134°19.64%78.04%
HSB/HSV134°10.48%82.35%
CMYK10.48%0.00%8.10%
17.65%

Color #BCD2C1 in popluar number systems.

HEXBCD2C1
Decimal188210193
Binary101111001101001011000001
Octal274322301

Shades and tints

Shades of #BCD2C1

#BCD2C1
(188,210,193)
#ABBFB0
(171,191,176)
#9AAC9F
(154,172,159)
#89998E
(137,153,142)
#78867D
(120,134,125)
#67736C
(103,115,108)
#56605B
(86,96,91)
#454D4A
(69,77,74)
#343A39
(52,58,57)
#232728
(35,39,40)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #BCD2C1

#BCD2C1
(188,210,193)
#C2D6C6
(194,214,198)
#C8DACB
(200,218,203)
#CEDED0
(206,222,208)
#D4E2D5
(212,226,213)
#DAE6DA
(218,230,218)
#E0EADF
(224,234,223)
#E6EEE4
(230,238,228)
#ECF2E9
(236,242,233)
#F2F6EE
(242,246,238)
#F8FAF3
(248,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD2C1; }

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

This text font color is #BCD2C1.


Background Color

.myBgColor { background-color: #BCD2C1; }

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

This div background color is #BCD2C1.


Border color

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

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

This div border color is #BCD2C1.


Opacity

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

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

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

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

This text has shadow with #BCD2C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD2C1 on black background.


Color preview on white background

This text has color #BCD2C1 on white background.



Black color preview on #BCD2C1 background

This text has black color on #BCD2C1 background.


White color preview on #BCD2C1 background

This text has white color on #BCD2C1 background.