COLOR #BDE0EB

HEX: #BDE0EB RGB: (189,224,235)

Color info

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

RGB color model

#BDE0EB color RGB value is (189,224,235).

RGB: (189,224,235) (74%, 88%, 92%)

RGB channels and saturation

R 189 of 255 = 74%
G 224 of 255 = 88%
B 235 of 255 = 92%

189
224
235

R + G + B ~ 85%. #BDE0EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 224 + 235 = 648 (100%)
R 189 of 648 ~ 29.17%
G 224 of 648 ~ 34.57%
B 235 of 648 ~ 36.27'%

%29.17
%34.57
%36.27

CMYK color model

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

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

CMYK: (20,5,0,8)
C20M5Y0K8 (20%, 5%, 0%, 8%)
(0.20 / 0.05 / 0.00 / 0.08)

CMYK percentages

%19.57
%4.68
%0
%7.84

Codes

Color #BDE0EB in popluar color models

BD E0 EB
RGB 189 224 235
HSL 194° 53.49% 83.14%
HSB/HSV 194° 19.57% 92.16%
CMYK 19.57% 4.68% 0.00%
7.84%

Color #BDE0EB in popluar number systems.

HEX BD E0 EB
Decimal 189 224 235
Binary 10111101 11100000 11101011
Octal 275 340 353

Shades and tints

Shades of #BDE0EB

#BDE0EB
(189,224,235)
#ACCCD6
(172,204,214)
#9BB8C1
(155,184,193)
#8AA4AC
(138,164,172)
#799097
(121,144,151)
#687C82
(104,124,130)
#57686D
(87,104,109)
#465458
(70,84,88)
#354043
(53,64,67)
#242C2E
(36,44,46)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #BDE0EB

#BDE0EB
(189,224,235)
#C3E2EC
(195,226,236)
#C9E4ED
(201,228,237)
#CFE6EE
(207,230,238)
#D5E8EF
(213,232,239)
#DBEAF0
(219,234,240)
#E1ECF1
(225,236,241)
#E7EEF2
(231,238,242)
#EDF0F3
(237,240,243)
#F3F2F4
(243,242,244)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE0EB; }

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

This text font color is #BDE0EB.

Background Color

.myBgColor { background-color: #BDE0EB; }

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

This div background color is #BDE0EB.

Border color

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

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

This div border color is #BDE0EB.

Opacity

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

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

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

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

This text has shadow with #BDE0EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDE0EB.

Preview

Color preview on black background

This text has color #BDE0EB on black background.


Color preview on white background

This text has color #BDE0EB on white background.


Black color preview on #BDE0EB background

This text has black color on #BDE0EB background.


White color preview on #BDE0EB background

This text has white color on #BDE0EB background.


Related colors

Complementary color

Complementary color for #hex is #421F14.


I love getcolorcode.com

Triadic colors

1 #EBBDE0 and #E0EBBD with #BDE0EB are triadic colors.

2 #EBE0BD and #E0BDEB with #BDE0EB are triadic colors.