COLOR #BDD2EF

HEX: #BDD2EF
RGB: (189,210,239)

Color info

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

RGB color model

#BDD2EF color RGB value is (189,210,239).

  • red value is 189;
  • green value is 210;
  • blue value is 239.
RGB:
(189,210,239)
(74%,82%,94%)

RGB channels and saturation

R 189 of 255 = 74%
G 210 of 255 = 82%
B 239 of 255 = 94%

189
210
239

R + G + B ~ 83%. #BDD2EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 210 + 239 = 638 (100%)
R 189 of 638 ~ 29.62%
G 210 of 638 ~ 32.92%
B 239 of 638 ~ 37.46%

%29.62
%32.92
%37.46

CMYK color model

#BDD2EF color CMYK value is (21,12,0,6).

  • cyan value is 20.92%
  • magenta value is 12.13%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(21,12,0,6)
C21M12Y0K6 
(21%,12%,0%,6%)
(0.21/0.12/0.00/0.06)	

CMYK percentages

%20.92
%12.13
%0
%6.27

Codes

Color #BDD2EF in popluar color models

BDD2EF
RGB189210239
HSL215°60.98%83.92%
HSB/HSV215°20.92%93.73%
CMYK20.92%12.13%0.00%
6.27%

Color #BDD2EF in popluar number systems.

HEXBDD2EF
Decimal189210239
Binary101111011101001011101111
Octal275322357

Shades and tints

Shades of #BDD2EF

#BDD2EF
(189,210,239)
#ACBFDA
(172,191,218)
#9BACC5
(155,172,197)
#8A99B0
(138,153,176)
#79869B
(121,134,155)
#687386
(104,115,134)
#576071
(87,96,113)
#464D5C
(70,77,92)
#353A47
(53,58,71)
#242732
(36,39,50)
#13141D
(19,20,29)
#000000
(0,0,0)

Tints of #BDD2EF

#BDD2EF
(189,210,239)
#C3D6F0
(195,214,240)
#C9DAF1
(201,218,241)
#CFDEF2
(207,222,242)
#D5E2F3
(213,226,243)
#DBE6F4
(219,230,244)
#E1EAF5
(225,234,245)
#E7EEF6
(231,238,246)
#EDF2F7
(237,242,247)
#F3F6F8
(243,246,248)
#F9FAF9
(249,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD2EF color. Also use rgb(189,210,239) instead hex code.

Text Font Color

.myTextColor { color: #BDD2EF; }

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

This text font color is #BDD2EF.


Background Color

.myBgColor { background-color: #BDD2EF; }

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

This div background color is #BDD2EF.


Border color

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

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

This div border color is #BDD2EF.


Opacity

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

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

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

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

This text has shadow with #BDD2EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD2EF on black background.


Color preview on white background

This text has color #BDD2EF on white background.



Black color preview on #BDD2EF background

This text has black color on #BDD2EF background.


White color preview on #BDD2EF background

This text has white color on #BDD2EF background.