COLOR #BEBBD0

HEX: #BEBBD0 RGB: (190,187,208)

Color info

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

RGB color model

#BEBBD0 color RGB value is (190,187,208).

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

RGB channels and saturation

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

190
187
208

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

Portions of RGB colors in percentages

R + G + B = 190 + 187 + 208 = 585 (100%)
R 190 of 585 ~ 32.48%
G 187 of 585 ~ 31.97%
B 208 of 585 ~ 35.56'%

%32.48
%31.97
%35.56

CMYK color model

#BEBBD0 color CMYK value is (9,10,0,18).

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

CMYK: (9,10,0,18)
C9M10Y0K18 (9%, 10%, 0%, 18%)
(0.09 / 0.10 / 0.00 / 0.18)

CMYK percentages

%8.65
%10.1
%0
%18.43

Codes

Color #BEBBD0 in popluar color models

BE BB D0
RGB 190 187 208
HSL 249° 18.26% 77.45%
HSB/HSV 249° 10.10% 81.57%
CMYK 8.65% 10.10% 0.00%
18.43%

Color #BEBBD0 in popluar number systems.

HEX BE BB D0
Decimal 190 187 208
Binary 10111110 10111011 11010000
Octal 276 273 320

Shades and tints

Shades of #BEBBD0

#BEBBD0
(190,187,208)
#ADAABE
(173,170,190)
#9C99AC
(156,153,172)
#8B889A
(139,136,154)
#7A7788
(122,119,136)
#696676
(105,102,118)
#585564
(88,85,100)
#474452
(71,68,82)
#363340
(54,51,64)
#25222E
(37,34,46)
#14111C
(20,17,28)
#000000
(0,0,0)

Tints of #BEBBD0

#BEBBD0
(190,187,208)
#C3C1D4
(195,193,212)
#C8C7D8
(200,199,216)
#CDCDDC
(205,205,220)
#D2D3E0
(210,211,224)
#D7D9E4
(215,217,228)
#DCDFE8
(220,223,232)
#E1E5EC
(225,229,236)
#E6EBF0
(230,235,240)
#EBF1F4
(235,241,244)
#F0F7F8
(240,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBBD0; }

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

This text font color is #BEBBD0.

Background Color

.myBgColor { background-color: #BEBBD0; }

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

This div background color is #BEBBD0.

Border color

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

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

This div border color is #BEBBD0.

Opacity

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

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

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

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

This text has shadow with #BEBBD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBBD0.

Preview

Color preview on black background

This text has color #BEBBD0 on black background.


Color preview on white background

This text has color #BEBBD0 on white background.


Black color preview on #BEBBD0 background

This text has black color on #BEBBD0 background.


White color preview on #BEBBD0 background

This text has white color on #BEBBD0 background.


Related colors

Complementary color

Complementary color for #hex is #41442F.


I love getcolorcode.com

Triadic colors

1 #D0BEBB and #BBD0BE with #BEBBD0 are triadic colors.

2 #D0BBBE and #BBBED0 with #BEBBD0 are triadic colors.