COLOR #BDE4E9

HEX: #BDE4E9
RGB: (189,228,233)

Color info

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

RGB color model

#BDE4E9 color RGB value is (189,228,233).

  • red value is 189;
  • green value is 228;
  • blue value is 233.
RGB:
(189,228,233)
(74%,89%,91%)

RGB channels and saturation

R 189 of 255 = 74%
G 228 of 255 = 89%
B 233 of 255 = 91%

189
228
233

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

Portions of RGB colors in percentages

R + G + B =
189 + 228 + 233 = 650 (100%)
R 189 of 650 ~ 29.08%
G 228 of 650 ~ 35.08%
B 233 of 650 ~ 35.85%

%29.08
%35.08
%35.85

CMYK color model

#BDE4E9 color CMYK value is (19,2,0,9).

  • cyan value is 18.88%
  • magenta value is 2.15%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(19,2,0,9)
C19M2Y0K9 
(19%,2%,0%,9%)
(0.19/0.02/0.00/0.09)	

CMYK percentages

%18.88
%2.15
%0
%8.63

Codes

Color #BDE4E9 in popluar color models

BDE4E9
RGB189228233
HSL187°50.00%82.75%
HSB/HSV187°18.88%91.37%
CMYK18.88%2.15%0.00%
8.63%

Color #BDE4E9 in popluar number systems.

HEXBDE4E9
Decimal189228233
Binary101111011110010011101001
Octal275344351

Shades and tints

Shades of #BDE4E9

#BDE4E9
(189,228,233)
#ACD0D4
(172,208,212)
#9BBCBF
(155,188,191)
#8AA8AA
(138,168,170)
#799495
(121,148,149)
#688080
(104,128,128)
#576C6B
(87,108,107)
#465856
(70,88,86)
#354441
(53,68,65)
#24302C
(36,48,44)
#131C17
(19,28,23)
#000000
(0,0,0)

Tints of #BDE4E9

#BDE4E9
(189,228,233)
#C3E6EB
(195,230,235)
#C9E8ED
(201,232,237)
#CFEAEF
(207,234,239)
#D5ECF1
(213,236,241)
#DBEEF3
(219,238,243)
#E1F0F5
(225,240,245)
#E7F2F7
(231,242,247)
#EDF4F9
(237,244,249)
#F3F6FB
(243,246,251)
#F9F8FD
(249,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE4E9; }

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

This text font color is #BDE4E9.


Background Color

.myBgColor { background-color: #BDE4E9; }

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

This div background color is #BDE4E9.


Border color

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

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

This div border color is #BDE4E9.


Opacity

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

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

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

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

This text has shadow with #BDE4E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE4E9 on black background.


Color preview on white background

This text has color #BDE4E9 on white background.



Black color preview on #BDE4E9 background

This text has black color on #BDE4E9 background.


White color preview on #BDE4E9 background

This text has white color on #BDE4E9 background.