COLOR #BDCDCC

HEX: #BDCDCC RGB: (189,205,204)

Color info

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

RGB color model

#BDCDCC color RGB value is (189,205,204).

RGB: (189,205,204) (74%, 80%, 80%)

RGB channels and saturation

R 189 of 255 = 74%
G 205 of 255 = 80%
B 204 of 255 = 80%

189
205
204

R + G + B ~ 78%. #BDCDCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 205 + 204 = 598 (100%)
R 189 of 598 ~ 31.61%
G 205 of 598 ~ 34.28%
B 204 of 598 ~ 34.11'%

%31.61
%34.28
%34.11

CMYK color model

#BDCDCC color CMYK value is (8,0,0,20).

  • cyan value is 7.80%
  • magenta value is 0.00%
  • yellow value is 0.49%
  • key color value is 19.61%
CMYK: (8,0,0,20) C8M0Y0K20 (8%,0%,0%,20%) (0.08/0.00/0.00/0.20) 

CMYK percentages

%7.8
%0
%0.49
%19.61

Codes

Color #BDCDCC in popluar color models

BD CD CC
RGB 189 205 204
HSL 176° 13.79% 77.25%
HSB/HSV 176° 7.80% 80.39%
CMYK 7.80% 0.00% 0.49%
19.61%

Color #BDCDCC in popluar number systems.

HEX BD CD CC
Decimal 189 205 204
Binary 10111101 11001101 11001100
Octal 275 315 314

Shades and tints

Shades of #BDCDCC

#BDCDCC
(189,205,204)
#ACBBBA
(172,187,186)
#9BA9A8
(155,169,168)
#8A9796
(138,151,150)
#798584
(121,133,132)
#687372
(104,115,114)
#576160
(87,97,96)
#464F4E
(70,79,78)
#353D3C
(53,61,60)
#242B2A
(36,43,42)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #BDCDCC

#BDCDCC
(189,205,204)
#C3D1D0
(195,209,208)
#C9D5D4
(201,213,212)
#CFD9D8
(207,217,216)
#D5DDDC
(213,221,220)
#DBE1E0
(219,225,224)
#E1E5E4
(225,229,228)
#E7E9E8
(231,233,232)
#EDEDEC
(237,237,236)
#F3F1F0
(243,241,240)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCDCC; }

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

This text font color is #BDCDCC.

Background Color

.myBgColor { background-color: #BDCDCC; }

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

This div background color is #BDCDCC.

Border color

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

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

This div border color is #BDCDCC.

Opacity

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

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

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

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

This text has shadow with #BDCDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCDCC.

Preview

Color preview on black background

This text has color #BDCDCC on black background.


Color preview on white background

This text has color #BDCDCC on white background.


Black color preview on #BDCDCC background

This text has black color on #BDCDCC background.


White color preview on #BDCDCC background

This text has white color on #BDCDCC background.


Related colors

Complementary color

Complementary color for #hex is #423233.


I love getcolorcode.com

Triadic colors

1 #CCBDCD and #CDCCBD with #BDCDCC are triadic colors.

2 #CCCDBD and #CDBDCC with #BDCDCC are triadic colors.