COLOR #B2BECA

HEX: #B2BECA
RGB: (178,190,202)

Color info

#B2BECA contains red, green and blue colors in about the same proportion. Web safe color of #B2BECA is #99CCCC (or #9CC).

RGB color model

#B2BECA color RGB value is (178,190,202).

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

RGB channels and saturation

R 178 of 255 = 70%
G 190 of 255 = 75%
B 202 of 255 = 79%

178
190
202

R + G + B ~ 75%. #B2BECA is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 190 + 202 = 570 (100%)
R 178 of 570 ~ 31.23%
G 190 of 570 ~ 33.33%
B 202 of 570 ~ 35.44%

%31.23
%33.33
%35.44

CMYK color model

#B2BECA color CMYK value is (12,6,0,21).

  • cyan value is 11.88%
  • magenta value is 5.94%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(12,6,0,21)
C12M6Y0K21 
(12%,6%,0%,21%)
(0.12/0.06/0.00/0.21)	

CMYK percentages

%11.88
%5.94
%0
%20.78

Codes

Color #B2BECA in popluar color models

B2BECA
RGB178190202
HSL210°18.46%74.51%
HSB/HSV210°11.88%79.22%
CMYK11.88%5.94%0.00%
20.78%

Color #B2BECA in popluar number systems.

HEXB2BECA
Decimal178190202
Binary101100101011111011001010
Octal262276312

Shades and tints

Shades of #B2BECA

#B2BECA
(178,190,202)
#A2ADB8
(162,173,184)
#929CA6
(146,156,166)
#828B94
(130,139,148)
#727A82
(114,122,130)
#626970
(98,105,112)
#52585E
(82,88,94)
#42474C
(66,71,76)
#32363A
(50,54,58)
#222528
(34,37,40)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #B2BECA

#B2BECA
(178,190,202)
#B9C3CE
(185,195,206)
#C0C8D2
(192,200,210)
#C7CDD6
(199,205,214)
#CED2DA
(206,210,218)
#D5D7DE
(213,215,222)
#DCDCE2
(220,220,226)
#E3E1E6
(227,225,230)
#EAE6EA
(234,230,234)
#F1EBEE
(241,235,238)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BECA; }

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

This text font color is #B2BECA.


Background Color

.myBgColor { background-color: #B2BECA; }

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

This div background color is #B2BECA.


Border color

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

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

This div border color is #B2BECA.


Opacity

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

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

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

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

This text has shadow with #B2BECA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BECA on black background.


Color preview on white background

This text has color #B2BECA on white background.



Black color preview on #B2BECA background

This text has black color on #B2BECA background.


White color preview on #B2BECA background

This text has white color on #B2BECA background.