COLOR #BDCDE1

HEX: #BDCDE1
RGB: (189,205,225)

Color info

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

RGB color model

#BDCDE1 color RGB value is (189,205,225).

  • red value is 189;
  • green value is 205;
  • blue value is 225.
RGB:
(189,205,225)
(74%,80%,88%)

RGB channels and saturation

R 189 of 255 = 74%
G 205 of 255 = 80%
B 225 of 255 = 88%

189
205
225

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

Portions of RGB colors in percentages

R + G + B =
189 + 205 + 225 = 619 (100%)
R 189 of 619 ~ 30.53%
G 205 of 619 ~ 33.12%
B 225 of 619 ~ 36.35%

%30.53
%33.12
%36.35

CMYK color model

#BDCDE1 color CMYK value is (16,9,0,12).

  • cyan value is 16.00%
  • magenta value is 8.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(16,9,0,12)
C16M9Y0K12 
(16%,9%,0%,12%)
(0.16/0.09/0.00/0.12)	

CMYK percentages

%16
%8.89
%0
%11.76

Codes

Color #BDCDE1 in popluar color models

BDCDE1
RGB189205225
HSL213°37.50%81.18%
HSB/HSV213°16.00%88.24%
CMYK16.00%8.89%0.00%
11.76%

Color #BDCDE1 in popluar number systems.

HEXBDCDE1
Decimal189205225
Binary101111011100110111100001
Octal275315341

Shades and tints

Shades of #BDCDE1

#BDCDE1
(189,205,225)
#ACBBCD
(172,187,205)
#9BA9B9
(155,169,185)
#8A97A5
(138,151,165)
#798591
(121,133,145)
#68737D
(104,115,125)
#576169
(87,97,105)
#464F55
(70,79,85)
#353D41
(53,61,65)
#242B2D
(36,43,45)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #BDCDE1

#BDCDE1
(189,205,225)
#C3D1E3
(195,209,227)
#C9D5E5
(201,213,229)
#CFD9E7
(207,217,231)
#D5DDE9
(213,221,233)
#DBE1EB
(219,225,235)
#E1E5ED
(225,229,237)
#E7E9EF
(231,233,239)
#EDEDF1
(237,237,241)
#F3F1F3
(243,241,243)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCDE1 color. Also use rgb(189,205,225) instead hex code.

Text Font Color

.myTextColor { color: #BDCDE1; }

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

This text font color is #BDCDE1.


Background Color

.myBgColor { background-color: #BDCDE1; }

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

This div background color is #BDCDE1.


Border color

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

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

This div border color is #BDCDE1.


Opacity

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

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

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

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

This text has shadow with #BDCDE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCDE1 on black background.


Color preview on white background

This text has color #BDCDE1 on white background.



Black color preview on #BDCDE1 background

This text has black color on #BDCDE1 background.


White color preview on #BDCDE1 background

This text has white color on #BDCDE1 background.