COLOR #BDC4E1

HEX: #BDC4E1
RGB: (189,196,225)

Color info

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

RGB color model

#BDC4E1 color RGB value is (189,196,225).

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

RGB channels and saturation

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

189
196
225

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

Portions of RGB colors in percentages

R + G + B =
189 + 196 + 225 = 610 (100%)
R 189 of 610 ~ 30.98%
G 196 of 610 ~ 32.13%
B 225 of 610 ~ 36.89%

%30.98
%32.13
%36.89

CMYK color model

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

  • cyan value is 16.00%
  • magenta value is 12.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(16,13,0,12)
C16M13Y0K12 
(16%,13%,0%,12%)
(0.16/0.13/0.00/0.12)	

CMYK percentages

%16
%12.89
%0
%11.76

Codes

Color #BDC4E1 in popluar color models

BDC4E1
RGB189196225
HSL228°37.50%81.18%
HSB/HSV228°16.00%88.24%
CMYK16.00%12.89%0.00%
11.76%

Color #BDC4E1 in popluar number systems.

HEXBDC4E1
Decimal189196225
Binary101111011100010011100001
Octal275304341

Shades and tints

Shades of #BDC4E1

#BDC4E1
(189,196,225)
#ACB3CD
(172,179,205)
#9BA2B9
(155,162,185)
#8A91A5
(138,145,165)
#798091
(121,128,145)
#686F7D
(104,111,125)
#575E69
(87,94,105)
#464D55
(70,77,85)
#353C41
(53,60,65)
#242B2D
(36,43,45)
#131A19
(19,26,25)
#000000
(0,0,0)

Tints of #BDC4E1

#BDC4E1
(189,196,225)
#C3C9E3
(195,201,227)
#C9CEE5
(201,206,229)
#CFD3E7
(207,211,231)
#D5D8E9
(213,216,233)
#DBDDEB
(219,221,235)
#E1E2ED
(225,226,237)
#E7E7EF
(231,231,239)
#EDECF1
(237,236,241)
#F3F1F3
(243,241,243)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC4E1; }

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

This text font color is #BDC4E1.


Background Color

.myBgColor { background-color: #BDC4E1; }

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

This div background color is #BDC4E1.


Border color

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

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

This div border color is #BDC4E1.


Opacity

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

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

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

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

This text has shadow with #BDC4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC4E1 on black background.


Color preview on white background

This text has color #BDC4E1 on white background.



Black color preview on #BDC4E1 background

This text has black color on #BDC4E1 background.


White color preview on #BDC4E1 background

This text has white color on #BDC4E1 background.