COLOR #BDCBC1

HEX: #BDCBC1 RGB: (189,203,193)

Color info

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

RGB color model

#BDCBC1 color RGB value is (189,203,193).

RGB: (189,203,193) (74%, 80%, 76%)

RGB channels and saturation

R 189 of 255 = 74%
G 203 of 255 = 80%
B 193 of 255 = 76%

189
203
193

R + G + B ~ 77%. #BDCBC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 203 + 193 = 585 (100%)
R 189 of 585 ~ 32.31%
G 203 of 585 ~ 34.7%
B 193 of 585 ~ 32.99'%

%32.31
%34.7
%32.99

CMYK color model

#BDCBC1 color CMYK value is (7,0,5,20).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 4.93%
  • key color value is 20.39%

CMYK: (7,0,5,20)
C7M0Y5K20 (7%, 0%, 5%, 20%)
(0.07 / 0.00 / 0.05 / 0.20)

CMYK percentages

%6.9
%0
%4.93
%20.39

Codes

Color #BDCBC1 in popluar color models

BD CB C1
RGB 189 203 193
HSL 137° 11.86% 76.86%
HSB/HSV 137° 6.90% 79.61%
CMYK 6.90% 0.00% 4.93%
20.39%

Color #BDCBC1 in popluar number systems.

HEX BD CB C1
Decimal 189 203 193
Binary 10111101 11001011 11000001
Octal 275 313 301

Shades and tints

Shades of #BDCBC1

#BDCBC1
(189,203,193)
#ACB9B0
(172,185,176)
#9BA79F
(155,167,159)
#8A958E
(138,149,142)
#79837D
(121,131,125)
#68716C
(104,113,108)
#575F5B
(87,95,91)
#464D4A
(70,77,74)
#353B39
(53,59,57)
#242928
(36,41,40)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #BDCBC1

#BDCBC1
(189,203,193)
#C3CFC6
(195,207,198)
#C9D3CB
(201,211,203)
#CFD7D0
(207,215,208)
#D5DBD5
(213,219,213)
#DBDFDA
(219,223,218)
#E1E3DF
(225,227,223)
#E7E7E4
(231,231,228)
#EDEBE9
(237,235,233)
#F3EFEE
(243,239,238)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCBC1 color. Also use rgb(189,203,193) instead hex code.

Text Font Color

.myTextColor { color: #BDCBC1; }

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

This text font color is #BDCBC1.

Background Color

.myBgColor { background-color: #BDCBC1; }

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

This div background color is #BDCBC1.

Border color

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

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

This div border color is #BDCBC1.

Opacity

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

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

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

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

This text has shadow with #BDCBC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCBC1.

Preview

Color preview on black background

This text has color #BDCBC1 on black background.


Color preview on white background

This text has color #BDCBC1 on white background.


Black color preview on #BDCBC1 background

This text has black color on #BDCBC1 background.


White color preview on #BDCBC1 background

This text has white color on #BDCBC1 background.


Related colors

Complementary color

Complementary color for #hex is #42343E.


I love getcolorcode.com

Triadic colors

1 #C1BDCB and #CBC1BD with #BDCBC1 are triadic colors.

2 #C1CBBD and #CBBDC1 with #BDCBC1 are triadic colors.