COLOR #BDC2CF

HEX: #BDC2CF
RGB: (189,194,207)

Color info

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

RGB color model

#BDC2CF color RGB value is (189,194,207).

  • red value is 189;
  • green value is 194;
  • blue value is 207.
RGB:
(189,194,207)
(74%,76%,81%)

RGB channels and saturation

R 189 of 255 = 74%
G 194 of 255 = 76%
B 207 of 255 = 81%

189
194
207

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

Portions of RGB colors in percentages

R + G + B =
189 + 194 + 207 = 590 (100%)
R 189 of 590 ~ 32.03%
G 194 of 590 ~ 32.88%
B 207 of 590 ~ 35.08%

%32.03
%32.88
%35.08

CMYK color model

#BDC2CF color CMYK value is (9,6,0,19).

  • cyan value is 8.70%
  • magenta value is 6.28%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(9,6,0,19)
C9M6Y0K19 
(9%,6%,0%,19%)
(0.09/0.06/0.00/0.19)	

CMYK percentages

%8.7
%6.28
%0
%18.82

Codes

Color #BDC2CF in popluar color models

BDC2CF
RGB189194207
HSL223°15.79%77.65%
HSB/HSV223°8.70%81.18%
CMYK8.70%6.28%0.00%
18.82%

Color #BDC2CF in popluar number systems.

HEXBDC2CF
Decimal189194207
Binary101111011100001011001111
Octal275302317

Shades and tints

Shades of #BDC2CF

#BDC2CF
(189,194,207)
#ACB1BD
(172,177,189)
#9BA0AB
(155,160,171)
#8A8F99
(138,143,153)
#797E87
(121,126,135)
#686D75
(104,109,117)
#575C63
(87,92,99)
#464B51
(70,75,81)
#353A3F
(53,58,63)
#24292D
(36,41,45)
#13181B
(19,24,27)
#000000
(0,0,0)

Tints of #BDC2CF

#BDC2CF
(189,194,207)
#C3C7D3
(195,199,211)
#C9CCD7
(201,204,215)
#CFD1DB
(207,209,219)
#D5D6DF
(213,214,223)
#DBDBE3
(219,219,227)
#E1E0E7
(225,224,231)
#E7E5EB
(231,229,235)
#EDEAEF
(237,234,239)
#F3EFF3
(243,239,243)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC2CF color. Also use rgb(189,194,207) instead hex code.

Text Font Color

.myTextColor { color: #BDC2CF; }

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

This text font color is #BDC2CF.


Background Color

.myBgColor { background-color: #BDC2CF; }

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

This div background color is #BDC2CF.


Border color

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

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

This div border color is #BDC2CF.


Opacity

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

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

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

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

This text has shadow with #BDC2CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC2CF on black background.


Color preview on white background

This text has color #BDC2CF on white background.



Black color preview on #BDC2CF background

This text has black color on #BDC2CF background.


White color preview on #BDC2CF background

This text has white color on #BDC2CF background.