COLOR #BEBFCA

HEX: #BEBFCA
RGB: (190,191,202)

Color info

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

RGB color model

#BEBFCA color RGB value is (190,191,202).

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

RGB channels and saturation

R 190 of 255 = 75%
G 191 of 255 = 75%
B 202 of 255 = 79%

190
191
202

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

Portions of RGB colors in percentages

R + G + B =
190 + 191 + 202 = 583 (100%)
R 190 of 583 ~ 32.59%
G 191 of 583 ~ 32.76%
B 202 of 583 ~ 34.65%

%32.59
%32.76
%34.65

CMYK color model

#BEBFCA color CMYK value is (6,5,0,21).

  • cyan value is 5.94%
  • magenta value is 5.45%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(6,5,0,21)
C6M5Y0K21 
(6%,5%,0%,21%)
(0.06/0.05/0.00/0.21)	

CMYK percentages

%5.94
%5.45
%0
%20.78

Codes

Color #BEBFCA in popluar color models

BEBFCA
RGB190191202
HSL235°10.17%76.86%
HSB/HSV235°5.94%79.22%
CMYK5.94%5.45%0.00%
20.78%

Color #BEBFCA in popluar number systems.

HEXBEBFCA
Decimal190191202
Binary101111101011111111001010
Octal276277312

Shades and tints

Shades of #BEBFCA

#BEBFCA
(190,191,202)
#ADAEB8
(173,174,184)
#9C9DA6
(156,157,166)
#8B8C94
(139,140,148)
#7A7B82
(122,123,130)
#696A70
(105,106,112)
#58595E
(88,89,94)
#47484C
(71,72,76)
#36373A
(54,55,58)
#252628
(37,38,40)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #BEBFCA

#BEBFCA
(190,191,202)
#C3C4CE
(195,196,206)
#C8C9D2
(200,201,210)
#CDCED6
(205,206,214)
#D2D3DA
(210,211,218)
#D7D8DE
(215,216,222)
#DCDDE2
(220,221,226)
#E1E2E6
(225,226,230)
#E6E7EA
(230,231,234)
#EBECEE
(235,236,238)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBFCA; }

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

This text font color is #BEBFCA.


Background Color

.myBgColor { background-color: #BEBFCA; }

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

This div background color is #BEBFCA.


Border color

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

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

This div border color is #BEBFCA.


Opacity

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

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

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

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

This text has shadow with #BEBFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBFCA on black background.


Color preview on white background

This text has color #BEBFCA on white background.



Black color preview on #BEBFCA background

This text has black color on #BEBFCA background.


White color preview on #BEBFCA background

This text has white color on #BEBFCA background.