COLOR #BECCEB

HEX: #BECCEB
RGB: (190,204,235)

Color info

#BECCEB contains red, green and blue colors in about the same proportion. Web safe color of #BECCEB is #CCCCFF (or #CCF).

RGB color model

#BECCEB color RGB value is (190,204,235).

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

RGB channels and saturation

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

190
204
235

R + G + B ~ 82%. #BECCEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 204 + 235 = 629 (100%)
R 190 of 629 ~ 30.21%
G 204 of 629 ~ 32.43%
B 235 of 629 ~ 37.36%

%30.21
%32.43
%37.36

CMYK color model

#BECCEB color CMYK value is (19,13,0,8).

  • cyan value is 19.15%
  • magenta value is 13.19%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(19,13,0,8)
C19M13Y0K8 
(19%,13%,0%,8%)
(0.19/0.13/0.00/0.08)	

CMYK percentages

%19.15
%13.19
%0
%7.84

Codes

Color #BECCEB in popluar color models

BECCEB
RGB190204235
HSL221°52.94%83.33%
HSB/HSV221°19.15%92.16%
CMYK19.15%13.19%0.00%
7.84%

Color #BECCEB in popluar number systems.

HEXBECCEB
Decimal190204235
Binary101111101100110011101011
Octal276314353

Shades and tints

Shades of #BECCEB

#BECCEB
(190,204,235)
#ADBAD6
(173,186,214)
#9CA8C1
(156,168,193)
#8B96AC
(139,150,172)
#7A8497
(122,132,151)
#697282
(105,114,130)
#58606D
(88,96,109)
#474E58
(71,78,88)
#363C43
(54,60,67)
#252A2E
(37,42,46)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #BECCEB

#BECCEB
(190,204,235)
#C3D0EC
(195,208,236)
#C8D4ED
(200,212,237)
#CDD8EE
(205,216,238)
#D2DCEF
(210,220,239)
#D7E0F0
(215,224,240)
#DCE4F1
(220,228,241)
#E1E8F2
(225,232,242)
#E6ECF3
(230,236,243)
#EBF0F4
(235,240,244)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BECCEB; }

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

This text font color is #BECCEB.


Background Color

.myBgColor { background-color: #BECCEB; }

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

This div background color is #BECCEB.


Border color

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

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

This div border color is #BECCEB.


Opacity

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

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

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

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

This text has shadow with #BECCEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BECCEB on black background.


Color preview on white background

This text has color #BECCEB on white background.



Black color preview on #BECCEB background

This text has black color on #BECCEB background.


White color preview on #BECCEB background

This text has white color on #BECCEB background.