COLOR #BDC9F1

HEX: #BDC9F1
RGB: (189,201,241)

Color info

#BDC9F1 contains red, green and blue colors in about the same proportion. Web safe color of #BDC9F1 is #CCCCFF (or #CCF).

RGB color model

#BDC9F1 color RGB value is (189,201,241).

  • red value is 189;
  • green value is 201;
  • blue value is 241.
RGB:
(189,201,241)
(74%,79%,95%)

RGB channels and saturation

R 189 of 255 = 74%
G 201 of 255 = 79%
B 241 of 255 = 95%

189
201
241

R + G + B ~ 83%. #BDC9F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 201 + 241 = 631 (100%)
R 189 of 631 ~ 29.95%
G 201 of 631 ~ 31.85%
B 241 of 631 ~ 38.19%

%29.95
%31.85
%38.19

CMYK color model

#BDC9F1 color CMYK value is (22,17,0,5).

  • cyan value is 21.58%
  • magenta value is 16.60%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(22,17,0,5)
C22M17Y0K5 
(22%,17%,0%,5%)
(0.22/0.17/0.00/0.05)	

CMYK percentages

%21.58
%16.6
%0
%5.49

Codes

Color #BDC9F1 in popluar color models

BDC9F1
RGB189201241
HSL226°65.00%84.31%
HSB/HSV226°21.58%94.51%
CMYK21.58%16.60%0.00%
5.49%

Color #BDC9F1 in popluar number systems.

HEXBDC9F1
Decimal189201241
Binary101111011100100111110001
Octal275311361

Shades and tints

Shades of #BDC9F1

#BDC9F1
(189,201,241)
#ACB7DC
(172,183,220)
#9BA5C7
(155,165,199)
#8A93B2
(138,147,178)
#79819D
(121,129,157)
#686F88
(104,111,136)
#575D73
(87,93,115)
#464B5E
(70,75,94)
#353949
(53,57,73)
#242734
(36,39,52)
#13151F
(19,21,31)
#000000
(0,0,0)

Tints of #BDC9F1

#BDC9F1
(189,201,241)
#C3CDF2
(195,205,242)
#C9D1F3
(201,209,243)
#CFD5F4
(207,213,244)
#D5D9F5
(213,217,245)
#DBDDF6
(219,221,246)
#E1E1F7
(225,225,247)
#E7E5F8
(231,229,248)
#EDE9F9
(237,233,249)
#F3EDFA
(243,237,250)
#F9F1FB
(249,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC9F1 color. Also use rgb(189,201,241) instead hex code.

Text Font Color

.myTextColor { color: #BDC9F1; }

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

This text font color is #BDC9F1.


Background Color

.myBgColor { background-color: #BDC9F1; }

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

This div background color is #BDC9F1.


Border color

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

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

This div border color is #BDC9F1.


Opacity

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

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

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

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

This text has shadow with #BDC9F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC9F1 on black background.


Color preview on white background

This text has color #BDC9F1 on white background.



Black color preview on #BDC9F1 background

This text has black color on #BDC9F1 background.


White color preview on #BDC9F1 background

This text has white color on #BDC9F1 background.