COLOR #BDBFDD

HEX: #BDBFDD
RGB: (189,191,221)

Color info

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

RGB color model

#BDBFDD color RGB value is (189,191,221).

  • red value is 189;
  • green value is 191;
  • blue value is 221.
RGB:
(189,191,221)
(74%,75%,87%)

RGB channels and saturation

R 189 of 255 = 74%
G 191 of 255 = 75%
B 221 of 255 = 87%

189
191
221

R + G + B ~ 79%. #BDBFDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 191 + 221 = 601 (100%)
R 189 of 601 ~ 31.45%
G 191 of 601 ~ 31.78%
B 221 of 601 ~ 36.77%

%31.45
%31.78
%36.77

CMYK color model

#BDBFDD color CMYK value is (14,14,0,13).

  • cyan value is 14.48%
  • magenta value is 13.57%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(14,14,0,13)
C14M14Y0K13 
(14%,14%,0%,13%)
(0.14/0.14/0.00/0.13)	

CMYK percentages

%14.48
%13.57
%0
%13.33

Codes

Color #BDBFDD in popluar color models

BDBFDD
RGB189191221
HSL236°32.00%80.39%
HSB/HSV236°14.48%86.67%
CMYK14.48%13.57%0.00%
13.33%

Color #BDBFDD in popluar number systems.

HEXBDBFDD
Decimal189191221
Binary101111011011111111011101
Octal275277335

Shades and tints

Shades of #BDBFDD

#BDBFDD
(189,191,221)
#ACAEC9
(172,174,201)
#9B9DB5
(155,157,181)
#8A8CA1
(138,140,161)
#797B8D
(121,123,141)
#686A79
(104,106,121)
#575965
(87,89,101)
#464851
(70,72,81)
#35373D
(53,55,61)
#242629
(36,38,41)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #BDBFDD

#BDBFDD
(189,191,221)
#C3C4E0
(195,196,224)
#C9C9E3
(201,201,227)
#CFCEE6
(207,206,230)
#D5D3E9
(213,211,233)
#DBD8EC
(219,216,236)
#E1DDEF
(225,221,239)
#E7E2F2
(231,226,242)
#EDE7F5
(237,231,245)
#F3ECF8
(243,236,248)
#F9F1FB
(249,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDBFDD color. Also use rgb(189,191,221) instead hex code.

Text Font Color

.myTextColor { color: #BDBFDD; }

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

This text font color is #BDBFDD.


Background Color

.myBgColor { background-color: #BDBFDD; }

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

This div background color is #BDBFDD.


Border color

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

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

This div border color is #BDBFDD.


Opacity

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

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

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

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

This text has shadow with #BDBFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDBFDD on black background.


Color preview on white background

This text has color #BDBFDD on white background.



Black color preview on #BDBFDD background

This text has black color on #BDBFDD background.


White color preview on #BDBFDD background

This text has white color on #BDBFDD background.