COLOR #BEBECC

HEX: #BEBECC
RGB: (190,190,204)

Color info

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

RGB color model

#BEBECC color RGB value is (190,190,204).

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

RGB channels and saturation

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

190
190
204

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

Portions of RGB colors in percentages

R + G + B =
190 + 190 + 204 = 584 (100%)
R 190 of 584 ~ 32.53%
G 190 of 584 ~ 32.53%
B 204 of 584 ~ 34.93%

%32.53
%32.53
%34.93

CMYK color model

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

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

CMYK percentages

%6.86
%6.86
%0
%20

Codes

Color #BEBECC in popluar color models

BEBECC
RGB190190204
HSL240°12.07%77.25%
HSB/HSV240°6.86%80.00%
CMYK6.86%6.86%0.00%
20.00%

Color #BEBECC in popluar number systems.

HEXBEBECC
Decimal190190204
Binary101111101011111011001100
Octal276276314

Shades and tints

Shades of #BEBECC

#BEBECC
(190,190,204)
#ADADBA
(173,173,186)
#9C9CA8
(156,156,168)
#8B8B96
(139,139,150)
#7A7A84
(122,122,132)
#696972
(105,105,114)
#585860
(88,88,96)
#47474E
(71,71,78)
#36363C
(54,54,60)
#25252A
(37,37,42)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #BEBECC

#BEBECC
(190,190,204)
#C3C3D0
(195,195,208)
#C8C8D4
(200,200,212)
#CDCDD8
(205,205,216)
#D2D2DC
(210,210,220)
#D7D7E0
(215,215,224)
#DCDCE4
(220,220,228)
#E1E1E8
(225,225,232)
#E6E6EC
(230,230,236)
#EBEBF0
(235,235,240)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBECC; }

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

This text font color is #BEBECC.


Background Color

.myBgColor { background-color: #BEBECC; }

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

This div background color is #BEBECC.


Border color

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

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

This div border color is #BEBECC.


Opacity

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

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

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

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

This text has shadow with #BEBECC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BEBECC on black background.


Color preview on white background

This text has color #BEBECC on white background.



Black color preview on #BEBECC background

This text has black color on #BEBECC background.


White color preview on #BEBECC background

This text has white color on #BEBECC background.