COLOR #BEBAD0

HEX: #BEBAD0 RGB: (190,186,208)

Color info

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

RGB color model

#BEBAD0 color RGB value is (190,186,208).

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

RGB channels and saturation

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

190
186
208

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

Portions of RGB colors in percentages

R + G + B = 190 + 186 + 208 = 584 (100%)
R 190 of 584 ~ 32.53%
G 186 of 584 ~ 31.85%
B 208 of 584 ~ 35.62'%

%32.53
%31.85
%35.62

CMYK color model

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

  • cyan value is 8.65%
  • magenta value is 10.58%
  • 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
%10.58
%0
%18.43

Codes

Color #BEBAD0 in popluar color models

BE BA D0
RGB 190 186 208
HSL 251° 18.97% 77.25%
HSB/HSV 251° 10.58% 81.57%
CMYK 8.65% 10.58% 0.00%
18.43%

Color #BEBAD0 in popluar number systems.

HEX BE BA D0
Decimal 190 186 208
Binary 10111110 10111010 11010000
Octal 276 272 320

Shades and tints

Shades of #BEBAD0

#BEBAD0
(190,186,208)
#ADAABE
(173,170,190)
#9C9AAC
(156,154,172)
#8B8A9A
(139,138,154)
#7A7A88
(122,122,136)
#696A76
(105,106,118)
#585A64
(88,90,100)
#474A52
(71,74,82)
#363A40
(54,58,64)
#252A2E
(37,42,46)
#141A1C
(20,26,28)
#000000
(0,0,0)

Tints of #BEBAD0

#BEBAD0
(190,186,208)
#C3C0D4
(195,192,212)
#C8C6D8
(200,198,216)
#CDCCDC
(205,204,220)
#D2D2E0
(210,210,224)
#D7D8E4
(215,216,228)
#DCDEE8
(220,222,232)
#E1E4EC
(225,228,236)
#E6EAF0
(230,234,240)
#EBF0F4
(235,240,244)
#F0F6F8
(240,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBAD0; }

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

This text font color is #BEBAD0.

Background Color

.myBgColor { background-color: #BEBAD0; }

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

This div background color is #BEBAD0.

Border color

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

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

This div border color is #BEBAD0.

Opacity

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

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

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

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

This text has shadow with #BEBAD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBAD0.

Preview

Color preview on black background

This text has color #BEBAD0 on black background.


Color preview on white background

This text has color #BEBAD0 on white background.


Black color preview on #BEBAD0 background

This text has black color on #BEBAD0 background.


White color preview on #BEBAD0 background

This text has white color on #BEBAD0 background.


Related colors

Complementary color

Complementary color for #hex is #41452F.


I love getcolorcode.com

Triadic colors

1 #D0BEBA and #BAD0BE with #BEBAD0 are triadic colors.

2 #D0BABE and #BABED0 with #BEBAD0 are triadic colors.