COLOR #BEBDDB

HEX: #BEBDDB RGB: (190,189,219)

Color info

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

RGB color model

#BEBDDB color RGB value is (190,189,219).

RGB: (190,189,219) (75%, 74%, 86%)

RGB channels and saturation

R 190 of 255 = 75%
G 189 of 255 = 74%
B 219 of 255 = 86%

190
189
219

R + G + B ~ 78%. #BEBDDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 189 + 219 = 598 (100%)
R 190 of 598 ~ 31.77%
G 189 of 598 ~ 31.61%
B 219 of 598 ~ 36.62'%

%31.77
%31.61
%36.62

CMYK color model

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

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

CMYK: (13,14,0,14)
C13M14Y0K14 (13%, 14%, 0%, 14%)
(0.13 / 0.14 / 0.00 / 0.14)

CMYK percentages

%13.24
%13.7
%0
%14.12

Codes

Color #BEBDDB in popluar color models

BE BD DB
RGB 190 189 219
HSL 242° 29.41% 80.00%
HSB/HSV 242° 13.70% 85.88%
CMYK 13.24% 13.70% 0.00%
14.12%

Color #BEBDDB in popluar number systems.

HEX BE BD DB
Decimal 190 189 219
Binary 10111110 10111101 11011011
Octal 276 275 333

Shades and tints

Shades of #BEBDDB

#BEBDDB
(190,189,219)
#ADACC8
(173,172,200)
#9C9BB5
(156,155,181)
#8B8AA2
(139,138,162)
#7A798F
(122,121,143)
#69687C
(105,104,124)
#585769
(88,87,105)
#474656
(71,70,86)
#363543
(54,53,67)
#252430
(37,36,48)
#14131D
(20,19,29)
#000000
(0,0,0)

Tints of #BEBDDB

#BEBDDB
(190,189,219)
#C3C3DE
(195,195,222)
#C8C9E1
(200,201,225)
#CDCFE4
(205,207,228)
#D2D5E7
(210,213,231)
#D7DBEA
(215,219,234)
#DCE1ED
(220,225,237)
#E1E7F0
(225,231,240)
#E6EDF3
(230,237,243)
#EBF3F6
(235,243,246)
#F0F9F9
(240,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBDDB; }

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

This text font color is #BEBDDB.

Background Color

.myBgColor { background-color: #BEBDDB; }

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

This div background color is #BEBDDB.

Border color

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

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

This div border color is #BEBDDB.

Opacity

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

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

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

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

This text has shadow with #BEBDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBDDB.

Preview

Color preview on black background

This text has color #BEBDDB on black background.


Color preview on white background

This text has color #BEBDDB on white background.


Black color preview on #BEBDDB background

This text has black color on #BEBDDB background.


White color preview on #BEBDDB background

This text has white color on #BEBDDB background.


Related colors

Complementary color

Complementary color for #hex is #414224.


I love getcolorcode.com

Triadic colors

1 #DBBEBD and #BDDBBE with #BEBDDB are triadic colors.

2 #DBBDBE and #BDBEDB with #BEBDDB are triadic colors.