COLOR #BCDDC1

HEX: #BCDDC1
RGB: (188,221,193)

Color info

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

RGB color model

#BCDDC1 color RGB value is (188,221,193).

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

RGB channels and saturation

R 188 of 255 = 74%
G 221 of 255 = 87%
B 193 of 255 = 76%

188
221
193

R + G + B ~ 79%. #BCDDC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 221 + 193 = 602 (100%)
R 188 of 602 ~ 31.23%
G 221 of 602 ~ 36.71%
B 193 of 602 ~ 32.06%

%31.23
%36.71
%32.06

CMYK color model

#BCDDC1 color CMYK value is (15,0,13,13).

  • cyan value is 14.93%
  • magenta value is 0.00%
  • yellow value is 12.67%
  • key color value is 13.33%
CMYK:
(15,0,13,13)
C15M0Y13K13 
(15%,0%,13%,13%)
(0.15/0.00/0.13/0.13)	

CMYK percentages

%14.93
%0
%12.67
%13.33

Codes

Color #BCDDC1 in popluar color models

BCDDC1
RGB188221193
HSL129°32.67%80.20%
HSB/HSV129°14.93%86.67%
CMYK14.93%0.00%12.67%
13.33%

Color #BCDDC1 in popluar number systems.

HEXBCDDC1
Decimal188221193
Binary101111001101110111000001
Octal274335301

Shades and tints

Shades of #BCDDC1

#BCDDC1
(188,221,193)
#ABC9B0
(171,201,176)
#9AB59F
(154,181,159)
#89A18E
(137,161,142)
#788D7D
(120,141,125)
#67796C
(103,121,108)
#56655B
(86,101,91)
#45514A
(69,81,74)
#343D39
(52,61,57)
#232928
(35,41,40)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #BCDDC1

#BCDDC1
(188,221,193)
#C2E0C6
(194,224,198)
#C8E3CB
(200,227,203)
#CEE6D0
(206,230,208)
#D4E9D5
(212,233,213)
#DAECDA
(218,236,218)
#E0EFDF
(224,239,223)
#E6F2E4
(230,242,228)
#ECF5E9
(236,245,233)
#F2F8EE
(242,248,238)
#F8FBF3
(248,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDDC1; }

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

This text font color is #BCDDC1.


Background Color

.myBgColor { background-color: #BCDDC1; }

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

This div background color is #BCDDC1.


Border color

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

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

This div border color is #BCDDC1.


Opacity

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

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

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

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

This text has shadow with #BCDDC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDDC1 on black background.


Color preview on white background

This text has color #BCDDC1 on white background.



Black color preview on #BCDDC1 background

This text has black color on #BCDDC1 background.


White color preview on #BCDDC1 background

This text has white color on #BCDDC1 background.