COLOR #BCCDD1

HEX: #BCCDD1
RGB: (188,205,209)

Color info

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

RGB color model

#BCCDD1 color RGB value is (188,205,209).

  • red value is 188;
  • green value is 205;
  • blue value is 209.
RGB:
(188,205,209)
(74%,80%,82%)

RGB channels and saturation

R 188 of 255 = 74%
G 205 of 255 = 80%
B 209 of 255 = 82%

188
205
209

R + G + B ~ 79%. #BCCDD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 205 + 209 = 602 (100%)
R 188 of 602 ~ 31.23%
G 205 of 602 ~ 34.05%
B 209 of 602 ~ 34.72%

%31.23
%34.05
%34.72

CMYK color model

#BCCDD1 color CMYK value is (10,2,0,18).

  • cyan value is 10.05%
  • magenta value is 1.91%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(10,2,0,18)
C10M2Y0K18 
(10%,2%,0%,18%)
(0.10/0.02/0.00/0.18)	

CMYK percentages

%10.05
%1.91
%0
%18.04

Codes

Color #BCCDD1 in popluar color models

BCCDD1
RGB188205209
HSL191°18.58%77.84%
HSB/HSV191°10.05%81.96%
CMYK10.05%1.91%0.00%
18.04%

Color #BCCDD1 in popluar number systems.

HEXBCCDD1
Decimal188205209
Binary101111001100110111010001
Octal274315321

Shades and tints

Shades of #BCCDD1

#BCCDD1
(188,205,209)
#ABBBBE
(171,187,190)
#9AA9AB
(154,169,171)
#899798
(137,151,152)
#788585
(120,133,133)
#677372
(103,115,114)
#56615F
(86,97,95)
#454F4C
(69,79,76)
#343D39
(52,61,57)
#232B26
(35,43,38)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #BCCDD1

#BCCDD1
(188,205,209)
#C2D1D5
(194,209,213)
#C8D5D9
(200,213,217)
#CED9DD
(206,217,221)
#D4DDE1
(212,221,225)
#DAE1E5
(218,225,229)
#E0E5E9
(224,229,233)
#E6E9ED
(230,233,237)
#ECEDF1
(236,237,241)
#F2F1F5
(242,241,245)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCDD1; }

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

This text font color is #BCCDD1.


Background Color

.myBgColor { background-color: #BCCDD1; }

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

This div background color is #BCCDD1.


Border color

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

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

This div border color is #BCCDD1.


Opacity

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

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

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

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

This text has shadow with #BCCDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCDD1 on black background.


Color preview on white background

This text has color #BCCDD1 on white background.



Black color preview on #BCCDD1 background

This text has black color on #BCCDD1 background.


White color preview on #BCCDD1 background

This text has white color on #BCCDD1 background.