COLOR #BDC3EF

HEX: #BDC3EF RGB: (189,195,239)

Color info

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

RGB color model

#BDC3EF color RGB value is (189,195,239).

RGB: (189,195,239) (74%, 76%, 94%)

RGB channels and saturation

R 189 of 255 = 74%
G 195 of 255 = 76%
B 239 of 255 = 94%

189
195
239

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

Portions of RGB colors in percentages

R + G + B = 189 + 195 + 239 = 623 (100%)
R 189 of 623 ~ 30.34%
G 195 of 623 ~ 31.3%
B 239 of 623 ~ 38.36'%

%30.34
%31.3
%38.36

CMYK color model

#BDC3EF color CMYK value is (21,18,0,6).

  • cyan value is 20.92%
  • magenta value is 18.41%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (21,18,0,6)
C21M18Y0K6 (21%, 18%, 0%, 6%)
(0.21 / 0.18 / 0.00 / 0.06)

CMYK percentages

%20.92
%18.41
%0
%6.27

Codes

Color #BDC3EF in popluar color models

BD C3 EF
RGB 189 195 239
HSL 233° 60.98% 83.92%
HSB/HSV 233° 20.92% 93.73%
CMYK 20.92% 18.41% 0.00%
6.27%

Color #BDC3EF in popluar number systems.

HEX BD C3 EF
Decimal 189 195 239
Binary 10111101 11000011 11101111
Octal 275 303 357

Shades and tints

Shades of #BDC3EF

#BDC3EF
(189,195,239)
#ACB2DA
(172,178,218)
#9BA1C5
(155,161,197)
#8A90B0
(138,144,176)
#797F9B
(121,127,155)
#686E86
(104,110,134)
#575D71
(87,93,113)
#464C5C
(70,76,92)
#353B47
(53,59,71)
#242A32
(36,42,50)
#13191D
(19,25,29)
#000000
(0,0,0)

Tints of #BDC3EF

#BDC3EF
(189,195,239)
#C3C8F0
(195,200,240)
#C9CDF1
(201,205,241)
#CFD2F2
(207,210,242)
#D5D7F3
(213,215,243)
#DBDCF4
(219,220,244)
#E1E1F5
(225,225,245)
#E7E6F6
(231,230,246)
#EDEBF7
(237,235,247)
#F3F0F8
(243,240,248)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC3EF color. Also use rgb(189,195,239) instead hex code.

Text Font Color

.myTextColor { color: #BDC3EF; }

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

This text font color is #BDC3EF.

Background Color

.myBgColor { background-color: #BDC3EF; }

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

This div background color is #BDC3EF.

Border color

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

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

This div border color is #BDC3EF.

Opacity

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

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

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

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

This text has shadow with #BDC3EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC3EF.

Preview

Color preview on black background

This text has color #BDC3EF on black background.


Color preview on white background

This text has color #BDC3EF on white background.


Black color preview on #BDC3EF background

This text has black color on #BDC3EF background.


White color preview on #BDC3EF background

This text has white color on #BDC3EF background.


Related colors

Complementary color

Complementary color for #hex is #423C10.


I love getcolorcode.com

Triadic colors

1 #EFBDC3 and #C3EFBD with #BDC3EF are triadic colors.

2 #EFC3BD and #C3BDEF with #BDC3EF are triadic colors.