COLOR #B9C0F6

HEX: #B9C0F6
RGB: (185,192,246)

Color info

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

RGB color model

#B9C0F6 color RGB value is (185,192,246).

  • red value is 185;
  • green value is 192;
  • blue value is 246.
RGB:
(185,192,246)
(73%,75%,96%)

RGB channels and saturation

R 185 of 255 = 73%
G 192 of 255 = 75%
B 246 of 255 = 96%

185
192
246

R + G + B ~ 81%. #B9C0F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 192 + 246 = 623 (100%)
R 185 of 623 ~ 29.7%
G 192 of 623 ~ 30.82%
B 246 of 623 ~ 39.49%

%29.7
%30.82
%39.49

CMYK color model

#B9C0F6 color CMYK value is (25,22,0,4).

  • cyan value is 24.80%
  • magenta value is 21.95%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(25,22,0,4)
C25M22Y0K4 
(25%,22%,0%,4%)
(0.25/0.22/0.00/0.04)	

CMYK percentages

%24.8
%21.95
%0
%3.53

Codes

Color #B9C0F6 in popluar color models

B9C0F6
RGB185192246
HSL233°77.22%84.51%
HSB/HSV233°24.80%96.47%
CMYK24.80%21.95%0.00%
3.53%

Color #B9C0F6 in popluar number systems.

HEXB9C0F6
Decimal185192246
Binary101110011100000011110110
Octal271300366

Shades and tints

Shades of #B9C0F6

#B9C0F6
(185,192,246)
#A9AFE0
(169,175,224)
#999ECA
(153,158,202)
#898DB4
(137,141,180)
#797C9E
(121,124,158)
#696B88
(105,107,136)
#595A72
(89,90,114)
#49495C
(73,73,92)
#393846
(57,56,70)
#292730
(41,39,48)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #B9C0F6

#B9C0F6
(185,192,246)
#BFC5F6
(191,197,246)
#C5CAF6
(197,202,246)
#CBCFF6
(203,207,246)
#D1D4F6
(209,212,246)
#D7D9F6
(215,217,246)
#DDDEF6
(221,222,246)
#E3E3F6
(227,227,246)
#E9E8F6
(233,232,246)
#EFEDF6
(239,237,246)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C0F6 color. Also use rgb(185,192,246) instead hex code.

Text Font Color

.myTextColor { color: #B9C0F6; }

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

This text font color is #B9C0F6.


Background Color

.myBgColor { background-color: #B9C0F6; }

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

This div background color is #B9C0F6.


Border color

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

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

This div border color is #B9C0F6.


Opacity

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

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

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

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

This text has shadow with #B9C0F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C0F6 on black background.


Color preview on white background

This text has color #B9C0F6 on white background.



Black color preview on #B9C0F6 background

This text has black color on #B9C0F6 background.


White color preview on #B9C0F6 background

This text has white color on #B9C0F6 background.