COLOR #BCCDB7

HEX: #BCCDB7 RGB: (188,205,183)

Color info

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

RGB color model

#BCCDB7 color RGB value is (188,205,183).

RGB: (188,205,183) (74%, 80%, 72%)

RGB channels and saturation

R 188 of 255 = 74%
G 205 of 255 = 80%
B 183 of 255 = 72%

188
205
183

R + G + B ~ 75%. #BCCDB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 205 + 183 = 576 (100%)
R 188 of 576 ~ 32.64%
G 205 of 576 ~ 35.59%
B 183 of 576 ~ 31.77'%

%32.64
%35.59
%31.77

CMYK color model

#BCCDB7 color CMYK value is (8,0,11,20).

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

CMYK: (8,0,11,20)
C8M0Y11K20 (8%, 0%, 11%, 20%)
(0.08 / 0.00 / 0.11 / 0.20)

CMYK percentages

%8.29
%0
%10.73
%19.61

Codes

Color #BCCDB7 in popluar color models

BC CD B7
RGB 188 205 183
HSL 106° 18.03% 76.08%
HSB/HSV 106° 10.73% 80.39%
CMYK 8.29% 0.00% 10.73%
19.61%

Color #BCCDB7 in popluar number systems.

HEX BC CD B7
Decimal 188 205 183
Binary 10111100 11001101 10110111
Octal 274 315 267

Shades and tints

Shades of #BCCDB7

#BCCDB7
(188,205,183)
#ABBBA7
(171,187,167)
#9AA997
(154,169,151)
#899787
(137,151,135)
#788577
(120,133,119)
#677367
(103,115,103)
#566157
(86,97,87)
#454F47
(69,79,71)
#343D37
(52,61,55)
#232B27
(35,43,39)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #BCCDB7

#BCCDB7
(188,205,183)
#C2D1BD
(194,209,189)
#C8D5C3
(200,213,195)
#CED9C9
(206,217,201)
#D4DDCF
(212,221,207)
#DAE1D5
(218,225,213)
#E0E5DB
(224,229,219)
#E6E9E1
(230,233,225)
#ECEDE7
(236,237,231)
#F2F1ED
(242,241,237)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCDB7; }

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

This text font color is #BCCDB7.

Background Color

.myBgColor { background-color: #BCCDB7; }

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

This div background color is #BCCDB7.

Border color

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

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

This div border color is #BCCDB7.

Opacity

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

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

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

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

This text has shadow with #BCCDB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCDB7.

Preview

Color preview on black background

This text has color #BCCDB7 on black background.


Color preview on white background

This text has color #BCCDB7 on white background.


Black color preview on #BCCDB7 background

This text has black color on #BCCDB7 background.


White color preview on #BCCDB7 background

This text has white color on #BCCDB7 background.


Related colors

Complementary color

Complementary color for #hex is #433248.


I love getcolorcode.com

Triadic colors

1 #B7BCCD and #CDB7BC with #BCCDB7 are triadic colors.

2 #B7CDBC and #CDBCB7 with #BCCDB7 are triadic colors.