COLOR #BDBEDD

HEX: #BDBEDD RGB: (189,190,221)

Color info

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

RGB color model

#BDBEDD color RGB value is (189,190,221).

RGB: (189,190,221) (74%, 75%, 87%)

RGB channels and saturation

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

189
190
221

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

Portions of RGB colors in percentages

R + G + B = 189 + 190 + 221 = 600 (100%)
R 189 of 600 ~ 31.5%
G 190 of 600 ~ 31.67%
B 221 of 600 ~ 36.83'%

%31.5
%31.67
%36.83

CMYK color model

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

  • cyan value is 14.48%
  • magenta value is 14.03%
  • 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
%14.03
%0
%13.33

Codes

Color #BDBEDD in popluar color models

BD BE DD
RGB 189 190 221
HSL 238° 32.00% 80.39%
HSB/HSV 238° 14.48% 86.67%
CMYK 14.48% 14.03% 0.00%
13.33%

Color #BDBEDD in popluar number systems.

HEX BD BE DD
Decimal 189 190 221
Binary 10111101 10111110 11011101
Octal 275 276 335

Shades and tints

Shades of #BDBEDD

#BDBEDD
(189,190,221)
#ACADC9
(172,173,201)
#9B9CB5
(155,156,181)
#8A8BA1
(138,139,161)
#797A8D
(121,122,141)
#686979
(104,105,121)
#575865
(87,88,101)
#464751
(70,71,81)
#35363D
(53,54,61)
#242529
(36,37,41)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #BDBEDD

#BDBEDD
(189,190,221)
#C3C3E0
(195,195,224)
#C9C8E3
(201,200,227)
#CFCDE6
(207,205,230)
#D5D2E9
(213,210,233)
#DBD7EC
(219,215,236)
#E1DCEF
(225,220,239)
#E7E1F2
(231,225,242)
#EDE6F5
(237,230,245)
#F3EBF8
(243,235,248)
#F9F0FB
(249,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDBEDD; }

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

This text font color is #BDBEDD.

Background Color

.myBgColor { background-color: #BDBEDD; }

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

This div background color is #BDBEDD.

Border color

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

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

This div border color is #BDBEDD.

Opacity

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

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

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

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

This text has shadow with #BDBEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDBEDD.

Preview

Color preview on black background

This text has color #BDBEDD on black background.


Color preview on white background

This text has color #BDBEDD on white background.


Black color preview on #BDBEDD background

This text has black color on #BDBEDD background.


White color preview on #BDBEDD background

This text has white color on #BDBEDD background.


Related colors

Complementary color

Complementary color for #hex is #424122.


I love getcolorcode.com

Triadic colors

1 #DDBDBE and #BEDDBD with #BDBEDD are triadic colors.

2 #DDBEBD and #BEBDDD with #BDBEDD are triadic colors.