COLOR #BDC9F8

HEX: #BDC9F8
RGB: (189,201,248)

Color info

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

RGB color model

#BDC9F8 color RGB value is (189,201,248).

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

RGB channels and saturation

R 189 of 255 = 74%
G 201 of 255 = 79%
B 248 of 255 = 97%

189
201
248

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

Portions of RGB colors in percentages

R + G + B =
189 + 201 + 248 = 638 (100%)
R 189 of 638 ~ 29.62%
G 201 of 638 ~ 31.5%
B 248 of 638 ~ 38.87%

%29.62
%31.5
%38.87

CMYK color model

#BDC9F8 color CMYK value is (24,19,0,3).

  • cyan value is 23.79%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(24,19,0,3)
C24M19Y0K3 
(24%,19%,0%,3%)
(0.24/0.19/0.00/0.03)	

CMYK percentages

%23.79
%18.95
%0
%2.75

Codes

Color #BDC9F8 in popluar color models

BDC9F8
RGB189201248
HSL228°80.82%85.69%
HSB/HSV228°23.79%97.25%
CMYK23.79%18.95%0.00%
2.75%

Color #BDC9F8 in popluar number systems.

HEXBDC9F8
Decimal189201248
Binary101111011100100111111000
Octal275311370

Shades and tints

Shades of #BDC9F8

#BDC9F8
(189,201,248)
#ACB7E2
(172,183,226)
#9BA5CC
(155,165,204)
#8A93B6
(138,147,182)
#7981A0
(121,129,160)
#686F8A
(104,111,138)
#575D74
(87,93,116)
#464B5E
(70,75,94)
#353948
(53,57,72)
#242732
(36,39,50)
#13151C
(19,21,28)
#000000
(0,0,0)

Tints of #BDC9F8

#BDC9F8
(189,201,248)
#C3CDF8
(195,205,248)
#C9D1F8
(201,209,248)
#CFD5F8
(207,213,248)
#D5D9F8
(213,217,248)
#DBDDF8
(219,221,248)
#E1E1F8
(225,225,248)
#E7E5F8
(231,229,248)
#EDE9F8
(237,233,248)
#F3EDF8
(243,237,248)
#F9F1F8
(249,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDC9F8; }

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

This text font color is #BDC9F8.


Background Color

.myBgColor { background-color: #BDC9F8; }

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

This div background color is #BDC9F8.


Border color

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

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

This div border color is #BDC9F8.


Opacity

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

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

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

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

This text has shadow with #BDC9F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDC9F8 on black background.


Color preview on white background

This text has color #BDC9F8 on white background.



Black color preview on #BDC9F8 background

This text has black color on #BDC9F8 background.


White color preview on #BDC9F8 background

This text has white color on #BDC9F8 background.