COLOR #BDD8EB

HEX: #BDD8EB RGB: (189,216,235)

Color info

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

RGB color model

#BDD8EB color RGB value is (189,216,235).

RGB: (189,216,235) (74%, 85%, 92%)

RGB channels and saturation

R 189 of 255 = 74%
G 216 of 255 = 85%
B 235 of 255 = 92%

189
216
235

R + G + B ~ 84%. #BDD8EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 216 + 235 = 640 (100%)
R 189 of 640 ~ 29.53%
G 216 of 640 ~ 33.75%
B 235 of 640 ~ 36.72'%

%29.53
%33.75
%36.72

CMYK color model

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

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

CMYK: (20,8,0,8)
C20M8Y0K8 (20%, 8%, 0%, 8%)
(0.20 / 0.08 / 0.00 / 0.08)

CMYK percentages

%19.57
%8.09
%0
%7.84

Codes

Color #BDD8EB in popluar color models

BD D8 EB
RGB 189 216 235
HSL 205° 53.49% 83.14%
HSB/HSV 205° 19.57% 92.16%
CMYK 19.57% 8.09% 0.00%
7.84%

Color #BDD8EB in popluar number systems.

HEX BD D8 EB
Decimal 189 216 235
Binary 10111101 11011000 11101011
Octal 275 330 353

Shades and tints

Shades of #BDD8EB

#BDD8EB
(189,216,235)
#ACC5D6
(172,197,214)
#9BB2C1
(155,178,193)
#8A9FAC
(138,159,172)
#798C97
(121,140,151)
#687982
(104,121,130)
#57666D
(87,102,109)
#465358
(70,83,88)
#354043
(53,64,67)
#242D2E
(36,45,46)
#131A19
(19,26,25)
#000000
(0,0,0)

Tints of #BDD8EB

#BDD8EB
(189,216,235)
#C3DBEC
(195,219,236)
#C9DEED
(201,222,237)
#CFE1EE
(207,225,238)
#D5E4EF
(213,228,239)
#DBE7F0
(219,231,240)
#E1EAF1
(225,234,241)
#E7EDF2
(231,237,242)
#EDF0F3
(237,240,243)
#F3F3F4
(243,243,244)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD8EB; }

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

This text font color is #BDD8EB.

Background Color

.myBgColor { background-color: #BDD8EB; }

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

This div background color is #BDD8EB.

Border color

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

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

This div border color is #BDD8EB.

Opacity

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

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

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

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

This text has shadow with #BDD8EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDD8EB.

Preview

Color preview on black background

This text has color #BDD8EB on black background.


Color preview on white background

This text has color #BDD8EB on white background.


Black color preview on #BDD8EB background

This text has black color on #BDD8EB background.


White color preview on #BDD8EB background

This text has white color on #BDD8EB background.


Related colors

Complementary color

Complementary color for #hex is #422714.


I love getcolorcode.com

Triadic colors

1 #EBBDD8 and #D8EBBD with #BDD8EB are triadic colors.

2 #EBD8BD and #D8BDEB with #BDD8EB are triadic colors.