COLOR #BCD0CF

HEX: #BCD0CF
RGB: (188,208,207)

Color info

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

RGB color model

#BCD0CF color RGB value is (188,208,207).

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

RGB channels and saturation

R 188 of 255 = 74%
G 208 of 255 = 82%
B 207 of 255 = 81%

188
208
207

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

Portions of RGB colors in percentages

R + G + B =
188 + 208 + 207 = 603 (100%)
R 188 of 603 ~ 31.18%
G 208 of 603 ~ 34.49%
B 207 of 603 ~ 34.33%

%31.18
%34.49
%34.33

CMYK color model

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

  • cyan value is 9.62%
  • magenta value is 0.00%
  • yellow value is 0.48%
  • key color value is 18.43%
CMYK:
(10,0,0,18)
C10M0Y0K18 
(10%,0%,0%,18%)
(0.10/0.00/0.00/0.18)	

CMYK percentages

%9.62
%0
%0.48
%18.43

Codes

Color #BCD0CF in popluar color models

BCD0CF
RGB188208207
HSL177°17.54%77.65%
HSB/HSV177°9.62%81.57%
CMYK9.62%0.00%0.48%
18.43%

Color #BCD0CF in popluar number systems.

HEXBCD0CF
Decimal188208207
Binary101111001101000011001111
Octal274320317

Shades and tints

Shades of #BCD0CF

#BCD0CF
(188,208,207)
#ABBEBD
(171,190,189)
#9AACAB
(154,172,171)
#899A99
(137,154,153)
#788887
(120,136,135)
#677675
(103,118,117)
#566463
(86,100,99)
#455251
(69,82,81)
#34403F
(52,64,63)
#232E2D
(35,46,45)
#121C1B
(18,28,27)
#000000
(0,0,0)

Tints of #BCD0CF

#BCD0CF
(188,208,207)
#C2D4D3
(194,212,211)
#C8D8D7
(200,216,215)
#CEDCDB
(206,220,219)
#D4E0DF
(212,224,223)
#DAE4E3
(218,228,227)
#E0E8E7
(224,232,231)
#E6ECEB
(230,236,235)
#ECF0EF
(236,240,239)
#F2F4F3
(242,244,243)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD0CF; }

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

This text font color is #BCD0CF.


Background Color

.myBgColor { background-color: #BCD0CF; }

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

This div background color is #BCD0CF.


Border color

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

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

This div border color is #BCD0CF.


Opacity

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

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

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

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

This text has shadow with #BCD0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD0CF on black background.


Color preview on white background

This text has color #BCD0CF on white background.



Black color preview on #BCD0CF background

This text has black color on #BCD0CF background.


White color preview on #BCD0CF background

This text has white color on #BCD0CF background.