COLOR #BCCDC9

HEX: #BCCDC9 RGB: (188,205,201)

Color info

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

RGB color model

#BCCDC9 color RGB value is (188,205,201).

RGB: (188,205,201) (74%, 80%, 79%)

RGB channels and saturation

R 188 of 255 = 74%
G 205 of 255 = 80%
B 201 of 255 = 79%

188
205
201

R + G + B ~ 78%. #BCCDC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 205 + 201 = 594 (100%)
R 188 of 594 ~ 31.65%
G 205 of 594 ~ 34.51%
B 201 of 594 ~ 33.84'%

%31.65
%34.51
%33.84

CMYK color model

#BCCDC9 color CMYK value is (8,0,2,20).

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

CMYK: (8,0,2,20)
C8M0Y2K20 (8%, 0%, 2%, 20%)
(0.08 / 0.00 / 0.02 / 0.20)

CMYK percentages

%8.29
%0
%1.95
%19.61

Codes

Color #BCCDC9 in popluar color models

BC CD C9
RGB 188 205 201
HSL 166° 14.53% 77.06%
HSB/HSV 166° 8.29% 80.39%
CMYK 8.29% 0.00% 1.95%
19.61%

Color #BCCDC9 in popluar number systems.

HEX BC CD C9
Decimal 188 205 201
Binary 10111100 11001101 11001001
Octal 274 315 311

Shades and tints

Shades of #BCCDC9

#BCCDC9
(188,205,201)
#ABBBB7
(171,187,183)
#9AA9A5
(154,169,165)
#899793
(137,151,147)
#788581
(120,133,129)
#67736F
(103,115,111)
#56615D
(86,97,93)
#454F4B
(69,79,75)
#343D39
(52,61,57)
#232B27
(35,43,39)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #BCCDC9

#BCCDC9
(188,205,201)
#C2D1CD
(194,209,205)
#C8D5D1
(200,213,209)
#CED9D5
(206,217,213)
#D4DDD9
(212,221,217)
#DAE1DD
(218,225,221)
#E0E5E1
(224,229,225)
#E6E9E5
(230,233,229)
#ECEDE9
(236,237,233)
#F2F1ED
(242,241,237)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCDC9; }

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

This text font color is #BCCDC9.

Background Color

.myBgColor { background-color: #BCCDC9; }

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

This div background color is #BCCDC9.

Border color

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

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

This div border color is #BCCDC9.

Opacity

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

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

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

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

This text has shadow with #BCCDC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCDC9.

Preview

Color preview on black background

This text has color #BCCDC9 on black background.


Color preview on white background

This text has color #BCCDC9 on white background.


Black color preview on #BCCDC9 background

This text has black color on #BCCDC9 background.


White color preview on #BCCDC9 background

This text has white color on #BCCDC9 background.


Related colors

Complementary color

Complementary color for #hex is #433236.


I love getcolorcode.com

Triadic colors

1 #C9BCCD and #CDC9BC with #BCCDC9 are triadic colors.

2 #C9CDBC and #CDBCC9 with #BCCDC9 are triadic colors.