COLOR #BDCBBC

HEX: #BDCBBC RGB: (189,203,188)

Color info

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

RGB color model

#BDCBBC color RGB value is (189,203,188).

RGB: (189,203,188) (74%, 80%, 74%)

RGB channels and saturation

R 189 of 255 = 74%
G 203 of 255 = 80%
B 188 of 255 = 74%

189
203
188

R + G + B ~ 76%. #BDCBBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 203 + 188 = 580 (100%)
R 189 of 580 ~ 32.59%
G 203 of 580 ~ 35%
B 188 of 580 ~ 32.41'%

%32.59
%35
%32.41

CMYK color model

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

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 7.39%
  • key color value is 20.39%
CMYK: (7,0,7,20) C7M0Y7K20 (7%,0%,7%,20%) (0.07/0.00/0.07/0.20) 

CMYK percentages

%6.9
%0
%7.39
%20.39

Codes

Color #BDCBBC in popluar color models

BD CB BC
RGB 189 203 188
HSL 116° 12.61% 76.67%
HSB/HSV 116° 7.39% 79.61%
CMYK 6.90% 0.00% 7.39%
20.39%

Color #BDCBBC in popluar number systems.

HEX BD CB BC
Decimal 189 203 188
Binary 10111101 11001011 10111100
Octal 275 313 274

Shades and tints

Shades of #BDCBBC

#BDCBBC
(189,203,188)
#ACB9AB
(172,185,171)
#9BA79A
(155,167,154)
#8A9589
(138,149,137)
#798378
(121,131,120)
#687167
(104,113,103)
#575F56
(87,95,86)
#464D45
(70,77,69)
#353B34
(53,59,52)
#242923
(36,41,35)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #BDCBBC

#BDCBBC
(189,203,188)
#C3CFC2
(195,207,194)
#C9D3C8
(201,211,200)
#CFD7CE
(207,215,206)
#D5DBD4
(213,219,212)
#DBDFDA
(219,223,218)
#E1E3E0
(225,227,224)
#E7E7E6
(231,231,230)
#EDEBEC
(237,235,236)
#F3EFF2
(243,239,242)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCBBC; }

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

This text font color is #BDCBBC.

Background Color

.myBgColor { background-color: #BDCBBC; }

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

This div background color is #BDCBBC.

Border color

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

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

This div border color is #BDCBBC.

Opacity

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

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

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

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

This text has shadow with #BDCBBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCBBC.

Preview

Color preview on black background

This text has color #BDCBBC on black background.


Color preview on white background

This text has color #BDCBBC on white background.


Black color preview on #BDCBBC background

This text has black color on #BDCBBC background.


White color preview on #BDCBBC background

This text has white color on #BDCBBC background.


Related colors

Complementary color

Complementary color for #hex is #423443.


I love getcolorcode.com

Triadic colors

1 #BCBDCB and #CBBCBD with #BDCBBC are triadic colors.

2 #BCCBBD and #CBBDBC with #BDCBBC are triadic colors.