COLOR #BCDBDC

HEX: #BCDBDC RGB: (188,219,220)

Color info

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

RGB color model

#BCDBDC color RGB value is (188,219,220).

RGB: (188,219,220) (74%, 86%, 86%)

RGB channels and saturation

R 188 of 255 = 74%
G 219 of 255 = 86%
B 220 of 255 = 86%

188
219
220

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

Portions of RGB colors in percentages

R + G + B = 188 + 219 + 220 = 627 (100%)
R 188 of 627 ~ 29.98%
G 219 of 627 ~ 34.93%
B 220 of 627 ~ 35.09'%

%29.98
%34.93
%35.09

CMYK color model

#BCDBDC color CMYK value is (15,0,0,14).

  • cyan value is 14.55%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (15,0,0,14) C15M0Y0K14 (15%,0%,0%,14%) (0.15/0.00/0.00/0.14) 

CMYK percentages

%14.55
%0.45
%0
%13.73

Codes

Color #BCDBDC in popluar color models

BC DB DC
RGB 188 219 220
HSL 182° 31.37% 80.00%
HSB/HSV 182° 14.55% 86.27%
CMYK 14.55% 0.45% 0.00%
13.73%

Color #BCDBDC in popluar number systems.

HEX BC DB DC
Decimal 188 219 220
Binary 10111100 11011011 11011100
Octal 274 333 334

Shades and tints

Shades of #BCDBDC

#BCDBDC
(188,219,220)
#ABC8C8
(171,200,200)
#9AB5B4
(154,181,180)
#89A2A0
(137,162,160)
#788F8C
(120,143,140)
#677C78
(103,124,120)
#566964
(86,105,100)
#455650
(69,86,80)
#34433C
(52,67,60)
#233028
(35,48,40)
#121D14
(18,29,20)
#000000
(0,0,0)

Tints of #BCDBDC

#BCDBDC
(188,219,220)
#C2DEDF
(194,222,223)
#C8E1E2
(200,225,226)
#CEE4E5
(206,228,229)
#D4E7E8
(212,231,232)
#DAEAEB
(218,234,235)
#E0EDEE
(224,237,238)
#E6F0F1
(230,240,241)
#ECF3F4
(236,243,244)
#F2F6F7
(242,246,247)
#F8F9FA
(248,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCDBDC; }

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

This text font color is #BCDBDC.

Background Color

.myBgColor { background-color: #BCDBDC; }

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

This div background color is #BCDBDC.

Border color

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

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

This div border color is #BCDBDC.

Opacity

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

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

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

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

This text has shadow with #BCDBDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCDBDC.

Preview

Color preview on black background

This text has color #BCDBDC on black background.


Color preview on white background

This text has color #BCDBDC on white background.


Black color preview on #BCDBDC background

This text has black color on #BCDBDC background.


White color preview on #BCDBDC background

This text has white color on #BCDBDC background.


Related colors

Complementary color

Complementary color for #hex is #432423.


I love getcolorcode.com

Triadic colors

1 #DCBCDB and #DBDCBC with #BCDBDC are triadic colors.

2 #DCDBBC and #DBBCDC with #BCDBDC are triadic colors.