COLOR #BEB9D0

HEX: #BEB9D0 RGB: (190,185,208)

Color info

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

RGB color model

#BEB9D0 color RGB value is (190,185,208).

RGB: (190,185,208) (75%, 73%, 82%)

RGB channels and saturation

R 190 of 255 = 75%
G 185 of 255 = 73%
B 208 of 255 = 82%

190
185
208

R + G + B ~ 77%. #BEB9D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 185 + 208 = 583 (100%)
R 190 of 583 ~ 32.59%
G 185 of 583 ~ 31.73%
B 208 of 583 ~ 35.68'%

%32.59
%31.73
%35.68

CMYK color model

#BEB9D0 color CMYK value is (9,11,0,18).

  • cyan value is 8.65%
  • magenta value is 11.06%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (9,11,0,18)
C9M11Y0K18 (9%, 11%, 0%, 18%)
(0.09 / 0.11 / 0.00 / 0.18)

CMYK percentages

%8.65
%11.06
%0
%18.43

Codes

Color #BEB9D0 in popluar color models

BE B9 D0
RGB 190 185 208
HSL 253° 19.66% 77.06%
HSB/HSV 253° 11.06% 81.57%
CMYK 8.65% 11.06% 0.00%
18.43%

Color #BEB9D0 in popluar number systems.

HEX BE B9 D0
Decimal 190 185 208
Binary 10111110 10111001 11010000
Octal 276 271 320

Shades and tints

Shades of #BEB9D0

#BEB9D0
(190,185,208)
#ADA9BE
(173,169,190)
#9C99AC
(156,153,172)
#8B899A
(139,137,154)
#7A7988
(122,121,136)
#696976
(105,105,118)
#585964
(88,89,100)
#474952
(71,73,82)
#363940
(54,57,64)
#25292E
(37,41,46)
#14191C
(20,25,28)
#000000
(0,0,0)

Tints of #BEB9D0

#BEB9D0
(190,185,208)
#C3BFD4
(195,191,212)
#C8C5D8
(200,197,216)
#CDCBDC
(205,203,220)
#D2D1E0
(210,209,224)
#D7D7E4
(215,215,228)
#DCDDE8
(220,221,232)
#E1E3EC
(225,227,236)
#E6E9F0
(230,233,240)
#EBEFF4
(235,239,244)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB9D0; }

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

This text font color is #BEB9D0.

Background Color

.myBgColor { background-color: #BEB9D0; }

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

This div background color is #BEB9D0.

Border color

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

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

This div border color is #BEB9D0.

Opacity

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

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

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

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

This text has shadow with #BEB9D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB9D0.

Preview

Color preview on black background

This text has color #BEB9D0 on black background.


Color preview on white background

This text has color #BEB9D0 on white background.


Black color preview on #BEB9D0 background

This text has black color on #BEB9D0 background.


White color preview on #BEB9D0 background

This text has white color on #BEB9D0 background.


Related colors

Complementary color

Complementary color for #hex is #41462F.


I love getcolorcode.com

Triadic colors

1 #D0BEB9 and #B9D0BE with #BEB9D0 are triadic colors.

2 #D0B9BE and #B9BED0 with #BEB9D0 are triadic colors.