COLOR #BDD1EB

HEX: #BDD1EB RGB: (189,209,235)

Color info

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

RGB color model

#BDD1EB color RGB value is (189,209,235).

RGB: (189,209,235) (74%, 82%, 92%)

RGB channels and saturation

R 189 of 255 = 74%
G 209 of 255 = 82%
B 235 of 255 = 92%

189
209
235

R + G + B ~ 83%. #BDD1EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 209 + 235 = 633 (100%)
R 189 of 633 ~ 29.86%
G 209 of 633 ~ 33.02%
B 235 of 633 ~ 37.12'%

%29.86
%33.02
%37.12

CMYK color model

#BDD1EB color CMYK value is (20,11,0,8).

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

CMYK: (20,11,0,8)
C20M11Y0K8 (20%, 11%, 0%, 8%)
(0.20 / 0.11 / 0.00 / 0.08)

CMYK percentages

%19.57
%11.06
%0
%7.84

Codes

Color #BDD1EB in popluar color models

BD D1 EB
RGB 189 209 235
HSL 214° 53.49% 83.14%
HSB/HSV 214° 19.57% 92.16%
CMYK 19.57% 11.06% 0.00%
7.84%

Color #BDD1EB in popluar number systems.

HEX BD D1 EB
Decimal 189 209 235
Binary 10111101 11010001 11101011
Octal 275 321 353

Shades and tints

Shades of #BDD1EB

#BDD1EB
(189,209,235)
#ACBED6
(172,190,214)
#9BABC1
(155,171,193)
#8A98AC
(138,152,172)
#798597
(121,133,151)
#687282
(104,114,130)
#575F6D
(87,95,109)
#464C58
(70,76,88)
#353943
(53,57,67)
#24262E
(36,38,46)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #BDD1EB

#BDD1EB
(189,209,235)
#C3D5EC
(195,213,236)
#C9D9ED
(201,217,237)
#CFDDEE
(207,221,238)
#D5E1EF
(213,225,239)
#DBE5F0
(219,229,240)
#E1E9F1
(225,233,241)
#E7EDF2
(231,237,242)
#EDF1F3
(237,241,243)
#F3F5F4
(243,245,244)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD1EB; }

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

This text font color is #BDD1EB.

Background Color

.myBgColor { background-color: #BDD1EB; }

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

This div background color is #BDD1EB.

Border color

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

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

This div border color is #BDD1EB.

Opacity

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

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

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

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

This text has shadow with #BDD1EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD1EB.

Preview

Color preview on black background

This text has color #BDD1EB on black background.


Color preview on white background

This text has color #BDD1EB on white background.


Black color preview on #BDD1EB background

This text has black color on #BDD1EB background.


White color preview on #BDD1EB background

This text has white color on #BDD1EB background.


Related colors

Complementary color

Complementary color for #hex is #422E14.


I love getcolorcode.com

Triadic colors

1 #EBBDD1 and #D1EBBD with #BDD1EB are triadic colors.

2 #EBD1BD and #D1BDEB with #BDD1EB are triadic colors.