COLOR #BDCDE9

HEX: #BDCDE9
RGB: (189,205,233)

Color info

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

RGB color model

#BDCDE9 color RGB value is (189,205,233).

  • red value is 189;
  • green value is 205;
  • blue value is 233.
RGB:
(189,205,233)
(74%,80%,91%)

RGB channels and saturation

R 189 of 255 = 74%
G 205 of 255 = 80%
B 233 of 255 = 91%

189
205
233

R + G + B ~ 82%. #BDCDE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 205 + 233 = 627 (100%)
R 189 of 627 ~ 30.14%
G 205 of 627 ~ 32.7%
B 233 of 627 ~ 37.16%

%30.14
%32.7
%37.16

CMYK color model

#BDCDE9 color CMYK value is (19,12,0,9).

  • cyan value is 18.88%
  • magenta value is 12.02%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(19,12,0,9)
C19M12Y0K9 
(19%,12%,0%,9%)
(0.19/0.12/0.00/0.09)	

CMYK percentages

%18.88
%12.02
%0
%8.63

Codes

Color #BDCDE9 in popluar color models

BDCDE9
RGB189205233
HSL218°50.00%82.75%
HSB/HSV218°18.88%91.37%
CMYK18.88%12.02%0.00%
8.63%

Color #BDCDE9 in popluar number systems.

HEXBDCDE9
Decimal189205233
Binary101111011100110111101001
Octal275315351

Shades and tints

Shades of #BDCDE9

#BDCDE9
(189,205,233)
#ACBBD4
(172,187,212)
#9BA9BF
(155,169,191)
#8A97AA
(138,151,170)
#798595
(121,133,149)
#687380
(104,115,128)
#57616B
(87,97,107)
#464F56
(70,79,86)
#353D41
(53,61,65)
#242B2C
(36,43,44)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #BDCDE9

#BDCDE9
(189,205,233)
#C3D1EB
(195,209,235)
#C9D5ED
(201,213,237)
#CFD9EF
(207,217,239)
#D5DDF1
(213,221,241)
#DBE1F3
(219,225,243)
#E1E5F5
(225,229,245)
#E7E9F7
(231,233,247)
#EDEDF9
(237,237,249)
#F3F1FB
(243,241,251)
#F9F5FD
(249,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCDE9 color. Also use rgb(189,205,233) instead hex code.

Text Font Color

.myTextColor { color: #BDCDE9; }

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

This text font color is #BDCDE9.


Background Color

.myBgColor { background-color: #BDCDE9; }

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

This div background color is #BDCDE9.


Border color

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

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

This div border color is #BDCDE9.


Opacity

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

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

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

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

This text has shadow with #BDCDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCDE9 on black background.


Color preview on white background

This text has color #BDCDE9 on white background.



Black color preview on #BDCDE9 background

This text has black color on #BDCDE9 background.


White color preview on #BDCDE9 background

This text has white color on #BDCDE9 background.