COLOR #BDDCD8

HEX: #BDDCD8
RGB: (189,220,216)

Color info

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

RGB color model

#BDDCD8 color RGB value is (189,220,216).

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

RGB channels and saturation

R 189 of 255 = 74%
G 220 of 255 = 86%
B 216 of 255 = 85%

189
220
216

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

Portions of RGB colors in percentages

R + G + B =
189 + 220 + 216 = 625 (100%)
R 189 of 625 ~ 30.24%
G 220 of 625 ~ 35.2%
B 216 of 625 ~ 34.56%

%30.24
%35.2
%34.56

CMYK color model

#BDDCD8 color CMYK value is (14,0,2,14).

  • cyan value is 14.09%
  • magenta value is 0.00%
  • yellow value is 1.82%
  • key color value is 13.73%
CMYK:
(14,0,2,14)
C14M0Y2K14 
(14%,0%,2%,14%)
(0.14/0.00/0.02/0.14)	

CMYK percentages

%14.09
%0
%1.82
%13.73

Codes

Color #BDDCD8 in popluar color models

BDDCD8
RGB189220216
HSL172°30.69%80.20%
HSB/HSV172°14.09%86.27%
CMYK14.09%0.00%1.82%
13.73%

Color #BDDCD8 in popluar number systems.

HEXBDDCD8
Decimal189220216
Binary101111011101110011011000
Octal275334330

Shades and tints

Shades of #BDDCD8

#BDDCD8
(189,220,216)
#ACC8C5
(172,200,197)
#9BB4B2
(155,180,178)
#8AA09F
(138,160,159)
#798C8C
(121,140,140)
#687879
(104,120,121)
#576466
(87,100,102)
#465053
(70,80,83)
#353C40
(53,60,64)
#24282D
(36,40,45)
#13141A
(19,20,26)
#000000
(0,0,0)

Tints of #BDDCD8

#BDDCD8
(189,220,216)
#C3DFDB
(195,223,219)
#C9E2DE
(201,226,222)
#CFE5E1
(207,229,225)
#D5E8E4
(213,232,228)
#DBEBE7
(219,235,231)
#E1EEEA
(225,238,234)
#E7F1ED
(231,241,237)
#EDF4F0
(237,244,240)
#F3F7F3
(243,247,243)
#F9FAF6
(249,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDDCD8; }

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

This text font color is #BDDCD8.


Background Color

.myBgColor { background-color: #BDDCD8; }

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

This div background color is #BDDCD8.


Border color

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

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

This div border color is #BDDCD8.


Opacity

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

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

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

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

This text has shadow with #BDDCD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDDCD8 on black background.


Color preview on white background

This text has color #BDDCD8 on white background.



Black color preview on #BDDCD8 background

This text has black color on #BDDCD8 background.


White color preview on #BDDCD8 background

This text has white color on #BDDCD8 background.