COLOR #BEBBCC

HEX: #BEBBCC
RGB: (190,187,204)

Color info

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

RGB color model

#BEBBCC color RGB value is (190,187,204).

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

RGB channels and saturation

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

190
187
204

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

Portions of RGB colors in percentages

R + G + B =
190 + 187 + 204 = 581 (100%)
R 190 of 581 ~ 32.7%
G 187 of 581 ~ 32.19%
B 204 of 581 ~ 35.11%

%32.7
%32.19
%35.11

CMYK color model

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

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

CMYK percentages

%6.86
%8.33
%0
%20

Codes

Color #BEBBCC in popluar color models

BEBBCC
RGB190187204
HSL251°14.29%76.67%
HSB/HSV251°8.33%80.00%
CMYK6.86%8.33%0.00%
20.00%

Color #BEBBCC in popluar number systems.

HEXBEBBCC
Decimal190187204
Binary101111101011101111001100
Octal276273314

Shades and tints

Shades of #BEBBCC

#BEBBCC
(190,187,204)
#ADAABA
(173,170,186)
#9C99A8
(156,153,168)
#8B8896
(139,136,150)
#7A7784
(122,119,132)
#696672
(105,102,114)
#585560
(88,85,96)
#47444E
(71,68,78)
#36333C
(54,51,60)
#25222A
(37,34,42)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #BEBBCC

#BEBBCC
(190,187,204)
#C3C1D0
(195,193,208)
#C8C7D4
(200,199,212)
#CDCDD8
(205,205,216)
#D2D3DC
(210,211,220)
#D7D9E0
(215,217,224)
#DCDFE4
(220,223,228)
#E1E5E8
(225,229,232)
#E6EBEC
(230,235,236)
#EBF1F0
(235,241,240)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBBCC; }

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

This text font color is #BEBBCC.


Background Color

.myBgColor { background-color: #BEBBCC; }

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

This div background color is #BEBBCC.


Border color

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

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

This div border color is #BEBBCC.


Opacity

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

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

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

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

This text has shadow with #BEBBCC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BEBBCC on black background.


Color preview on white background

This text has color #BEBBCC on white background.



Black color preview on #BEBBCC background

This text has black color on #BEBBCC background.


White color preview on #BEBBCC background

This text has white color on #BEBBCC background.