COLOR #BDBBD6

HEX: #BDBBD6
RGB: (189,187,214)

Color info

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

RGB color model

#BDBBD6 color RGB value is (189,187,214).

  • red value is 189;
  • green value is 187;
  • blue value is 214.
RGB:
(189,187,214)
(74%,73%,84%)

RGB channels and saturation

R 189 of 255 = 74%
G 187 of 255 = 73%
B 214 of 255 = 84%

189
187
214

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

Portions of RGB colors in percentages

R + G + B =
189 + 187 + 214 = 590 (100%)
R 189 of 590 ~ 32.03%
G 187 of 590 ~ 31.69%
B 214 of 590 ~ 36.27%

%32.03
%31.69
%36.27

CMYK color model

#BDBBD6 color CMYK value is (12,13,0,16).

  • cyan value is 11.68%
  • magenta value is 12.62%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(12,13,0,16)
C12M13Y0K16 
(12%,13%,0%,16%)
(0.12/0.13/0.00/0.16)	

CMYK percentages

%11.68
%12.62
%0
%16.08

Codes

Color #BDBBD6 in popluar color models

BDBBD6
RGB189187214
HSL244°24.77%78.63%
HSB/HSV244°12.62%83.92%
CMYK11.68%12.62%0.00%
16.08%

Color #BDBBD6 in popluar number systems.

HEXBDBBD6
Decimal189187214
Binary101111011011101111010110
Octal275273326

Shades and tints

Shades of #BDBBD6

#BDBBD6
(189,187,214)
#ACAAC3
(172,170,195)
#9B99B0
(155,153,176)
#8A889D
(138,136,157)
#79778A
(121,119,138)
#686677
(104,102,119)
#575564
(87,85,100)
#464451
(70,68,81)
#35333E
(53,51,62)
#24222B
(36,34,43)
#131118
(19,17,24)
#000000
(0,0,0)

Tints of #BDBBD6

#BDBBD6
(189,187,214)
#C3C1D9
(195,193,217)
#C9C7DC
(201,199,220)
#CFCDDF
(207,205,223)
#D5D3E2
(213,211,226)
#DBD9E5
(219,217,229)
#E1DFE8
(225,223,232)
#E7E5EB
(231,229,235)
#EDEBEE
(237,235,238)
#F3F1F1
(243,241,241)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDBBD6 color. Also use rgb(189,187,214) instead hex code.

Text Font Color

.myTextColor { color: #BDBBD6; }

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

This text font color is #BDBBD6.


Background Color

.myBgColor { background-color: #BDBBD6; }

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

This div background color is #BDBBD6.


Border color

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

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

This div border color is #BDBBD6.


Opacity

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

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

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

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

This text has shadow with #BDBBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBBD6 on black background.


Color preview on white background

This text has color #BDBBD6 on white background.



Black color preview on #BDBBD6 background

This text has black color on #BDBBD6 background.


White color preview on #BDBBD6 background

This text has white color on #BDBBD6 background.