COLOR #B9C5FA

HEX: #B9C5FA
RGB: (185,197,250)

Color info

#B9C5FA contains mainly green and blue colors. Web safe color of #B9C5FA is #CCCCFF (or #CCF).

RGB color model

#B9C5FA color RGB value is (185,197,250).

  • red value is 185;
  • green value is 197;
  • blue value is 250.
RGB:
(185,197,250)
(73%,77%,98%)

RGB channels and saturation

R 185 of 255 = 73%
G 197 of 255 = 77%
B 250 of 255 = 98%

185
197
250

R + G + B ~ 83%. #B9C5FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 197 + 250 = 632 (100%)
R 185 of 632 ~ 29.27%
G 197 of 632 ~ 31.17%
B 250 of 632 ~ 39.56%

%29.27
%31.17
%39.56

CMYK color model

#B9C5FA color CMYK value is (26,21,0,2).

  • cyan value is 26.00%
  • magenta value is 21.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(26,21,0,2)
C26M21Y0K2 
(26%,21%,0%,2%)
(0.26/0.21/0.00/0.02)	

CMYK percentages

%26
%21.2
%0
%1.96

Codes

Color #B9C5FA in popluar color models

B9C5FA
RGB185197250
HSL229°86.67%85.29%
HSB/HSV229°26.00%98.04%
CMYK26.00%21.20%0.00%
1.96%

Color #B9C5FA in popluar number systems.

HEXB9C5FA
Decimal185197250
Binary101110011100010111111010
Octal271305372

Shades and tints

Shades of #B9C5FA

#B9C5FA
(185,197,250)
#A9B4E4
(169,180,228)
#99A3CE
(153,163,206)
#8992B8
(137,146,184)
#7981A2
(121,129,162)
#69708C
(105,112,140)
#595F76
(89,95,118)
#494E60
(73,78,96)
#393D4A
(57,61,74)
#292C34
(41,44,52)
#191B1E
(25,27,30)
#000000
(0,0,0)

Tints of #B9C5FA

#B9C5FA
(185,197,250)
#BFCAFA
(191,202,250)
#C5CFFA
(197,207,250)
#CBD4FA
(203,212,250)
#D1D9FA
(209,217,250)
#D7DEFA
(215,222,250)
#DDE3FA
(221,227,250)
#E3E8FA
(227,232,250)
#E9EDFA
(233,237,250)
#EFF2FA
(239,242,250)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C5FA color. Also use rgb(185,197,250) instead hex code.

Text Font Color

.myTextColor { color: #B9C5FA; }

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

This text font color is #B9C5FA.


Background Color

.myBgColor { background-color: #B9C5FA; }

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

This div background color is #B9C5FA.


Border color

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

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

This div border color is #B9C5FA.


Opacity

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

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

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

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

This text has shadow with #B9C5FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C5FA on black background.


Color preview on white background

This text has color #B9C5FA on white background.



Black color preview on #B9C5FA background

This text has black color on #B9C5FA background.


White color preview on #B9C5FA background

This text has white color on #B9C5FA background.