COLOR #BCDBD9

HEX: #BCDBD9
RGB: (188,219,217)

Color info

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

RGB color model

#BCDBD9 color RGB value is (188,219,217).

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

RGB channels and saturation

R 188 of 255 = 74%
G 219 of 255 = 86%
B 217 of 255 = 85%

188
219
217

R + G + B ~ 82%. #BCDBD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 219 + 217 = 624 (100%)
R 188 of 624 ~ 30.13%
G 219 of 624 ~ 35.1%
B 217 of 624 ~ 34.78%

%30.13
%35.1
%34.78

CMYK color model

#BCDBD9 color CMYK value is (14,0,1,14).

  • cyan value is 14.16%
  • magenta value is 0.00%
  • yellow value is 0.91%
  • key color value is 14.12%
CMYK:
(14,0,1,14)
C14M0Y1K14 
(14%,0%,1%,14%)
(0.14/0.00/0.01/0.14)	

CMYK percentages

%14.16
%0
%0.91
%14.12

Codes

Color #BCDBD9 in popluar color models

BCDBD9
RGB188219217
HSL176°30.10%79.80%
HSB/HSV176°14.16%85.88%
CMYK14.16%0.00%0.91%
14.12%

Color #BCDBD9 in popluar number systems.

HEXBCDBD9
Decimal188219217
Binary101111001101101111011001
Octal274333331

Shades and tints

Shades of #BCDBD9

#BCDBD9
(188,219,217)
#ABC8C6
(171,200,198)
#9AB5B3
(154,181,179)
#89A2A0
(137,162,160)
#788F8D
(120,143,141)
#677C7A
(103,124,122)
#566967
(86,105,103)
#455654
(69,86,84)
#344341
(52,67,65)
#23302E
(35,48,46)
#121D1B
(18,29,27)
#000000
(0,0,0)

Tints of #BCDBD9

#BCDBD9
(188,219,217)
#C2DEDC
(194,222,220)
#C8E1DF
(200,225,223)
#CEE4E2
(206,228,226)
#D4E7E5
(212,231,229)
#DAEAE8
(218,234,232)
#E0EDEB
(224,237,235)
#E6F0EE
(230,240,238)
#ECF3F1
(236,243,241)
#F2F6F4
(242,246,244)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDBD9; }

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

This text font color is #BCDBD9.


Background Color

.myBgColor { background-color: #BCDBD9; }

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

This div background color is #BCDBD9.


Border color

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

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

This div border color is #BCDBD9.


Opacity

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

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

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

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

This text has shadow with #BCDBD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDBD9 on black background.


Color preview on white background

This text has color #BCDBD9 on white background.



Black color preview on #BCDBD9 background

This text has black color on #BCDBD9 background.


White color preview on #BCDBD9 background

This text has white color on #BCDBD9 background.