COLOR #BDDFE2

HEX: #BDDFE2
RGB: (189,223,226)

Color info

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

RGB color model

#BDDFE2 color RGB value is (189,223,226).

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

RGB channels and saturation

R 189 of 255 = 74%
G 223 of 255 = 87%
B 226 of 255 = 89%

189
223
226

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

Portions of RGB colors in percentages

R + G + B =
189 + 223 + 226 = 638 (100%)
R 189 of 638 ~ 29.62%
G 223 of 638 ~ 34.95%
B 226 of 638 ~ 35.42%

%29.62
%34.95
%35.42

CMYK color model

#BDDFE2 color CMYK value is (16,1,0,11).

  • cyan value is 16.37%
  • magenta value is 1.33%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(16,1,0,11)
C16M1Y0K11 
(16%,1%,0%,11%)
(0.16/0.01/0.00/0.11)	

CMYK percentages

%16.37
%1.33
%0
%11.37

Codes

Color #BDDFE2 in popluar color models

BDDFE2
RGB189223226
HSL185°38.95%81.37%
HSB/HSV185°16.37%88.63%
CMYK16.37%1.33%0.00%
11.37%

Color #BDDFE2 in popluar number systems.

HEXBDDFE2
Decimal189223226
Binary101111011101111111100010
Octal275337342

Shades and tints

Shades of #BDDFE2

#BDDFE2
(189,223,226)
#ACCBCE
(172,203,206)
#9BB7BA
(155,183,186)
#8AA3A6
(138,163,166)
#798F92
(121,143,146)
#687B7E
(104,123,126)
#57676A
(87,103,106)
#465356
(70,83,86)
#353F42
(53,63,66)
#242B2E
(36,43,46)
#13171A
(19,23,26)
#000000
(0,0,0)

Tints of #BDDFE2

#BDDFE2
(189,223,226)
#C3E1E4
(195,225,228)
#C9E3E6
(201,227,230)
#CFE5E8
(207,229,232)
#D5E7EA
(213,231,234)
#DBE9EC
(219,233,236)
#E1EBEE
(225,235,238)
#E7EDF0
(231,237,240)
#EDEFF2
(237,239,242)
#F3F1F4
(243,241,244)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDFE2; }

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

This text font color is #BDDFE2.


Background Color

.myBgColor { background-color: #BDDFE2; }

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

This div background color is #BDDFE2.


Border color

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

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

This div border color is #BDDFE2.


Opacity

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

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

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

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

This text has shadow with #BDDFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDFE2 on black background.


Color preview on white background

This text has color #BDDFE2 on white background.



Black color preview on #BDDFE2 background

This text has black color on #BDDFE2 background.


White color preview on #BDDFE2 background

This text has white color on #BDDFE2 background.