COLOR #BDC4E8

HEX: #BDC4E8
RGB: (189,196,232)

Color info

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

RGB color model

#BDC4E8 color RGB value is (189,196,232).

  • red value is 189;
  • green value is 196;
  • blue value is 232.
RGB: (189,196,232) (74%,77%,91%)

RGB channels and saturation

R 189 of 255 = 74%
G 196 of 255 = 77%
B 232 of 255 = 91%

189
196
232

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

Portions of RGB colors in percentages

R + G + B =
189 + 196 + 232 = 617 (100%)
R 189 of 617 ~ 30.63%
G 196 of 617 ~ 31.77%
B 232 of 617 ~ 37.6%

%30.63
%31.77
%37.6

CMYK color model

#BDC4E8 color CMYK value is (19,16,0,9).

  • cyan value is 18.53%
  • magenta value is 15.52%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK: (19,16,0,9) C19M16Y0K9 (19%,16%,0%,9%) (0.19/0.16/0.00/0.09)

CMYK percentages

%18.53
%15.52
%0
%9.02

Codes

Color #BDC4E8 in popluar color models

BDC4E8
RGB189196232
HSL230°48.31%82.55%
HSB/HSV230°18.53%90.98%
CMYK18.53%15.52%0.00%
9.02%

Color #BDC4E8 in popluar number systems.

HEXBDC4E8
Decimal189196232
Binary101111011100010011101000
Octal275304350

Shades and tints

Shades of #BDC4E8

#BDC4E8
(189,196,232)
#ACB3D3
(172,179,211)
#9BA2BE
(155,162,190)
#8A91A9
(138,145,169)
#798094
(121,128,148)
#686F7F
(104,111,127)
#575E6A
(87,94,106)
#464D55
(70,77,85)
#353C40
(53,60,64)
#242B2B
(36,43,43)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #BDC4E8

#BDC4E8
(189,196,232)
#C3C9EA
(195,201,234)
#C9CEEC
(201,206,236)
#CFD3EE
(207,211,238)
#D5D8F0
(213,216,240)
#DBDDF2
(219,221,242)
#E1E2F4
(225,226,244)
#E7E7F6
(231,231,246)
#EDECF8
(237,236,248)
#F3F1FA
(243,241,250)
#F9F6FC
(249,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC4E8 color. Also use rgb(189,196,232) instead hex code.

Text Font Color

.myTextColor { color: #BDC4E8; }

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

This text font color is #BDC4E8.


Background Color

.myBgColor { background-color: #BDC4E8; }

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

This div background color is #BDC4E8.


Border color

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

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

This div border color is #BDC4E8.


Opacity

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

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

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

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

This text has shadow with #BDC4E8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BDC4E8 on black background.


Color preview on white background

This text has color #BDC4E8 on white background.



Black color preview on #BDC4E8 background

This text has black color on #BDC4E8 background.


White color preview on #BDC4E8 background

This text has white color on #BDC4E8 background.