COLOR #BEB0CD

HEX: #BEB0CD RGB: (190,176,205)

Color info

#BEB0CD contains red, green and blue colors in about the same proportion. Web safe color of #BEB0CD is #CC99CC (or #C9C).

RGB color model

#BEB0CD color RGB value is (190,176,205).

RGB: (190,176,205) (75%, 69%, 80%)

RGB channels and saturation

R 190 of 255 = 75%
G 176 of 255 = 69%
B 205 of 255 = 80%

190
176
205

R + G + B ~ 75%. #BEB0CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 176 + 205 = 571 (100%)
R 190 of 571 ~ 33.27%
G 176 of 571 ~ 30.82%
B 205 of 571 ~ 35.9'%

%33.27
%30.82
%35.9

CMYK color model

#BEB0CD color CMYK value is (7,14,0,20).

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

CMYK: (7,14,0,20)
C7M14Y0K20 (7%, 14%, 0%, 20%)
(0.07 / 0.14 / 0.00 / 0.20)

CMYK percentages

%7.32
%14.15
%0
%19.61

Codes

Color #BEB0CD in popluar color models

BE B0 CD
RGB 190 176 205
HSL 269° 22.48% 74.71%
HSB/HSV 269° 14.15% 80.39%
CMYK 7.32% 14.15% 0.00%
19.61%

Color #BEB0CD in popluar number systems.

HEX BE B0 CD
Decimal 190 176 205
Binary 10111110 10110000 11001101
Octal 276 260 315

Shades and tints

Shades of #BEB0CD

#BEB0CD
(190,176,205)
#ADA0BB
(173,160,187)
#9C90A9
(156,144,169)
#8B8097
(139,128,151)
#7A7085
(122,112,133)
#696073
(105,96,115)
#585061
(88,80,97)
#47404F
(71,64,79)
#36303D
(54,48,61)
#25202B
(37,32,43)
#141019
(20,16,25)
#000000
(0,0,0)

Tints of #BEB0CD

#BEB0CD
(190,176,205)
#C3B7D1
(195,183,209)
#C8BED5
(200,190,213)
#CDC5D9
(205,197,217)
#D2CCDD
(210,204,221)
#D7D3E1
(215,211,225)
#DCDAE5
(220,218,229)
#E1E1E9
(225,225,233)
#E6E8ED
(230,232,237)
#EBEFF1
(235,239,241)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB0CD; }

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

This text font color is #BEB0CD.

Background Color

.myBgColor { background-color: #BEB0CD; }

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

This div background color is #BEB0CD.

Border color

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

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

This div border color is #BEB0CD.

Opacity

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

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

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

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

This text has shadow with #BEB0CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB0CD.

Preview

Color preview on black background

This text has color #BEB0CD on black background.


Color preview on white background

This text has color #BEB0CD on white background.


Black color preview on #BEB0CD background

This text has black color on #BEB0CD background.


White color preview on #BEB0CD background

This text has white color on #BEB0CD background.


Related colors

Complementary color

Complementary color for #hex is #414F32.


I love getcolorcode.com

Triadic colors

1 #CDBEB0 and #B0CDBE with #BEB0CD are triadic colors.

2 #CDB0BE and #B0BECD with #BEB0CD are triadic colors.