COLOR #BEB9CD

HEX: #BEB9CD RGB: (190,185,205)

Color info

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

RGB color model

#BEB9CD color RGB value is (190,185,205).

RGB: (190,185,205) (75%, 73%, 80%)

RGB channels and saturation

R 190 of 255 = 75%
G 185 of 255 = 73%
B 205 of 255 = 80%

190
185
205

R + G + B ~ 76%. #BEB9CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 185 + 205 = 580 (100%)
R 190 of 580 ~ 32.76%
G 185 of 580 ~ 31.9%
B 205 of 580 ~ 35.34'%

%32.76
%31.9
%35.34

CMYK color model

#BEB9CD color CMYK value is (7,10,0,20).

  • cyan value is 7.32%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (7,10,0,20)
C7M10Y0K20 (7%, 10%, 0%, 20%)
(0.07 / 0.10 / 0.00 / 0.20)

CMYK percentages

%7.32
%9.76
%0
%19.61

Codes

Color #BEB9CD in popluar color models

BE B9 CD
RGB 190 185 205
HSL 255° 16.67% 76.47%
HSB/HSV 255° 9.76% 80.39%
CMYK 7.32% 9.76% 0.00%
19.61%

Color #BEB9CD in popluar number systems.

HEX BE B9 CD
Decimal 190 185 205
Binary 10111110 10111001 11001101
Octal 276 271 315

Shades and tints

Shades of #BEB9CD

#BEB9CD
(190,185,205)
#ADA9BB
(173,169,187)
#9C99A9
(156,153,169)
#8B8997
(139,137,151)
#7A7985
(122,121,133)
#696973
(105,105,115)
#585961
(88,89,97)
#47494F
(71,73,79)
#36393D
(54,57,61)
#25292B
(37,41,43)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #BEB9CD

#BEB9CD
(190,185,205)
#C3BFD1
(195,191,209)
#C8C5D5
(200,197,213)
#CDCBD9
(205,203,217)
#D2D1DD
(210,209,221)
#D7D7E1
(215,215,225)
#DCDDE5
(220,221,229)
#E1E3E9
(225,227,233)
#E6E9ED
(230,233,237)
#EBEFF1
(235,239,241)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB9CD color. Also use rgb(190,185,205) instead hex code.

Text Font Color

.myTextColor { color: #BEB9CD; }

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

This text font color is #BEB9CD.

Background Color

.myBgColor { background-color: #BEB9CD; }

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

This div background color is #BEB9CD.

Border color

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

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

This div border color is #BEB9CD.

Opacity

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

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

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

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

This text has shadow with #BEB9CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB9CD.

Preview

Color preview on black background

This text has color #BEB9CD on black background.


Color preview on white background

This text has color #BEB9CD on white background.


Black color preview on #BEB9CD background

This text has black color on #BEB9CD background.


White color preview on #BEB9CD background

This text has white color on #BEB9CD background.


Related colors

Complementary color

Complementary color for #hex is #414632.


I love getcolorcode.com

Triadic colors

1 #CDBEB9 and #B9CDBE with #BEB9CD are triadic colors.

2 #CDB9BE and #B9BECD with #BEB9CD are triadic colors.