COLOR #BDCEDF

HEX: #BDCEDF
RGB: (189,206,223)

Color info

#BDCEDF contains red, green and blue colors in about the same proportion. Web safe color of #BDCEDF is #CCCCCC (or #CCC).

RGB color model

#BDCEDF color RGB value is (189,206,223).

  • red value is 189;
  • green value is 206;
  • blue value is 223.
RGB:
(189,206,223)
(74%,81%,87%)

RGB channels and saturation

R 189 of 255 = 74%
G 206 of 255 = 81%
B 223 of 255 = 87%

189
206
223

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

Portions of RGB colors in percentages

R + G + B =
189 + 206 + 223 = 618 (100%)
R 189 of 618 ~ 30.58%
G 206 of 618 ~ 33.33%
B 223 of 618 ~ 36.08%

%30.58
%33.33
%36.08

CMYK color model

#BDCEDF color CMYK value is (15,8,0,13).

  • cyan value is 15.25%
  • magenta value is 7.62%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(15,8,0,13)
C15M8Y0K13 
(15%,8%,0%,13%)
(0.15/0.08/0.00/0.13)	

CMYK percentages

%15.25
%7.62
%0
%12.55

Codes

Color #BDCEDF in popluar color models

BDCEDF
RGB189206223
HSL210°34.69%80.78%
HSB/HSV210°15.25%87.45%
CMYK15.25%7.62%0.00%
12.55%

Color #BDCEDF in popluar number systems.

HEXBDCEDF
Decimal189206223
Binary101111011100111011011111
Octal275316337

Shades and tints

Shades of #BDCEDF

#BDCEDF
(189,206,223)
#ACBCCB
(172,188,203)
#9BAAB7
(155,170,183)
#8A98A3
(138,152,163)
#79868F
(121,134,143)
#68747B
(104,116,123)
#576267
(87,98,103)
#465053
(70,80,83)
#353E3F
(53,62,63)
#242C2B
(36,44,43)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #BDCEDF

#BDCEDF
(189,206,223)
#C3D2E1
(195,210,225)
#C9D6E3
(201,214,227)
#CFDAE5
(207,218,229)
#D5DEE7
(213,222,231)
#DBE2E9
(219,226,233)
#E1E6EB
(225,230,235)
#E7EAED
(231,234,237)
#EDEEEF
(237,238,239)
#F3F2F1
(243,242,241)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCEDF color. Also use rgb(189,206,223) instead hex code.

Text Font Color

.myTextColor { color: #BDCEDF; }

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

This text font color is #BDCEDF.


Background Color

.myBgColor { background-color: #BDCEDF; }

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

This div background color is #BDCEDF.


Border color

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

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

This div border color is #BDCEDF.


Opacity

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

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

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

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

This text has shadow with #BDCEDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCEDF on black background.


Color preview on white background

This text has color #BDCEDF on white background.



Black color preview on #BDCEDF background

This text has black color on #BDCEDF background.


White color preview on #BDCEDF background

This text has white color on #BDCEDF background.