COLOR #BCC1D1

HEX: #BCC1D1 RGB: (188,193,209)

Color info

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

RGB color model

#BCC1D1 color RGB value is (188,193,209).

RGB: (188,193,209) (74%, 76%, 82%)

RGB channels and saturation

R 188 of 255 = 74%
G 193 of 255 = 76%
B 209 of 255 = 82%

188
193
209

R + G + B ~ 77%. #BCC1D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 193 + 209 = 590 (100%)
R 188 of 590 ~ 31.86%
G 193 of 590 ~ 32.71%
B 209 of 590 ~ 35.42'%

%31.86
%32.71
%35.42

CMYK color model

#BCC1D1 color CMYK value is (10,8,0,18).

  • cyan value is 10.05%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK: (10,8,0,18) C10M8Y0K18 (10%,8%,0%,18%) (0.10/0.08/0.00/0.18) 

CMYK percentages

%10.05
%7.66
%0
%18.04

Codes

Color #BCC1D1 in popluar color models

BC C1 D1
RGB 188 193 209
HSL 226° 18.58% 77.84%
HSB/HSV 226° 10.05% 81.96%
CMYK 10.05% 7.66% 0.00%
18.04%

Color #BCC1D1 in popluar number systems.

HEX BC C1 D1
Decimal 188 193 209
Binary 10111100 11000001 11010001
Octal 274 301 321

Shades and tints

Shades of #BCC1D1

#BCC1D1
(188,193,209)
#ABB0BE
(171,176,190)
#9A9FAB
(154,159,171)
#898E98
(137,142,152)
#787D85
(120,125,133)
#676C72
(103,108,114)
#565B5F
(86,91,95)
#454A4C
(69,74,76)
#343939
(52,57,57)
#232826
(35,40,38)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #BCC1D1

#BCC1D1
(188,193,209)
#C2C6D5
(194,198,213)
#C8CBD9
(200,203,217)
#CED0DD
(206,208,221)
#D4D5E1
(212,213,225)
#DADAE5
(218,218,229)
#E0DFE9
(224,223,233)
#E6E4ED
(230,228,237)
#ECE9F1
(236,233,241)
#F2EEF5
(242,238,245)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC1D1 color. Also use rgb(188,193,209) instead hex code.

Text Font Color

.myTextColor { color: #BCC1D1; }

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

This text font color is #BCC1D1.

Background Color

.myBgColor { background-color: #BCC1D1; }

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

This div background color is #BCC1D1.

Border color

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

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

This div border color is #BCC1D1.

Opacity

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

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

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

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

This text has shadow with #BCC1D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC1D1.

Preview

Color preview on black background

This text has color #BCC1D1 on black background.


Color preview on white background

This text has color #BCC1D1 on white background.


Black color preview on #BCC1D1 background

This text has black color on #BCC1D1 background.


White color preview on #BCC1D1 background

This text has white color on #BCC1D1 background.


Related colors

Complementary color

Complementary color for #hex is #433E2E.


I love getcolorcode.com

Triadic colors

1 #D1BCC1 and #C1D1BC with #BCC1D1 are triadic colors.

2 #D1C1BC and #C1BCD1 with #BCC1D1 are triadic colors.