COLOR #BDC5E1

HEX: #BDC5E1
RGB: (189,197,225)

Color info

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

RGB color model

#BDC5E1 color RGB value is (189,197,225).

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

RGB channels and saturation

R 189 of 255 = 74%
G 197 of 255 = 77%
B 225 of 255 = 88%

189
197
225

R + G + B ~ 80%. #BDC5E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 197 + 225 = 611 (100%)
R 189 of 611 ~ 30.93%
G 197 of 611 ~ 32.24%
B 225 of 611 ~ 36.82%

%30.93
%32.24
%36.82

CMYK color model

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

  • cyan value is 16.00%
  • magenta value is 12.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(16,12,0,12)
C16M12Y0K12 
(16%,12%,0%,12%)
(0.16/0.12/0.00/0.12)	

CMYK percentages

%16
%12.44
%0
%11.76

Codes

Color #BDC5E1 in popluar color models

BDC5E1
RGB189197225
HSL227°37.50%81.18%
HSB/HSV227°16.00%88.24%
CMYK16.00%12.44%0.00%
11.76%

Color #BDC5E1 in popluar number systems.

HEXBDC5E1
Decimal189197225
Binary101111011100010111100001
Octal275305341

Shades and tints

Shades of #BDC5E1

#BDC5E1
(189,197,225)
#ACB4CD
(172,180,205)
#9BA3B9
(155,163,185)
#8A92A5
(138,146,165)
#798191
(121,129,145)
#68707D
(104,112,125)
#575F69
(87,95,105)
#464E55
(70,78,85)
#353D41
(53,61,65)
#242C2D
(36,44,45)
#131B19
(19,27,25)
#000000
(0,0,0)

Tints of #BDC5E1

#BDC5E1
(189,197,225)
#C3CAE3
(195,202,227)
#C9CFE5
(201,207,229)
#CFD4E7
(207,212,231)
#D5D9E9
(213,217,233)
#DBDEEB
(219,222,235)
#E1E3ED
(225,227,237)
#E7E8EF
(231,232,239)
#EDEDF1
(237,237,241)
#F3F2F3
(243,242,243)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC5E1; }

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

This text font color is #BDC5E1.


Background Color

.myBgColor { background-color: #BDC5E1; }

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

This div background color is #BDC5E1.


Border color

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

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

This div border color is #BDC5E1.


Opacity

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

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

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

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

This text has shadow with #BDC5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC5E1 on black background.


Color preview on white background

This text has color #BDC5E1 on white background.



Black color preview on #BDC5E1 background

This text has black color on #BDC5E1 background.


White color preview on #BDC5E1 background

This text has white color on #BDC5E1 background.