COLOR #BDC8EB

HEX: #BDC8EB RGB: (189,200,235)

Color info

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

RGB color model

#BDC8EB color RGB value is (189,200,235).

RGB: (189,200,235) (74%, 78%, 92%)

RGB channels and saturation

R 189 of 255 = 74%
G 200 of 255 = 78%
B 235 of 255 = 92%

189
200
235

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

Portions of RGB colors in percentages

R + G + B = 189 + 200 + 235 = 624 (100%)
R 189 of 624 ~ 30.29%
G 200 of 624 ~ 32.05%
B 235 of 624 ~ 37.66'%

%30.29
%32.05
%37.66

CMYK color model

#BDC8EB color CMYK value is (20,15,0,8).

  • cyan value is 19.57%
  • magenta value is 14.89%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (20,15,0,8)
C20M15Y0K8 (20%, 15%, 0%, 8%)
(0.20 / 0.15 / 0.00 / 0.08)

CMYK percentages

%19.57
%14.89
%0
%7.84

Codes

Color #BDC8EB in popluar color models

BD C8 EB
RGB 189 200 235
HSL 226° 53.49% 83.14%
HSB/HSV 226° 19.57% 92.16%
CMYK 19.57% 14.89% 0.00%
7.84%

Color #BDC8EB in popluar number systems.

HEX BD C8 EB
Decimal 189 200 235
Binary 10111101 11001000 11101011
Octal 275 310 353

Shades and tints

Shades of #BDC8EB

#BDC8EB
(189,200,235)
#ACB6D6
(172,182,214)
#9BA4C1
(155,164,193)
#8A92AC
(138,146,172)
#798097
(121,128,151)
#686E82
(104,110,130)
#575C6D
(87,92,109)
#464A58
(70,74,88)
#353843
(53,56,67)
#24262E
(36,38,46)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #BDC8EB

#BDC8EB
(189,200,235)
#C3CDEC
(195,205,236)
#C9D2ED
(201,210,237)
#CFD7EE
(207,215,238)
#D5DCEF
(213,220,239)
#DBE1F0
(219,225,240)
#E1E6F1
(225,230,241)
#E7EBF2
(231,235,242)
#EDF0F3
(237,240,243)
#F3F5F4
(243,245,244)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDC8EB color. Also use rgb(189,200,235) instead hex code.

Text Font Color

.myTextColor { color: #BDC8EB; }

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

This text font color is #BDC8EB.

Background Color

.myBgColor { background-color: #BDC8EB; }

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

This div background color is #BDC8EB.

Border color

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

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

This div border color is #BDC8EB.

Opacity

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

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

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

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

This text has shadow with #BDC8EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDC8EB.

Preview

Color preview on black background

This text has color #BDC8EB on black background.


Color preview on white background

This text has color #BDC8EB on white background.


Black color preview on #BDC8EB background

This text has black color on #BDC8EB background.


White color preview on #BDC8EB background

This text has white color on #BDC8EB background.


Related colors

Complementary color

Complementary color for #hex is #423714.


I love getcolorcode.com

Triadic colors

1 #EBBDC8 and #C8EBBD with #BDC8EB are triadic colors.

2 #EBC8BD and #C8BDEB with #BDC8EB are triadic colors.