COLOR #BEBFCC

HEX: #BEBFCC
RGB: (190,191,204)

Color info

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

RGB color model

#BEBFCC color RGB value is (190,191,204).

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

RGB channels and saturation

R 190 of 255 = 75%
G 191 of 255 = 75%
B 204 of 255 = 80%

190
191
204

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

Portions of RGB colors in percentages

R + G + B =
190 + 191 + 204 = 585 (100%)
R 190 of 585 ~ 32.48%
G 191 of 585 ~ 32.65%
B 204 of 585 ~ 34.87%

%32.48
%32.65
%34.87

CMYK color model

#BEBFCC color CMYK value is (7,6,0,20).

  • cyan value is 6.86%
  • magenta value is 6.37%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(7,6,0,20)
C7M6Y0K20 
(7%,6%,0%,20%)
(0.07/0.06/0.00/0.20)	

CMYK percentages

%6.86
%6.37
%0
%20

Codes

Color #BEBFCC in popluar color models

BEBFCC
RGB190191204
HSL236°12.07%77.25%
HSB/HSV236°6.86%80.00%
CMYK6.86%6.37%0.00%
20.00%

Color #BEBFCC in popluar number systems.

HEXBEBFCC
Decimal190191204
Binary101111101011111111001100
Octal276277314

Shades and tints

Shades of #BEBFCC

#BEBFCC
(190,191,204)
#ADAEBA
(173,174,186)
#9C9DA8
(156,157,168)
#8B8C96
(139,140,150)
#7A7B84
(122,123,132)
#696A72
(105,106,114)
#585960
(88,89,96)
#47484E
(71,72,78)
#36373C
(54,55,60)
#25262A
(37,38,42)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #BEBFCC

#BEBFCC
(190,191,204)
#C3C4D0
(195,196,208)
#C8C9D4
(200,201,212)
#CDCED8
(205,206,216)
#D2D3DC
(210,211,220)
#D7D8E0
(215,216,224)
#DCDDE4
(220,221,228)
#E1E2E8
(225,226,232)
#E6E7EC
(230,231,236)
#EBECF0
(235,236,240)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBFCC; }

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

This text font color is #BEBFCC.


Background Color

.myBgColor { background-color: #BEBFCC; }

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

This div background color is #BEBFCC.


Border color

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

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

This div border color is #BEBFCC.


Opacity

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

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

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

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

This text has shadow with #BEBFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBFCC on black background.


Color preview on white background

This text has color #BEBFCC on white background.



Black color preview on #BEBFCC background

This text has black color on #BEBFCC background.


White color preview on #BEBFCC background

This text has white color on #BEBFCC background.