COLOR #BEBDDD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

190
189
221

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

Portions of RGB colors in percentages

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

%31.67
%31.5
%36.83

CMYK color model

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

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

Codes

Color #BEBDDD in popluar color models

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

Color #BEBDDD in popluar number systems.

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

Shades and tints

Shades of #BEBDDD

#BEBDDD
(190,189,221)
#ADACC9
(173,172,201)
#9C9BB5
(156,155,181)
#8B8AA1
(139,138,161)
#7A798D
(122,121,141)
#696879
(105,104,121)
#585765
(88,87,101)
#474651
(71,70,81)
#36353D
(54,53,61)
#252429
(37,36,41)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #BEBDDD

#BEBDDD
(190,189,221)
#C3C3E0
(195,195,224)
#C8C9E3
(200,201,227)
#CDCFE6
(205,207,230)
#D2D5E9
(210,213,233)
#D7DBEC
(215,219,236)
#DCE1EF
(220,225,239)
#E1E7F2
(225,231,242)
#E6EDF5
(230,237,245)
#EBF3F8
(235,243,248)
#F0F9FB
(240,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBDDD; }

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

This text font color is #BEBDDD.

Background Color

.myBgColor { background-color: #BEBDDD; }

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

This div background color is #BEBDDD.

Border color

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

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

This div border color is #BEBDDD.

Opacity

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

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

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

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

This text has shadow with #BEBDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBDDD.

Preview

Color preview on black background

This text has color #BEBDDD on black background.


Color preview on white background

This text has color #BEBDDD on white background.


Black color preview on #BEBDDD background

This text has black color on #BEBDDD background.


White color preview on #BEBDDD background

This text has white color on #BEBDDD background.


Related colors

Complementary color

Complementary color for #hex is #414222.


I love getcolorcode.com

Triadic colors

1 #DDBEBD and #BDDDBE with #BEBDDD are triadic colors.

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