COLOR #BCDBD2

HEX: #BCDBD2
RGB: (188,219,210)

Color info

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

RGB color model

#BCDBD2 color RGB value is (188,219,210).

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

RGB channels and saturation

R 188 of 255 = 74%
G 219 of 255 = 86%
B 210 of 255 = 82%

188
219
210

R + G + B ~ 81%. #BCDBD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 219 + 210 = 617 (100%)
R 188 of 617 ~ 30.47%
G 219 of 617 ~ 35.49%
B 210 of 617 ~ 34.04%

%30.47
%35.49
%34.04

CMYK color model

#BCDBD2 color CMYK value is (14,0,4,14).

  • cyan value is 14.16%
  • magenta value is 0.00%
  • yellow value is 4.11%
  • key color value is 14.12%
CMYK:
(14,0,4,14)
C14M0Y4K14 
(14%,0%,4%,14%)
(0.14/0.00/0.04/0.14)	

CMYK percentages

%14.16
%0
%4.11
%14.12

Codes

Color #BCDBD2 in popluar color models

BCDBD2
RGB188219210
HSL163°30.10%79.80%
HSB/HSV163°14.16%85.88%
CMYK14.16%0.00%4.11%
14.12%

Color #BCDBD2 in popluar number systems.

HEXBCDBD2
Decimal188219210
Binary101111001101101111010010
Octal274333322

Shades and tints

Shades of #BCDBD2

#BCDBD2
(188,219,210)
#ABC8BF
(171,200,191)
#9AB5AC
(154,181,172)
#89A299
(137,162,153)
#788F86
(120,143,134)
#677C73
(103,124,115)
#566960
(86,105,96)
#45564D
(69,86,77)
#34433A
(52,67,58)
#233027
(35,48,39)
#121D14
(18,29,20)
#000000
(0,0,0)

Tints of #BCDBD2

#BCDBD2
(188,219,210)
#C2DED6
(194,222,214)
#C8E1DA
(200,225,218)
#CEE4DE
(206,228,222)
#D4E7E2
(212,231,226)
#DAEAE6
(218,234,230)
#E0EDEA
(224,237,234)
#E6F0EE
(230,240,238)
#ECF3F2
(236,243,242)
#F2F6F6
(242,246,246)
#F8F9FA
(248,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDBD2; }

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

This text font color is #BCDBD2.


Background Color

.myBgColor { background-color: #BCDBD2; }

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

This div background color is #BCDBD2.


Border color

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

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

This div border color is #BCDBD2.


Opacity

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

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

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

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

This text has shadow with #BCDBD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDBD2 on black background.


Color preview on white background

This text has color #BCDBD2 on white background.



Black color preview on #BCDBD2 background

This text has black color on #BCDBD2 background.


White color preview on #BCDBD2 background

This text has white color on #BCDBD2 background.