COLOR #BCD7C0

HEX: #BCD7C0
RGB: (188,215,192)

Color info

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

RGB color model

#BCD7C0 color RGB value is (188,215,192).

  • red value is 188;
  • green value is 215;
  • blue value is 192.
RGB:
(188,215,192)
(74%,84%,75%)

RGB channels and saturation

R 188 of 255 = 74%
G 215 of 255 = 84%
B 192 of 255 = 75%

188
215
192

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

Portions of RGB colors in percentages

R + G + B =
188 + 215 + 192 = 595 (100%)
R 188 of 595 ~ 31.6%
G 215 of 595 ~ 36.13%
B 192 of 595 ~ 32.27%

%31.6
%36.13
%32.27

CMYK color model

#BCD7C0 color CMYK value is (13,0,11,16).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 10.70%
  • key color value is 15.69%
CMYK:
(13,0,11,16)
C13M0Y11K16 
(13%,0%,11%,16%)
(0.13/0.00/0.11/0.16)	

CMYK percentages

%12.56
%0
%10.7
%15.69

Codes

Color #BCD7C0 in popluar color models

BCD7C0
RGB188215192
HSL129°25.23%79.02%
HSB/HSV129°12.56%84.31%
CMYK12.56%0.00%10.70%
15.69%

Color #BCD7C0 in popluar number systems.

HEXBCD7C0
Decimal188215192
Binary101111001101011111000000
Octal274327300

Shades and tints

Shades of #BCD7C0

#BCD7C0
(188,215,192)
#ABC4AF
(171,196,175)
#9AB19E
(154,177,158)
#899E8D
(137,158,141)
#788B7C
(120,139,124)
#67786B
(103,120,107)
#56655A
(86,101,90)
#455249
(69,82,73)
#343F38
(52,63,56)
#232C27
(35,44,39)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #BCD7C0

#BCD7C0
(188,215,192)
#C2DAC5
(194,218,197)
#C8DDCA
(200,221,202)
#CEE0CF
(206,224,207)
#D4E3D4
(212,227,212)
#DAE6D9
(218,230,217)
#E0E9DE
(224,233,222)
#E6ECE3
(230,236,227)
#ECEFE8
(236,239,232)
#F2F2ED
(242,242,237)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD7C0 color. Also use rgb(188,215,192) instead hex code.

Text Font Color

.myTextColor { color: #BCD7C0; }

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

This text font color is #BCD7C0.


Background Color

.myBgColor { background-color: #BCD7C0; }

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

This div background color is #BCD7C0.


Border color

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

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

This div border color is #BCD7C0.


Opacity

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

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

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

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

This text has shadow with #BCD7C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD7C0 on black background.


Color preview on white background

This text has color #BCD7C0 on white background.



Black color preview on #BCD7C0 background

This text has black color on #BCD7C0 background.


White color preview on #BCD7C0 background

This text has white color on #BCD7C0 background.