COLOR #BDE0E4

HEX: #BDE0E4 RGB: (189,224,228)

Color info

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

RGB color model

#BDE0E4 color RGB value is (189,224,228).

RGB: (189,224,228) (74%, 88%, 89%)

RGB channels and saturation

R 189 of 255 = 74%
G 224 of 255 = 88%
B 228 of 255 = 89%

189
224
228

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

Portions of RGB colors in percentages

R + G + B = 189 + 224 + 228 = 641 (100%)
R 189 of 641 ~ 29.49%
G 224 of 641 ~ 34.95%
B 228 of 641 ~ 35.57'%

%29.49
%34.95
%35.57

CMYK color model

#BDE0E4 color CMYK value is (17,2,0,11).

  • cyan value is 17.11%
  • magenta value is 1.75%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (17,2,0,11)
C17M2Y0K11 (17%, 2%, 0%, 11%)
(0.17 / 0.02 / 0.00 / 0.11)

CMYK percentages

%17.11
%1.75
%0
%10.59

Codes

Color #BDE0E4 in popluar color models

BD E0 E4
RGB 189 224 228
HSL 186° 41.94% 81.76%
HSB/HSV 186° 17.11% 89.41%
CMYK 17.11% 1.75% 0.00%
10.59%

Color #BDE0E4 in popluar number systems.

HEX BD E0 E4
Decimal 189 224 228
Binary 10111101 11100000 11100100
Octal 275 340 344

Shades and tints

Shades of #BDE0E4

#BDE0E4
(189,224,228)
#ACCCD0
(172,204,208)
#9BB8BC
(155,184,188)
#8AA4A8
(138,164,168)
#799094
(121,144,148)
#687C80
(104,124,128)
#57686C
(87,104,108)
#465458
(70,84,88)
#354044
(53,64,68)
#242C30
(36,44,48)
#13181C
(19,24,28)
#000000
(0,0,0)

Tints of #BDE0E4

#BDE0E4
(189,224,228)
#C3E2E6
(195,226,230)
#C9E4E8
(201,228,232)
#CFE6EA
(207,230,234)
#D5E8EC
(213,232,236)
#DBEAEE
(219,234,238)
#E1ECF0
(225,236,240)
#E7EEF2
(231,238,242)
#EDF0F4
(237,240,244)
#F3F2F6
(243,242,246)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE0E4; }

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

This text font color is #BDE0E4.

Background Color

.myBgColor { background-color: #BDE0E4; }

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

This div background color is #BDE0E4.

Border color

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

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

This div border color is #BDE0E4.

Opacity

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

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

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

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

This text has shadow with #BDE0E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDE0E4.

Preview

Color preview on black background

This text has color #BDE0E4 on black background.


Color preview on white background

This text has color #BDE0E4 on white background.


Black color preview on #BDE0E4 background

This text has black color on #BDE0E4 background.


White color preview on #BDE0E4 background

This text has white color on #BDE0E4 background.


Related colors

Complementary color

Complementary color for #hex is #421F1B.


I love getcolorcode.com

Triadic colors

1 #E4BDE0 and #E0E4BD with #BDE0E4 are triadic colors.

2 #E4E0BD and #E0BDE4 with #BDE0E4 are triadic colors.