COLOR #BCD6C1

HEX: #BCD6C1 RGB: (188,214,193)

Color info

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

RGB color model

#BCD6C1 color RGB value is (188,214,193).

RGB: (188,214,193) (74%, 84%, 76%)

RGB channels and saturation

R 188 of 255 = 74%
G 214 of 255 = 84%
B 193 of 255 = 76%

188
214
193

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

Portions of RGB colors in percentages

R + G + B = 188 + 214 + 193 = 595 (100%)
R 188 of 595 ~ 31.6%
G 214 of 595 ~ 35.97%
B 193 of 595 ~ 32.44'%

%31.6
%35.97
%32.44

CMYK color model

#BCD6C1 color CMYK value is (12,0,10,16).

  • cyan value is 12.15%
  • magenta value is 0.00%
  • yellow value is 9.81%
  • key color value is 16.08%

CMYK: (12,0,10,16)
C12M0Y10K16 (12%, 0%, 10%, 16%)
(0.12 / 0.00 / 0.10 / 0.16)

CMYK percentages

%12.15
%0
%9.81
%16.08

Codes

Color #BCD6C1 in popluar color models

BC D6 C1
RGB 188 214 193
HSL 132° 24.07% 78.82%
HSB/HSV 132° 12.15% 83.92%
CMYK 12.15% 0.00% 9.81%
16.08%

Color #BCD6C1 in popluar number systems.

HEX BC D6 C1
Decimal 188 214 193
Binary 10111100 11010110 11000001
Octal 274 326 301

Shades and tints

Shades of #BCD6C1

#BCD6C1
(188,214,193)
#ABC3B0
(171,195,176)
#9AB09F
(154,176,159)
#899D8E
(137,157,142)
#788A7D
(120,138,125)
#67776C
(103,119,108)
#56645B
(86,100,91)
#45514A
(69,81,74)
#343E39
(52,62,57)
#232B28
(35,43,40)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #BCD6C1

#BCD6C1
(188,214,193)
#C2D9C6
(194,217,198)
#C8DCCB
(200,220,203)
#CEDFD0
(206,223,208)
#D4E2D5
(212,226,213)
#DAE5DA
(218,229,218)
#E0E8DF
(224,232,223)
#E6EBE4
(230,235,228)
#ECEEE9
(236,238,233)
#F2F1EE
(242,241,238)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD6C1 color. Also use rgb(188,214,193) instead hex code.

Text Font Color

.myTextColor { color: #BCD6C1; }

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

This text font color is #BCD6C1.

Background Color

.myBgColor { background-color: #BCD6C1; }

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

This div background color is #BCD6C1.

Border color

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

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

This div border color is #BCD6C1.

Opacity

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

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

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

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

This text has shadow with #BCD6C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCD6C1.

Preview

Color preview on black background

This text has color #BCD6C1 on black background.


Color preview on white background

This text has color #BCD6C1 on white background.


Black color preview on #BCD6C1 background

This text has black color on #BCD6C1 background.


White color preview on #BCD6C1 background

This text has white color on #BCD6C1 background.


Related colors

Complementary color

Complementary color for #hex is #43293E.


I love getcolorcode.com

Triadic colors

1 #C1BCD6 and #D6C1BC with #BCD6C1 are triadic colors.

2 #C1D6BC and #D6BCC1 with #BCD6C1 are triadic colors.