COLOR #BDE2FD

HEX: #BDE2FD
RGB: (189,226,253)

Color info

#BDE2FD contains mainly green and blue colors. Web safe color of #BDE2FD is #CCCCFF (or #CCF).

RGB color model

#BDE2FD color RGB value is (189,226,253).

  • red value is 189;
  • green value is 226;
  • blue value is 253.
RGB:
(189,226,253)
(74%,89%,99%)

RGB channels and saturation

R 189 of 255 = 74%
G 226 of 255 = 89%
B 253 of 255 = 99%

189
226
253

R + G + B ~ 87%. #BDE2FD is light color.

Portions of RGB colors in percentages

R + G + B =
189 + 226 + 253 = 668 (100%)
R 189 of 668 ~ 28.29%
G 226 of 668 ~ 33.83%
B 253 of 668 ~ 37.87%

%28.29
%33.83
%37.87

CMYK color model

#BDE2FD color CMYK value is (25,11,0,1).

  • cyan value is 25.30%
  • magenta value is 10.67%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(25,11,0,1)
C25M11Y0K1 
(25%,11%,0%,1%)
(0.25/0.11/0.00/0.01)	

CMYK percentages

%25.3
%10.67
%0
%0.78

Codes

Color #BDE2FD in popluar color models

BDE2FD
RGB189226253
HSL205°94.12%86.67%
HSB/HSV205°25.30%99.22%
CMYK25.30%10.67%0.00%
0.78%

Color #BDE2FD in popluar number systems.

HEXBDE2FD
Decimal189226253
Binary101111011110001011111101
Octal275342375

Shades and tints

Shades of #BDE2FD

#BDE2FD
(189,226,253)
#ACCEE6
(172,206,230)
#9BBACF
(155,186,207)
#8AA6B8
(138,166,184)
#7992A1
(121,146,161)
#687E8A
(104,126,138)
#576A73
(87,106,115)
#46565C
(70,86,92)
#354245
(53,66,69)
#242E2E
(36,46,46)
#131A17
(19,26,23)
#000000
(0,0,0)

Tints of #BDE2FD

#BDE2FD
(189,226,253)
#C3E4FD
(195,228,253)
#C9E6FD
(201,230,253)
#CFE8FD
(207,232,253)
#D5EAFD
(213,234,253)
#DBECFD
(219,236,253)
#E1EEFD
(225,238,253)
#E7F0FD
(231,240,253)
#EDF2FD
(237,242,253)
#F3F4FD
(243,244,253)
#F9F6FD
(249,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE2FD color. Also use rgb(189,226,253) instead hex code.

Text Font Color

.myTextColor { color: #BDE2FD; }

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

This text font color is #BDE2FD.


Background Color

.myBgColor { background-color: #BDE2FD; }

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

This div background color is #BDE2FD.


Border color

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

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

This div border color is #BDE2FD.


Opacity

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

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

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

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

This text has shadow with #BDE2FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE2FD on black background.


Color preview on white background

This text has color #BDE2FD on white background.



Black color preview on #BDE2FD background

This text has black color on #BDE2FD background.


White color preview on #BDE2FD background

This text has white color on #BDE2FD background.