COLOR #BCCFDC

HEX: #BCCFDC RGB: (188,207,220)

Color info

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

RGB color model

#BCCFDC color RGB value is (188,207,220).

RGB: (188,207,220) (74%, 81%, 86%)

RGB channels and saturation

R 188 of 255 = 74%
G 207 of 255 = 81%
B 220 of 255 = 86%

188
207
220

R + G + B ~ 80%. #BCCFDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 207 + 220 = 615 (100%)
R 188 of 615 ~ 30.57%
G 207 of 615 ~ 33.66%
B 220 of 615 ~ 35.77'%

%30.57
%33.66
%35.77

CMYK color model

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

  • cyan value is 14.55%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (15,6,0,14)
C15M6Y0K14 (15%, 6%, 0%, 14%)
(0.15 / 0.06 / 0.00 / 0.14)

CMYK percentages

%14.55
%5.91
%0
%13.73

Codes

Color #BCCFDC in popluar color models

BC CF DC
RGB 188 207 220
HSL 204° 31.37% 80.00%
HSB/HSV 204° 14.55% 86.27%
CMYK 14.55% 5.91% 0.00%
13.73%

Color #BCCFDC in popluar number systems.

HEX BC CF DC
Decimal 188 207 220
Binary 10111100 11001111 11011100
Octal 274 317 334

Shades and tints

Shades of #BCCFDC

#BCCFDC
(188,207,220)
#ABBDC8
(171,189,200)
#9AABB4
(154,171,180)
#8999A0
(137,153,160)
#78878C
(120,135,140)
#677578
(103,117,120)
#566364
(86,99,100)
#455150
(69,81,80)
#343F3C
(52,63,60)
#232D28
(35,45,40)
#121B14
(18,27,20)
#000000
(0,0,0)

Tints of #BCCFDC

#BCCFDC
(188,207,220)
#C2D3DF
(194,211,223)
#C8D7E2
(200,215,226)
#CEDBE5
(206,219,229)
#D4DFE8
(212,223,232)
#DAE3EB
(218,227,235)
#E0E7EE
(224,231,238)
#E6EBF1
(230,235,241)
#ECEFF4
(236,239,244)
#F2F3F7
(242,243,247)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCFDC; }

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

This text font color is #BCCFDC.

Background Color

.myBgColor { background-color: #BCCFDC; }

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

This div background color is #BCCFDC.

Border color

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

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

This div border color is #BCCFDC.

Opacity

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

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

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

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

This text has shadow with #BCCFDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCFDC.

Preview

Color preview on black background

This text has color #BCCFDC on black background.


Color preview on white background

This text has color #BCCFDC on white background.


Black color preview on #BCCFDC background

This text has black color on #BCCFDC background.


White color preview on #BCCFDC background

This text has white color on #BCCFDC background.


Related colors

Complementary color

Complementary color for #hex is #433023.


I love getcolorcode.com

Triadic colors

1 #DCBCCF and #CFDCBC with #BCCFDC are triadic colors.

2 #DCCFBC and #CFBCDC with #BCCFDC are triadic colors.