COLOR #BDC2EA

HEX: #BDC2EA RGB: (189,194,234)

Color info

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

RGB color model

#BDC2EA color RGB value is (189,194,234).

RGB: (189,194,234) (74%, 76%, 92%)

RGB channels and saturation

R 189 of 255 = 74%
G 194 of 255 = 76%
B 234 of 255 = 92%

189
194
234

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

Portions of RGB colors in percentages

R + G + B = 189 + 194 + 234 = 617 (100%)
R 189 of 617 ~ 30.63%
G 194 of 617 ~ 31.44%
B 234 of 617 ~ 37.93'%

%30.63
%31.44
%37.93

CMYK color model

#BDC2EA color CMYK value is (19,17,0,8).

  • cyan value is 19.23%
  • magenta value is 17.09%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (19,17,0,8) C19M17Y0K8 (19%,17%,0%,8%) (0.19/0.17/0.00/0.08) 

CMYK percentages

%19.23
%17.09
%0
%8.24

Codes

Color #BDC2EA in popluar color models

BD C2 EA
RGB 189 194 234
HSL 233° 51.72% 82.94%
HSB/HSV 233° 19.23% 91.76%
CMYK 19.23% 17.09% 0.00%
8.24%

Color #BDC2EA in popluar number systems.

HEX BD C2 EA
Decimal 189 194 234
Binary 10111101 11000010 11101010
Octal 275 302 352

Shades and tints

Shades of #BDC2EA

#BDC2EA
(189,194,234)
#ACB1D5
(172,177,213)
#9BA0C0
(155,160,192)
#8A8FAB
(138,143,171)
#797E96
(121,126,150)
#686D81
(104,109,129)
#575C6C
(87,92,108)
#464B57
(70,75,87)
#353A42
(53,58,66)
#24292D
(36,41,45)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #BDC2EA

#BDC2EA
(189,194,234)
#C3C7EB
(195,199,235)
#C9CCEC
(201,204,236)
#CFD1ED
(207,209,237)
#D5D6EE
(213,214,238)
#DBDBEF
(219,219,239)
#E1E0F0
(225,224,240)
#E7E5F1
(231,229,241)
#EDEAF2
(237,234,242)
#F3EFF3
(243,239,243)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC2EA color. Also use rgb(189,194,234) instead hex code.

Text Font Color

.myTextColor { color: #BDC2EA; }

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

This text font color is #BDC2EA.

Background Color

.myBgColor { background-color: #BDC2EA; }

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

This div background color is #BDC2EA.

Border color

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

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

This div border color is #BDC2EA.

Opacity

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

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

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

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

This text has shadow with #BDC2EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC2EA.

Preview

Color preview on black background

This text has color #BDC2EA on black background.


Color preview on white background

This text has color #BDC2EA on white background.


Black color preview on #BDC2EA background

This text has black color on #BDC2EA background.


White color preview on #BDC2EA background

This text has white color on #BDC2EA background.


Related colors

Complementary color

Complementary color for #hex is #423D15.


I love getcolorcode.com

Triadic colors

1 #EABDC2 and #C2EABD with #BDC2EA are triadic colors.

2 #EAC2BD and #C2BDEA with #BDC2EA are triadic colors.