COLOR #BCDCC9

HEX: #BCDCC9
RGB: (188,220,201)

Color info

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

RGB color model

#BCDCC9 color RGB value is (188,220,201).

  • red value is 188;
  • green value is 220;
  • blue value is 201.
RGB:
(188,220,201)
(74%,86%,79%)

RGB channels and saturation

R 188 of 255 = 74%
G 220 of 255 = 86%
B 201 of 255 = 79%

188
220
201

R + G + B ~ 80%. #BCDCC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 220 + 201 = 609 (100%)
R 188 of 609 ~ 30.87%
G 220 of 609 ~ 36.12%
B 201 of 609 ~ 33%

%30.87
%36.12
%33

CMYK color model

#BCDCC9 color CMYK value is (15,0,9,14).

  • cyan value is 14.55%
  • magenta value is 0.00%
  • yellow value is 8.64%
  • key color value is 13.73%
CMYK:
(15,0,9,14)
C15M0Y9K14 
(15%,0%,9%,14%)
(0.15/0.00/0.09/0.14)	

CMYK percentages

%14.55
%0
%8.64
%13.73

Codes

Color #BCDCC9 in popluar color models

BCDCC9
RGB188220201
HSL144°31.37%80.00%
HSB/HSV144°14.55%86.27%
CMYK14.55%0.00%8.64%
13.73%

Color #BCDCC9 in popluar number systems.

HEXBCDCC9
Decimal188220201
Binary101111001101110011001001
Octal274334311

Shades and tints

Shades of #BCDCC9

#BCDCC9
(188,220,201)
#ABC8B7
(171,200,183)
#9AB4A5
(154,180,165)
#89A093
(137,160,147)
#788C81
(120,140,129)
#67786F
(103,120,111)
#56645D
(86,100,93)
#45504B
(69,80,75)
#343C39
(52,60,57)
#232827
(35,40,39)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #BCDCC9

#BCDCC9
(188,220,201)
#C2DFCD
(194,223,205)
#C8E2D1
(200,226,209)
#CEE5D5
(206,229,213)
#D4E8D9
(212,232,217)
#DAEBDD
(218,235,221)
#E0EEE1
(224,238,225)
#E6F1E5
(230,241,229)
#ECF4E9
(236,244,233)
#F2F7ED
(242,247,237)
#F8FAF1
(248,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCDCC9 color. Also use rgb(188,220,201) instead hex code.

Text Font Color

.myTextColor { color: #BCDCC9; }

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

This text font color is #BCDCC9.


Background Color

.myBgColor { background-color: #BCDCC9; }

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

This div background color is #BCDCC9.


Border color

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

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

This div border color is #BCDCC9.


Opacity

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

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

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

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

This text has shadow with #BCDCC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDCC9 on black background.


Color preview on white background

This text has color #BCDCC9 on white background.



Black color preview on #BCDCC9 background

This text has black color on #BCDCC9 background.


White color preview on #BCDCC9 background

This text has white color on #BCDCC9 background.