COLOR #BCDBC5

HEX: #BCDBC5
RGB: (188,219,197)

Color info

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

RGB color model

#BCDBC5 color RGB value is (188,219,197).

  • red value is 188;
  • green value is 219;
  • blue value is 197.
RGB:
(188,219,197)
(74%,86%,77%)

RGB channels and saturation

R 188 of 255 = 74%
G 219 of 255 = 86%
B 197 of 255 = 77%

188
219
197

R + G + B ~ 79%. #BCDBC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 219 + 197 = 604 (100%)
R 188 of 604 ~ 31.13%
G 219 of 604 ~ 36.26%
B 197 of 604 ~ 32.62%

%31.13
%36.26
%32.62

CMYK color model

#BCDBC5 color CMYK value is (14,0,10,14).

  • cyan value is 14.16%
  • magenta value is 0.00%
  • yellow value is 10.05%
  • key color value is 14.12%
CMYK:
(14,0,10,14)
C14M0Y10K14 
(14%,0%,10%,14%)
(0.14/0.00/0.10/0.14)	

CMYK percentages

%14.16
%0
%10.05
%14.12

Codes

Color #BCDBC5 in popluar color models

BCDBC5
RGB188219197
HSL137°30.10%79.80%
HSB/HSV137°14.16%85.88%
CMYK14.16%0.00%10.05%
14.12%

Color #BCDBC5 in popluar number systems.

HEXBCDBC5
Decimal188219197
Binary101111001101101111000101
Octal274333305

Shades and tints

Shades of #BCDBC5

#BCDBC5
(188,219,197)
#ABC8B4
(171,200,180)
#9AB5A3
(154,181,163)
#89A292
(137,162,146)
#788F81
(120,143,129)
#677C70
(103,124,112)
#56695F
(86,105,95)
#45564E
(69,86,78)
#34433D
(52,67,61)
#23302C
(35,48,44)
#121D1B
(18,29,27)
#000000
(0,0,0)

Tints of #BCDBC5

#BCDBC5
(188,219,197)
#C2DECA
(194,222,202)
#C8E1CF
(200,225,207)
#CEE4D4
(206,228,212)
#D4E7D9
(212,231,217)
#DAEADE
(218,234,222)
#E0EDE3
(224,237,227)
#E6F0E8
(230,240,232)
#ECF3ED
(236,243,237)
#F2F6F2
(242,246,242)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDBC5; }

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

This text font color is #BCDBC5.


Background Color

.myBgColor { background-color: #BCDBC5; }

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

This div background color is #BCDBC5.


Border color

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

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

This div border color is #BCDBC5.


Opacity

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

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

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

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

This text has shadow with #BCDBC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDBC5 on black background.


Color preview on white background

This text has color #BCDBC5 on white background.



Black color preview on #BCDBC5 background

This text has black color on #BCDBC5 background.


White color preview on #BCDBC5 background

This text has white color on #BCDBC5 background.