COLOR #BDD2E0

HEX: #BDD2E0
RGB: (189,210,224)

Color info

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

RGB color model

#BDD2E0 color RGB value is (189,210,224).

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

RGB channels and saturation

R 189 of 255 = 74%
G 210 of 255 = 82%
B 224 of 255 = 88%

189
210
224

R + G + B ~ 81%. #BDD2E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 210 + 224 = 623 (100%)
R 189 of 623 ~ 30.34%
G 210 of 623 ~ 33.71%
B 224 of 623 ~ 35.96%

%30.34
%33.71
%35.96

CMYK color model

#BDD2E0 color CMYK value is (16,6,0,12).

  • cyan value is 15.63%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(16,6,0,12)
C16M6Y0K12 
(16%,6%,0%,12%)
(0.16/0.06/0.00/0.12)	

CMYK percentages

%15.63
%6.25
%0
%12.16

Codes

Color #BDD2E0 in popluar color models

BDD2E0
RGB189210224
HSL204°36.08%80.98%
HSB/HSV204°15.63%87.84%
CMYK15.63%6.25%0.00%
12.16%

Color #BDD2E0 in popluar number systems.

HEXBDD2E0
Decimal189210224
Binary101111011101001011100000
Octal275322340

Shades and tints

Shades of #BDD2E0

#BDD2E0
(189,210,224)
#ACBFCC
(172,191,204)
#9BACB8
(155,172,184)
#8A99A4
(138,153,164)
#798690
(121,134,144)
#68737C
(104,115,124)
#576068
(87,96,104)
#464D54
(70,77,84)
#353A40
(53,58,64)
#24272C
(36,39,44)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #BDD2E0

#BDD2E0
(189,210,224)
#C3D6E2
(195,214,226)
#C9DAE4
(201,218,228)
#CFDEE6
(207,222,230)
#D5E2E8
(213,226,232)
#DBE6EA
(219,230,234)
#E1EAEC
(225,234,236)
#E7EEEE
(231,238,238)
#EDF2F0
(237,242,240)
#F3F6F2
(243,246,242)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDD2E0; }

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

This text font color is #BDD2E0.


Background Color

.myBgColor { background-color: #BDD2E0; }

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

This div background color is #BDD2E0.


Border color

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

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

This div border color is #BDD2E0.


Opacity

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

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

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

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

This text has shadow with #BDD2E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD2E0 on black background.


Color preview on white background

This text has color #BDD2E0 on white background.



Black color preview on #BDD2E0 background

This text has black color on #BDD2E0 background.


White color preview on #BDD2E0 background

This text has white color on #BDD2E0 background.