COLOR #BDCDD2

HEX: #BDCDD2
RGB: (189,205,210)

Color info

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

RGB color model

#BDCDD2 color RGB value is (189,205,210).

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

RGB channels and saturation

R 189 of 255 = 74%
G 205 of 255 = 80%
B 210 of 255 = 82%

189
205
210

R + G + B ~ 79%. #BDCDD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 205 + 210 = 604 (100%)
R 189 of 604 ~ 31.29%
G 205 of 604 ~ 33.94%
B 210 of 604 ~ 34.77%

%31.29
%33.94
%34.77

CMYK color model

#BDCDD2 color CMYK value is (10,2,0,18).

  • cyan value is 10.00%
  • magenta value is 2.38%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(10,2,0,18)
C10M2Y0K18 
(10%,2%,0%,18%)
(0.10/0.02/0.00/0.18)	

CMYK percentages

%10
%2.38
%0
%17.65

Codes

Color #BDCDD2 in popluar color models

BDCDD2
RGB189205210
HSL194°18.92%78.24%
HSB/HSV194°10.00%82.35%
CMYK10.00%2.38%0.00%
17.65%

Color #BDCDD2 in popluar number systems.

HEXBDCDD2
Decimal189205210
Binary101111011100110111010010
Octal275315322

Shades and tints

Shades of #BDCDD2

#BDCDD2
(189,205,210)
#ACBBBF
(172,187,191)
#9BA9AC
(155,169,172)
#8A9799
(138,151,153)
#798586
(121,133,134)
#687373
(104,115,115)
#576160
(87,97,96)
#464F4D
(70,79,77)
#353D3A
(53,61,58)
#242B27
(36,43,39)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #BDCDD2

#BDCDD2
(189,205,210)
#C3D1D6
(195,209,214)
#C9D5DA
(201,213,218)
#CFD9DE
(207,217,222)
#D5DDE2
(213,221,226)
#DBE1E6
(219,225,230)
#E1E5EA
(225,229,234)
#E7E9EE
(231,233,238)
#EDEDF2
(237,237,242)
#F3F1F6
(243,241,246)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCDD2; }

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

This text font color is #BDCDD2.


Background Color

.myBgColor { background-color: #BDCDD2; }

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

This div background color is #BDCDD2.


Border color

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

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

This div border color is #BDCDD2.


Opacity

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

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

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

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

This text has shadow with #BDCDD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCDD2 on black background.


Color preview on white background

This text has color #BDCDD2 on white background.



Black color preview on #BDCDD2 background

This text has black color on #BDCDD2 background.


White color preview on #BDCDD2 background

This text has white color on #BDCDD2 background.