COLOR #BCDCC3

HEX: #BCDCC3
RGB: (188,220,195)

Color info

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

RGB color model

#BCDCC3 color RGB value is (188,220,195).

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

RGB channels and saturation

R 188 of 255 = 74%
G 220 of 255 = 86%
B 195 of 255 = 76%

188
220
195

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

Portions of RGB colors in percentages

R + G + B =
188 + 220 + 195 = 603 (100%)
R 188 of 603 ~ 31.18%
G 220 of 603 ~ 36.48%
B 195 of 603 ~ 32.34%

%31.18
%36.48
%32.34

CMYK color model

#BCDCC3 color CMYK value is (15,0,11,14).

  • cyan value is 14.55%
  • magenta value is 0.00%
  • yellow value is 11.36%
  • key color value is 13.73%
CMYK:
(15,0,11,14)
C15M0Y11K14 
(15%,0%,11%,14%)
(0.15/0.00/0.11/0.14)	

CMYK percentages

%14.55
%0
%11.36
%13.73

Codes

Color #BCDCC3 in popluar color models

BCDCC3
RGB188220195
HSL133°31.37%80.00%
HSB/HSV133°14.55%86.27%
CMYK14.55%0.00%11.36%
13.73%

Color #BCDCC3 in popluar number systems.

HEXBCDCC3
Decimal188220195
Binary101111001101110011000011
Octal274334303

Shades and tints

Shades of #BCDCC3

#BCDCC3
(188,220,195)
#ABC8B2
(171,200,178)
#9AB4A1
(154,180,161)
#89A090
(137,160,144)
#788C7F
(120,140,127)
#67786E
(103,120,110)
#56645D
(86,100,93)
#45504C
(69,80,76)
#343C3B
(52,60,59)
#23282A
(35,40,42)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #BCDCC3

#BCDCC3
(188,220,195)
#C2DFC8
(194,223,200)
#C8E2CD
(200,226,205)
#CEE5D2
(206,229,210)
#D4E8D7
(212,232,215)
#DAEBDC
(218,235,220)
#E0EEE1
(224,238,225)
#E6F1E6
(230,241,230)
#ECF4EB
(236,244,235)
#F2F7F0
(242,247,240)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDCC3; }

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

This text font color is #BCDCC3.


Background Color

.myBgColor { background-color: #BCDCC3; }

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

This div background color is #BCDCC3.


Border color

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

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

This div border color is #BCDCC3.


Opacity

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

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

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

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

This text has shadow with #BCDCC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDCC3 on black background.


Color preview on white background

This text has color #BCDCC3 on white background.



Black color preview on #BCDCC3 background

This text has black color on #BCDCC3 background.


White color preview on #BCDCC3 background

This text has white color on #BCDCC3 background.