COLOR #BEBBD5

HEX: #BEBBD5 RGB: (190,187,213)

Color info

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

RGB color model

#BEBBD5 color RGB value is (190,187,213).

RGB: (190,187,213) (75%, 73%, 84%)

RGB channels and saturation

R 190 of 255 = 75%
G 187 of 255 = 73%
B 213 of 255 = 84%

190
187
213

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

Portions of RGB colors in percentages

R + G + B = 190 + 187 + 213 = 590 (100%)
R 190 of 590 ~ 32.2%
G 187 of 590 ~ 31.69%
B 213 of 590 ~ 36.1'%

%32.2
%31.69
%36.1

CMYK color model

#BEBBD5 color CMYK value is (11,12,0,16).

  • cyan value is 10.80%
  • magenta value is 12.21%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (11,12,0,16)
C11M12Y0K16 (11%, 12%, 0%, 16%)
(0.11 / 0.12 / 0.00 / 0.16)

CMYK percentages

%10.8
%12.21
%0
%16.47

Codes

Color #BEBBD5 in popluar color models

BE BB D5
RGB 190 187 213
HSL 247° 23.64% 78.43%
HSB/HSV 247° 12.21% 83.53%
CMYK 10.80% 12.21% 0.00%
16.47%

Color #BEBBD5 in popluar number systems.

HEX BE BB D5
Decimal 190 187 213
Binary 10111110 10111011 11010101
Octal 276 273 325

Shades and tints

Shades of #BEBBD5

#BEBBD5
(190,187,213)
#ADAAC2
(173,170,194)
#9C99AF
(156,153,175)
#8B889C
(139,136,156)
#7A7789
(122,119,137)
#696676
(105,102,118)
#585563
(88,85,99)
#474450
(71,68,80)
#36333D
(54,51,61)
#25222A
(37,34,42)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #BEBBD5

#BEBBD5
(190,187,213)
#C3C1D8
(195,193,216)
#C8C7DB
(200,199,219)
#CDCDDE
(205,205,222)
#D2D3E1
(210,211,225)
#D7D9E4
(215,217,228)
#DCDFE7
(220,223,231)
#E1E5EA
(225,229,234)
#E6EBED
(230,235,237)
#EBF1F0
(235,241,240)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEBBD5 color. Also use rgb(190,187,213) instead hex code.

Text Font Color

.myTextColor { color: #BEBBD5; }

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

This text font color is #BEBBD5.

Background Color

.myBgColor { background-color: #BEBBD5; }

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

This div background color is #BEBBD5.

Border color

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

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

This div border color is #BEBBD5.

Opacity

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

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

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

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

This text has shadow with #BEBBD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBBD5.

Preview

Color preview on black background

This text has color #BEBBD5 on black background.


Color preview on white background

This text has color #BEBBD5 on white background.


Black color preview on #BEBBD5 background

This text has black color on #BEBBD5 background.


White color preview on #BEBBD5 background

This text has white color on #BEBBD5 background.


Related colors

Complementary color

Complementary color for #hex is #41442A.


I love getcolorcode.com

Triadic colors

1 #D5BEBB and #BBD5BE with #BEBBD5 are triadic colors.

2 #D5BBBE and #BBBED5 with #BEBBD5 are triadic colors.