COLOR #BDCBDB

HEX: #BDCBDB RGB: (189,203,219)

Color info

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

RGB color model

#BDCBDB color RGB value is (189,203,219).

RGB: (189,203,219) (74%, 80%, 86%)

RGB channels and saturation

R 189 of 255 = 74%
G 203 of 255 = 80%
B 219 of 255 = 86%

189
203
219

R + G + B ~ 80%. #BDCBDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 203 + 219 = 611 (100%)
R 189 of 611 ~ 30.93%
G 203 of 611 ~ 33.22%
B 219 of 611 ~ 35.84'%

%30.93
%33.22
%35.84

CMYK color model

#BDCBDB color CMYK value is (14,7,0,14).

  • cyan value is 13.70%
  • magenta value is 7.31%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (14,7,0,14)
C14M7Y0K14 (14%, 7%, 0%, 14%)
(0.14 / 0.07 / 0.00 / 0.14)

CMYK percentages

%13.7
%7.31
%0
%14.12

Codes

Color #BDCBDB in popluar color models

BD CB DB
RGB 189 203 219
HSL 212° 29.41% 80.00%
HSB/HSV 212° 13.70% 85.88%
CMYK 13.70% 7.31% 0.00%
14.12%

Color #BDCBDB in popluar number systems.

HEX BD CB DB
Decimal 189 203 219
Binary 10111101 11001011 11011011
Octal 275 313 333

Shades and tints

Shades of #BDCBDB

#BDCBDB
(189,203,219)
#ACB9C8
(172,185,200)
#9BA7B5
(155,167,181)
#8A95A2
(138,149,162)
#79838F
(121,131,143)
#68717C
(104,113,124)
#575F69
(87,95,105)
#464D56
(70,77,86)
#353B43
(53,59,67)
#242930
(36,41,48)
#13171D
(19,23,29)
#000000
(0,0,0)

Tints of #BDCBDB

#BDCBDB
(189,203,219)
#C3CFDE
(195,207,222)
#C9D3E1
(201,211,225)
#CFD7E4
(207,215,228)
#D5DBE7
(213,219,231)
#DBDFEA
(219,223,234)
#E1E3ED
(225,227,237)
#E7E7F0
(231,231,240)
#EDEBF3
(237,235,243)
#F3EFF6
(243,239,246)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCBDB; }

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

This text font color is #BDCBDB.

Background Color

.myBgColor { background-color: #BDCBDB; }

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

This div background color is #BDCBDB.

Border color

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

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

This div border color is #BDCBDB.

Opacity

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

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

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

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

This text has shadow with #BDCBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCBDB.

Preview

Color preview on black background

This text has color #BDCBDB on black background.


Color preview on white background

This text has color #BDCBDB on white background.


Black color preview on #BDCBDB background

This text has black color on #BDCBDB background.


White color preview on #BDCBDB background

This text has white color on #BDCBDB background.


Related colors

Complementary color

Complementary color for #hex is #423424.


I love getcolorcode.com

Triadic colors

1 #DBBDCB and #CBDBBD with #BDCBDB are triadic colors.

2 #DBCBBD and #CBBDDB with #BDCBDB are triadic colors.