COLOR #BEBFDD

HEX: #BEBFDD
RGB: (190,191,221)

Color info

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

RGB color model

#BEBFDD color RGB value is (190,191,221).

  • red value is 190;
  • green value is 191;
  • blue value is 221.
RGB:
(190,191,221)
(75%,75%,87%)

RGB channels and saturation

R 190 of 255 = 75%
G 191 of 255 = 75%
B 221 of 255 = 87%

190
191
221

R + G + B ~ 79%. #BEBFDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 191 + 221 = 602 (100%)
R 190 of 602 ~ 31.56%
G 191 of 602 ~ 31.73%
B 221 of 602 ~ 36.71%

%31.56
%31.73
%36.71

CMYK color model

#BEBFDD color CMYK value is (14,14,0,13).

  • cyan value is 14.03%
  • magenta value is 13.57%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(14,14,0,13)
C14M14Y0K13 
(14%,14%,0%,13%)
(0.14/0.14/0.00/0.13)	

CMYK percentages

%14.03
%13.57
%0
%13.33

Codes

Color #BEBFDD in popluar color models

BEBFDD
RGB190191221
HSL238°31.31%80.59%
HSB/HSV238°14.03%86.67%
CMYK14.03%13.57%0.00%
13.33%

Color #BEBFDD in popluar number systems.

HEXBEBFDD
Decimal190191221
Binary101111101011111111011101
Octal276277335

Shades and tints

Shades of #BEBFDD

#BEBFDD
(190,191,221)
#ADAEC9
(173,174,201)
#9C9DB5
(156,157,181)
#8B8CA1
(139,140,161)
#7A7B8D
(122,123,141)
#696A79
(105,106,121)
#585965
(88,89,101)
#474851
(71,72,81)
#36373D
(54,55,61)
#252629
(37,38,41)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #BEBFDD

#BEBFDD
(190,191,221)
#C3C4E0
(195,196,224)
#C8C9E3
(200,201,227)
#CDCEE6
(205,206,230)
#D2D3E9
(210,211,233)
#D7D8EC
(215,216,236)
#DCDDEF
(220,221,239)
#E1E2F2
(225,226,242)
#E6E7F5
(230,231,245)
#EBECF8
(235,236,248)
#F0F1FB
(240,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEBFDD color. Also use rgb(190,191,221) instead hex code.

Text Font Color

.myTextColor { color: #BEBFDD; }

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

This text font color is #BEBFDD.


Background Color

.myBgColor { background-color: #BEBFDD; }

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

This div background color is #BEBFDD.


Border color

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

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

This div border color is #BEBFDD.


Opacity

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

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

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

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

This text has shadow with #BEBFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBFDD on black background.


Color preview on white background

This text has color #BEBFDD on white background.



Black color preview on #BEBFDD background

This text has black color on #BEBFDD background.


White color preview on #BEBFDD background

This text has white color on #BEBFDD background.