COLOR #B2BFE6

HEX: #B2BFE6 RGB: (178,191,230)

Color info

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

RGB color model

#B2BFE6 color RGB value is (178,191,230).

RGB: (178,191,230) (70%, 75%, 90%)

RGB channels and saturation

R 178 of 255 = 70%
G 191 of 255 = 75%
B 230 of 255 = 90%

178
191
230

R + G + B ~ 78%. #B2BFE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 191 + 230 = 599 (100%)
R 178 of 599 ~ 29.72%
G 191 of 599 ~ 31.89%
B 230 of 599 ~ 38.4'%

%29.72
%31.89
%38.4

CMYK color model

#B2BFE6 color CMYK value is (23,17,0,10).

  • cyan value is 22.61%
  • magenta value is 16.96%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (23,17,0,10)
C23M17Y0K10 (23%, 17%, 0%, 10%)
(0.23 / 0.17 / 0.00 / 0.10)

CMYK percentages

%22.61
%16.96
%0
%9.8

Codes

Color #B2BFE6 in popluar color models

B2 BF E6
RGB 178 191 230
HSL 225° 50.98% 80.00%
HSB/HSV 225° 22.61% 90.20%
CMYK 22.61% 16.96% 0.00%
9.80%

Color #B2BFE6 in popluar number systems.

HEX B2 BF E6
Decimal 178 191 230
Binary 10110010 10111111 11100110
Octal 262 277 346

Shades and tints

Shades of #B2BFE6

#B2BFE6
(178,191,230)
#A2AED2
(162,174,210)
#929DBE
(146,157,190)
#828CAA
(130,140,170)
#727B96
(114,123,150)
#626A82
(98,106,130)
#52596E
(82,89,110)
#42485A
(66,72,90)
#323746
(50,55,70)
#222632
(34,38,50)
#12151E
(18,21,30)
#000000
(0,0,0)

Tints of #B2BFE6

#B2BFE6
(178,191,230)
#B9C4E8
(185,196,232)
#C0C9EA
(192,201,234)
#C7CEEC
(199,206,236)
#CED3EE
(206,211,238)
#D5D8F0
(213,216,240)
#DCDDF2
(220,221,242)
#E3E2F4
(227,226,244)
#EAE7F6
(234,231,246)
#F1ECF8
(241,236,248)
#F8F1FA
(248,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2BFE6 color. Also use rgb(178,191,230) instead hex code.

Text Font Color

.myTextColor { color: #B2BFE6; }

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

This text font color is #B2BFE6.

Background Color

.myBgColor { background-color: #B2BFE6; }

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

This div background color is #B2BFE6.

Border color

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

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

This div border color is #B2BFE6.

Opacity

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

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

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

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

This text has shadow with #B2BFE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2BFE6.

Preview

Color preview on black background

This text has color #B2BFE6 on black background.


Color preview on white background

This text has color #B2BFE6 on white background.


Black color preview on #B2BFE6 background

This text has black color on #B2BFE6 background.


White color preview on #B2BFE6 background

This text has white color on #B2BFE6 background.


Related colors

Complementary color

Complementary color for #hex is #4D4019.


I love getcolorcode.com

Triadic colors

1 #E6B2BF and #BFE6B2 with #B2BFE6 are triadic colors.

2 #E6BFB2 and #BFB2E6 with #B2BFE6 are triadic colors.