COLOR #BCD0DD

HEX: #BCD0DD
RGB: (188,208,221)

Color info

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

RGB color model

#BCD0DD color RGB value is (188,208,221).

  • red value is 188;
  • green value is 208;
  • blue value is 221.
RGB:
(188,208,221)
(74%,82%,87%)

RGB channels and saturation

R 188 of 255 = 74%
G 208 of 255 = 82%
B 221 of 255 = 87%

188
208
221

R + G + B ~ 81%. #BCD0DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 208 + 221 = 617 (100%)
R 188 of 617 ~ 30.47%
G 208 of 617 ~ 33.71%
B 221 of 617 ~ 35.82%

%30.47
%33.71
%35.82

CMYK color model

#BCD0DD color CMYK value is (15,6,0,13).

  • cyan value is 14.93%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(15,6,0,13)
C15M6Y0K13 
(15%,6%,0%,13%)
(0.15/0.06/0.00/0.13)	

CMYK percentages

%14.93
%5.88
%0
%13.33

Codes

Color #BCD0DD in popluar color models

BCD0DD
RGB188208221
HSL204°32.67%80.20%
HSB/HSV204°14.93%86.67%
CMYK14.93%5.88%0.00%
13.33%

Color #BCD0DD in popluar number systems.

HEXBCD0DD
Decimal188208221
Binary101111001101000011011101
Octal274320335

Shades and tints

Shades of #BCD0DD

#BCD0DD
(188,208,221)
#ABBEC9
(171,190,201)
#9AACB5
(154,172,181)
#899AA1
(137,154,161)
#78888D
(120,136,141)
#677679
(103,118,121)
#566465
(86,100,101)
#455251
(69,82,81)
#34403D
(52,64,61)
#232E29
(35,46,41)
#121C15
(18,28,21)
#000000
(0,0,0)

Tints of #BCD0DD

#BCD0DD
(188,208,221)
#C2D4E0
(194,212,224)
#C8D8E3
(200,216,227)
#CEDCE6
(206,220,230)
#D4E0E9
(212,224,233)
#DAE4EC
(218,228,236)
#E0E8EF
(224,232,239)
#E6ECF2
(230,236,242)
#ECF0F5
(236,240,245)
#F2F4F8
(242,244,248)
#F8F8FB
(248,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD0DD color. Also use rgb(188,208,221) instead hex code.

Text Font Color

.myTextColor { color: #BCD0DD; }

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

This text font color is #BCD0DD.


Background Color

.myBgColor { background-color: #BCD0DD; }

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

This div background color is #BCD0DD.


Border color

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

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

This div border color is #BCD0DD.


Opacity

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

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

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

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

This text has shadow with #BCD0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD0DD on black background.


Color preview on white background

This text has color #BCD0DD on white background.



Black color preview on #BCD0DD background

This text has black color on #BCD0DD background.


White color preview on #BCD0DD background

This text has white color on #BCD0DD background.