COLOR #BCCDC5

HEX: #BCCDC5 RGB: (188,205,197)

Color info

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

RGB color model

#BCCDC5 color RGB value is (188,205,197).

RGB: (188,205,197) (74%, 80%, 77%)

RGB channels and saturation

R 188 of 255 = 74%
G 205 of 255 = 80%
B 197 of 255 = 77%

188
205
197

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

Portions of RGB colors in percentages

R + G + B = 188 + 205 + 197 = 590 (100%)
R 188 of 590 ~ 31.86%
G 205 of 590 ~ 34.75%
B 197 of 590 ~ 33.39'%

%31.86
%34.75
%33.39

CMYK color model

#BCCDC5 color CMYK value is (8,0,4,20).

  • cyan value is 8.29%
  • magenta value is 0.00%
  • yellow value is 3.90%
  • key color value is 19.61%

CMYK: (8,0,4,20)
C8M0Y4K20 (8%, 0%, 4%, 20%)
(0.08 / 0.00 / 0.04 / 0.20)

CMYK percentages

%8.29
%0
%3.9
%19.61

Codes

Color #BCCDC5 in popluar color models

BC CD C5
RGB 188 205 197
HSL 152° 14.53% 77.06%
HSB/HSV 152° 8.29% 80.39%
CMYK 8.29% 0.00% 3.90%
19.61%

Color #BCCDC5 in popluar number systems.

HEX BC CD C5
Decimal 188 205 197
Binary 10111100 11001101 11000101
Octal 274 315 305

Shades and tints

Shades of #BCCDC5

#BCCDC5
(188,205,197)
#ABBBB4
(171,187,180)
#9AA9A3
(154,169,163)
#899792
(137,151,146)
#788581
(120,133,129)
#677370
(103,115,112)
#56615F
(86,97,95)
#454F4E
(69,79,78)
#343D3D
(52,61,61)
#232B2C
(35,43,44)
#12191B
(18,25,27)
#000000
(0,0,0)

Tints of #BCCDC5

#BCCDC5
(188,205,197)
#C2D1CA
(194,209,202)
#C8D5CF
(200,213,207)
#CED9D4
(206,217,212)
#D4DDD9
(212,221,217)
#DAE1DE
(218,225,222)
#E0E5E3
(224,229,227)
#E6E9E8
(230,233,232)
#ECEDED
(236,237,237)
#F2F1F2
(242,241,242)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCDC5 color. Also use rgb(188,205,197) instead hex code.

Text Font Color

.myTextColor { color: #BCCDC5; }

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

This text font color is #BCCDC5.

Background Color

.myBgColor { background-color: #BCCDC5; }

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

This div background color is #BCCDC5.

Border color

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

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

This div border color is #BCCDC5.

Opacity

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

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

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

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

This text has shadow with #BCCDC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCDC5.

Preview

Color preview on black background

This text has color #BCCDC5 on black background.


Color preview on white background

This text has color #BCCDC5 on white background.


Black color preview on #BCCDC5 background

This text has black color on #BCCDC5 background.


White color preview on #BCCDC5 background

This text has white color on #BCCDC5 background.


Related colors

Complementary color

Complementary color for #hex is #43323A.


I love getcolorcode.com

Triadic colors

1 #C5BCCD and #CDC5BC with #BCCDC5 are triadic colors.

2 #C5CDBC and #CDBCC5 with #BCCDC5 are triadic colors.