COLOR #B2BEF3

HEX: #B2BEF3 RGB: (178,190,243)

Color info

#B2BEF3 contains mainly green and blue colors. Web safe color of #B2BEF3 is #99CCFF (or #9CF).

RGB color model

#B2BEF3 color RGB value is (178,190,243).

RGB: (178,190,243) (70%, 75%, 95%)

RGB channels and saturation

R 178 of 255 = 70%
G 190 of 255 = 75%
B 243 of 255 = 95%

178
190
243

R + G + B ~ 80%. #B2BEF3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 190 + 243 = 611 (100%)
R 178 of 611 ~ 29.13%
G 190 of 611 ~ 31.1%
B 243 of 611 ~ 39.77'%

%29.13
%31.1
%39.77

CMYK color model

#B2BEF3 color CMYK value is (27,22,0,5).

  • cyan value is 26.75%
  • magenta value is 21.81%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (27,22,0,5)
C27M22Y0K5 (27%, 22%, 0%, 5%)
(0.27 / 0.22 / 0.00 / 0.05)

CMYK percentages

%26.75
%21.81
%0
%4.71

Codes

Color #B2BEF3 in popluar color models

B2 BE F3
RGB 178 190 243
HSL 229° 73.03% 82.55%
HSB/HSV 229° 26.75% 95.29%
CMYK 26.75% 21.81% 0.00%
4.71%

Color #B2BEF3 in popluar number systems.

HEX B2 BE F3
Decimal 178 190 243
Binary 10110010 10111110 11110011
Octal 262 276 363

Shades and tints

Shades of #B2BEF3

#B2BEF3
(178,190,243)
#A2ADDD
(162,173,221)
#929CC7
(146,156,199)
#828BB1
(130,139,177)
#727A9B
(114,122,155)
#626985
(98,105,133)
#52586F
(82,88,111)
#424759
(66,71,89)
#323643
(50,54,67)
#22252D
(34,37,45)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #B2BEF3

#B2BEF3
(178,190,243)
#B9C3F4
(185,195,244)
#C0C8F5
(192,200,245)
#C7CDF6
(199,205,246)
#CED2F7
(206,210,247)
#D5D7F8
(213,215,248)
#DCDCF9
(220,220,249)
#E3E1FA
(227,225,250)
#EAE6FB
(234,230,251)
#F1EBFC
(241,235,252)
#F8F0FD
(248,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BEF3; }

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

This text font color is #B2BEF3.

Background Color

.myBgColor { background-color: #B2BEF3; }

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

This div background color is #B2BEF3.

Border color

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

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

This div border color is #B2BEF3.

Opacity

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

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

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

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

This text has shadow with #B2BEF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2BEF3.

Preview

Color preview on black background

This text has color #B2BEF3 on black background.


Color preview on white background

This text has color #B2BEF3 on white background.


Black color preview on #B2BEF3 background

This text has black color on #B2BEF3 background.


White color preview on #B2BEF3 background

This text has white color on #B2BEF3 background.


Related colors

Complementary color

Complementary color for #hex is #4D410C.


I love getcolorcode.com

Triadic colors

1 #F3B2BE and #BEF3B2 with #B2BEF3 are triadic colors.

2 #F3BEB2 and #BEB2F3 with #B2BEF3 are triadic colors.