COLOR #BEBBCF

HEX: #BEBBCF
RGB: (190,187,207)

Color info

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

RGB color model

#BEBBCF color RGB value is (190,187,207).

  • red value is 190;
  • green value is 187;
  • blue value is 207.
RGB: (190,187,207) (75%,73%,81%)

RGB channels and saturation

R 190 of 255 = 75%
G 187 of 255 = 73%
B 207 of 255 = 81%

190
187
207

R + G + B ~ 76%. #BEBBCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 187 + 207 = 584 (100%)
R 190 of 584 ~ 32.53%
G 187 of 584 ~ 32.02%
B 207 of 584 ~ 35.45%

%32.53
%32.02
%35.45

CMYK color model

#BEBBCF color CMYK value is (8,10,0,19).

  • cyan value is 8.21%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (8,10,0,19) C8M10Y0K19 (8%,10%,0%,19%) (0.08/0.10/0.00/0.19)

CMYK percentages

%8.21
%9.66
%0
%18.82

Codes

Color #BEBBCF in popluar color models

BEBBCF
RGB190187207
HSL249°17.24%77.25%
HSB/HSV249°9.66%81.18%
CMYK8.21%9.66%0.00%
18.82%

Color #BEBBCF in popluar number systems.

HEXBEBBCF
Decimal190187207
Binary101111101011101111001111
Octal276273317

Shades and tints

Shades of #BEBBCF

#BEBBCF
(190,187,207)
#ADAABD
(173,170,189)
#9C99AB
(156,153,171)
#8B8899
(139,136,153)
#7A7787
(122,119,135)
#696675
(105,102,117)
#585563
(88,85,99)
#474451
(71,68,81)
#36333F
(54,51,63)
#25222D
(37,34,45)
#14111B
(20,17,27)
#000000
(0,0,0)

Tints of #BEBBCF

#BEBBCF
(190,187,207)
#C3C1D3
(195,193,211)
#C8C7D7
(200,199,215)
#CDCDDB
(205,205,219)
#D2D3DF
(210,211,223)
#D7D9E3
(215,217,227)
#DCDFE7
(220,223,231)
#E1E5EB
(225,229,235)
#E6EBEF
(230,235,239)
#EBF1F3
(235,241,243)
#F0F7F7
(240,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBBCF; }

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

This text font color is #BEBBCF.


Background Color

.myBgColor { background-color: #BEBBCF; }

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

This div background color is #BEBBCF.


Border color

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

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

This div border color is #BEBBCF.


Opacity

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

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

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

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

This text has shadow with #BEBBCF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BEBBCF on black background.


Color preview on white background

This text has color #BEBBCF on white background.



Black color preview on #BEBBCF background

This text has black color on #BEBBCF background.


White color preview on #BEBBCF background

This text has white color on #BEBBCF background.