COLOR #BDC0D2

HEX: #BDC0D2
RGB: (189,192,210)

Color info

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

RGB color model

#BDC0D2 color RGB value is (189,192,210).

  • red value is 189;
  • green value is 192;
  • blue value is 210.
RGB:
(189,192,210)
(74%,75%,82%)

RGB channels and saturation

R 189 of 255 = 74%
G 192 of 255 = 75%
B 210 of 255 = 82%

189
192
210

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

Portions of RGB colors in percentages

R + G + B =
189 + 192 + 210 = 591 (100%)
R 189 of 591 ~ 31.98%
G 192 of 591 ~ 32.49%
B 210 of 591 ~ 35.53%

%31.98
%32.49
%35.53

CMYK color model

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

  • cyan value is 10.00%
  • magenta value is 8.57%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(10,9,0,18)
C10M9Y0K18 
(10%,9%,0%,18%)
(0.10/0.09/0.00/0.18)	

CMYK percentages

%10
%8.57
%0
%17.65

Codes

Color #BDC0D2 in popluar color models

BDC0D2
RGB189192210
HSL231°18.92%78.24%
HSB/HSV231°10.00%82.35%
CMYK10.00%8.57%0.00%
17.65%

Color #BDC0D2 in popluar number systems.

HEXBDC0D2
Decimal189192210
Binary101111011100000011010010
Octal275300322

Shades and tints

Shades of #BDC0D2

#BDC0D2
(189,192,210)
#ACAFBF
(172,175,191)
#9B9EAC
(155,158,172)
#8A8D99
(138,141,153)
#797C86
(121,124,134)
#686B73
(104,107,115)
#575A60
(87,90,96)
#46494D
(70,73,77)
#35383A
(53,56,58)
#242727
(36,39,39)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #BDC0D2

#BDC0D2
(189,192,210)
#C3C5D6
(195,197,214)
#C9CADA
(201,202,218)
#CFCFDE
(207,207,222)
#D5D4E2
(213,212,226)
#DBD9E6
(219,217,230)
#E1DEEA
(225,222,234)
#E7E3EE
(231,227,238)
#EDE8F2
(237,232,242)
#F3EDF6
(243,237,246)
#F9F2FA
(249,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC0D2 color. Also use rgb(189,192,210) instead hex code.

Text Font Color

.myTextColor { color: #BDC0D2; }

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

This text font color is #BDC0D2.


Background Color

.myBgColor { background-color: #BDC0D2; }

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

This div background color is #BDC0D2.


Border color

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

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

This div border color is #BDC0D2.


Opacity

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

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

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

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

This text has shadow with #BDC0D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC0D2 on black background.


Color preview on white background

This text has color #BDC0D2 on white background.



Black color preview on #BDC0D2 background

This text has black color on #BDC0D2 background.


White color preview on #BDC0D2 background

This text has white color on #BDC0D2 background.