COLOR #BDDCDE

HEX: #BDDCDE
RGB: (189,220,222)

Color info

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

RGB color model

#BDDCDE color RGB value is (189,220,222).

  • red value is 189;
  • green value is 220;
  • blue value is 222.
RGB:
(189,220,222)
(74%,86%,87%)

RGB channels and saturation

R 189 of 255 = 74%
G 220 of 255 = 86%
B 222 of 255 = 87%

189
220
222

R + G + B ~ 82%. #BDDCDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 220 + 222 = 631 (100%)
R 189 of 631 ~ 29.95%
G 220 of 631 ~ 34.87%
B 222 of 631 ~ 35.18%

%29.95
%34.87
%35.18

CMYK color model

#BDDCDE color CMYK value is (15,1,0,13).

  • cyan value is 14.86%
  • magenta value is 0.90%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(15,1,0,13)
C15M1Y0K13 
(15%,1%,0%,13%)
(0.15/0.01/0.00/0.13)	

CMYK percentages

%14.86
%0.9
%0
%12.94

Codes

Color #BDDCDE in popluar color models

BDDCDE
RGB189220222
HSL184°33.33%80.59%
HSB/HSV184°14.86%87.06%
CMYK14.86%0.90%0.00%
12.94%

Color #BDDCDE in popluar number systems.

HEXBDDCDE
Decimal189220222
Binary101111011101110011011110
Octal275334336

Shades and tints

Shades of #BDDCDE

#BDDCDE
(189,220,222)
#ACC8CA
(172,200,202)
#9BB4B6
(155,180,182)
#8AA0A2
(138,160,162)
#798C8E
(121,140,142)
#68787A
(104,120,122)
#576466
(87,100,102)
#465052
(70,80,82)
#353C3E
(53,60,62)
#24282A
(36,40,42)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #BDDCDE

#BDDCDE
(189,220,222)
#C3DFE1
(195,223,225)
#C9E2E4
(201,226,228)
#CFE5E7
(207,229,231)
#D5E8EA
(213,232,234)
#DBEBED
(219,235,237)
#E1EEF0
(225,238,240)
#E7F1F3
(231,241,243)
#EDF4F6
(237,244,246)
#F3F7F9
(243,247,249)
#F9FAFC
(249,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDDCDE color. Also use rgb(189,220,222) instead hex code.

Text Font Color

.myTextColor { color: #BDDCDE; }

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

This text font color is #BDDCDE.


Background Color

.myBgColor { background-color: #BDDCDE; }

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

This div background color is #BDDCDE.


Border color

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

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

This div border color is #BDDCDE.


Opacity

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

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

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

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

This text has shadow with #BDDCDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDCDE on black background.


Color preview on white background

This text has color #BDDCDE on white background.



Black color preview on #BDDCDE background

This text has black color on #BDDCDE background.


White color preview on #BDDCDE background

This text has white color on #BDDCDE background.