COLOR #B2C8FA

HEX: #B2C8FA RGB: (178,200,250)

Color info

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

RGB color model

#B2C8FA color RGB value is (178,200,250).

RGB: (178,200,250) (70%, 78%, 98%)

RGB channels and saturation

R 178 of 255 = 70%
G 200 of 255 = 78%
B 250 of 255 = 98%

178
200
250

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

Portions of RGB colors in percentages

R + G + B = 178 + 200 + 250 = 628 (100%)
R 178 of 628 ~ 28.34%
G 200 of 628 ~ 31.85%
B 250 of 628 ~ 39.81'%

%28.34
%31.85
%39.81

CMYK color model

#B2C8FA color CMYK value is (29,20,0,2).

  • cyan value is 28.80%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (29,20,0,2)
C29M20Y0K2 (29%, 20%, 0%, 2%)
(0.29 / 0.20 / 0.00 / 0.02)

CMYK percentages

%28.8
%20
%0
%1.96

Codes

Color #B2C8FA in popluar color models

B2 C8 FA
RGB 178 200 250
HSL 222° 87.80% 83.92%
HSB/HSV 222° 28.80% 98.04%
CMYK 28.80% 20.00% 0.00%
1.96%

Color #B2C8FA in popluar number systems.

HEX B2 C8 FA
Decimal 178 200 250
Binary 10110010 11001000 11111010
Octal 262 310 372

Shades and tints

Shades of #B2C8FA

#B2C8FA
(178,200,250)
#A2B6E4
(162,182,228)
#92A4CE
(146,164,206)
#8292B8
(130,146,184)
#7280A2
(114,128,162)
#626E8C
(98,110,140)
#525C76
(82,92,118)
#424A60
(66,74,96)
#32384A
(50,56,74)
#222634
(34,38,52)
#12141E
(18,20,30)
#000000
(0,0,0)

Tints of #B2C8FA

#B2C8FA
(178,200,250)
#B9CDFA
(185,205,250)
#C0D2FA
(192,210,250)
#C7D7FA
(199,215,250)
#CEDCFA
(206,220,250)
#D5E1FA
(213,225,250)
#DCE6FA
(220,230,250)
#E3EBFA
(227,235,250)
#EAF0FA
(234,240,250)
#F1F5FA
(241,245,250)
#F8FAFA
(248,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C8FA color. Also use rgb(178,200,250) instead hex code.

Text Font Color

.myTextColor { color: #B2C8FA; }

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

This text font color is #B2C8FA.

Background Color

.myBgColor { background-color: #B2C8FA; }

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

This div background color is #B2C8FA.

Border color

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

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

This div border color is #B2C8FA.

Opacity

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

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

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

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

This text has shadow with #B2C8FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2C8FA.

Preview

Color preview on black background

This text has color #B2C8FA on black background.


Color preview on white background

This text has color #B2C8FA on white background.


Black color preview on #B2C8FA background

This text has black color on #B2C8FA background.


White color preview on #B2C8FA background

This text has white color on #B2C8FA background.


Related colors

Complementary color

Complementary color for #hex is #4D3705.


I love getcolorcode.com

Triadic colors

1 #FAB2C8 and #C8FAB2 with #B2C8FA are triadic colors.

2 #FAC8B2 and #C8B2FA with #B2C8FA are triadic colors.