COLOR #BEBFD6

HEX: #BEBFD6 RGB: (190,191,214)

Color info

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

RGB color model

#BEBFD6 color RGB value is (190,191,214).

RGB: (190,191,214) (75%, 75%, 84%)

RGB channels and saturation

R 190 of 255 = 75%
G 191 of 255 = 75%
B 214 of 255 = 84%

190
191
214

R + G + B ~ 78%. #BEBFD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 191 + 214 = 595 (100%)
R 190 of 595 ~ 31.93%
G 191 of 595 ~ 32.1%
B 214 of 595 ~ 35.97'%

%31.93
%32.1
%35.97

CMYK color model

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

  • cyan value is 11.21%
  • magenta value is 10.75%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (11,11,0,16)
C11M11Y0K16 (11%, 11%, 0%, 16%)
(0.11 / 0.11 / 0.00 / 0.16)

CMYK percentages

%11.21
%10.75
%0
%16.08

Codes

Color #BEBFD6 in popluar color models

BE BF D6
RGB 190 191 214
HSL 238° 22.64% 79.22%
HSB/HSV 238° 11.21% 83.92%
CMYK 11.21% 10.75% 0.00%
16.08%

Color #BEBFD6 in popluar number systems.

HEX BE BF D6
Decimal 190 191 214
Binary 10111110 10111111 11010110
Octal 276 277 326

Shades and tints

Shades of #BEBFD6

#BEBFD6
(190,191,214)
#ADAEC3
(173,174,195)
#9C9DB0
(156,157,176)
#8B8C9D
(139,140,157)
#7A7B8A
(122,123,138)
#696A77
(105,106,119)
#585964
(88,89,100)
#474851
(71,72,81)
#36373E
(54,55,62)
#25262B
(37,38,43)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #BEBFD6

#BEBFD6
(190,191,214)
#C3C4D9
(195,196,217)
#C8C9DC
(200,201,220)
#CDCEDF
(205,206,223)
#D2D3E2
(210,211,226)
#D7D8E5
(215,216,229)
#DCDDE8
(220,221,232)
#E1E2EB
(225,226,235)
#E6E7EE
(230,231,238)
#EBECF1
(235,236,241)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBFD6; }

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

This text font color is #BEBFD6.

Background Color

.myBgColor { background-color: #BEBFD6; }

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

This div background color is #BEBFD6.

Border color

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

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

This div border color is #BEBFD6.

Opacity

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

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

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

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

This text has shadow with #BEBFD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBFD6.

Preview

Color preview on black background

This text has color #BEBFD6 on black background.


Color preview on white background

This text has color #BEBFD6 on white background.


Black color preview on #BEBFD6 background

This text has black color on #BEBFD6 background.


White color preview on #BEBFD6 background

This text has white color on #BEBFD6 background.


Related colors

Complementary color

Complementary color for #hex is #414029.


I love getcolorcode.com

Triadic colors

1 #D6BEBF and #BFD6BE with #BEBFD6 are triadic colors.

2 #D6BFBE and #BFBED6 with #BEBFD6 are triadic colors.