COLOR #BDE0E9

HEX: #BDE0E9 RGB: (189,224,233)

Color info

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

RGB color model

#BDE0E9 color RGB value is (189,224,233).

RGB: (189,224,233) (74%, 88%, 91%)

RGB channels and saturation

R 189 of 255 = 74%
G 224 of 255 = 88%
B 233 of 255 = 91%

189
224
233

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

Portions of RGB colors in percentages

R + G + B = 189 + 224 + 233 = 646 (100%)
R 189 of 646 ~ 29.26%
G 224 of 646 ~ 34.67%
B 233 of 646 ~ 36.07'%

%29.26
%34.67
%36.07

CMYK color model

#BDE0E9 color CMYK value is (19,4,0,9).

  • cyan value is 18.88%
  • magenta value is 3.86%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (19,4,0,9)
C19M4Y0K9 (19%, 4%, 0%, 9%)
(0.19 / 0.04 / 0.00 / 0.09)

CMYK percentages

%18.88
%3.86
%0
%8.63

Codes

Color #BDE0E9 in popluar color models

BD E0 E9
RGB 189 224 233
HSL 192° 50.00% 82.75%
HSB/HSV 192° 18.88% 91.37%
CMYK 18.88% 3.86% 0.00%
8.63%

Color #BDE0E9 in popluar number systems.

HEX BD E0 E9
Decimal 189 224 233
Binary 10111101 11100000 11101001
Octal 275 340 351

Shades and tints

Shades of #BDE0E9

#BDE0E9
(189,224,233)
#ACCCD4
(172,204,212)
#9BB8BF
(155,184,191)
#8AA4AA
(138,164,170)
#799095
(121,144,149)
#687C80
(104,124,128)
#57686B
(87,104,107)
#465456
(70,84,86)
#354041
(53,64,65)
#242C2C
(36,44,44)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #BDE0E9

#BDE0E9
(189,224,233)
#C3E2EB
(195,226,235)
#C9E4ED
(201,228,237)
#CFE6EF
(207,230,239)
#D5E8F1
(213,232,241)
#DBEAF3
(219,234,243)
#E1ECF5
(225,236,245)
#E7EEF7
(231,238,247)
#EDF0F9
(237,240,249)
#F3F2FB
(243,242,251)
#F9F4FD
(249,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE0E9; }

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

This text font color is #BDE0E9.

Background Color

.myBgColor { background-color: #BDE0E9; }

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

This div background color is #BDE0E9.

Border color

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

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

This div border color is #BDE0E9.

Opacity

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

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

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

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

This text has shadow with #BDE0E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDE0E9.

Preview

Color preview on black background

This text has color #BDE0E9 on black background.


Color preview on white background

This text has color #BDE0E9 on white background.


Black color preview on #BDE0E9 background

This text has black color on #BDE0E9 background.


White color preview on #BDE0E9 background

This text has white color on #BDE0E9 background.


Related colors

Complementary color

Complementary color for #hex is #421F16.


I love getcolorcode.com

Triadic colors

1 #E9BDE0 and #E0E9BD with #BDE0E9 are triadic colors.

2 #E9E0BD and #E0BDE9 with #BDE0E9 are triadic colors.