COLOR #B9BFF6

HEX: #B9BFF6
RGB: (185,191,246)

Color info

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

RGB color model

#B9BFF6 color RGB value is (185,191,246).

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

RGB channels and saturation

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

185
191
246

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

Portions of RGB colors in percentages

R + G + B =
185 + 191 + 246 = 622 (100%)
R 185 of 622 ~ 29.74%
G 191 of 622 ~ 30.71%
B 246 of 622 ~ 39.55%

%29.74
%30.71
%39.55

CMYK color model

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

  • cyan value is 24.80%
  • magenta value is 22.36%
  • 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
%22.36
%0
%3.53

Codes

Color #B9BFF6 in popluar color models

B9BFF6
RGB185191246
HSL234°77.22%84.51%
HSB/HSV234°24.80%96.47%
CMYK24.80%22.36%0.00%
3.53%

Color #B9BFF6 in popluar number systems.

HEXB9BFF6
Decimal185191246
Binary101110011011111111110110
Octal271277366

Shades and tints

Shades of #B9BFF6

#B9BFF6
(185,191,246)
#A9AEE0
(169,174,224)
#999DCA
(153,157,202)
#898CB4
(137,140,180)
#797B9E
(121,123,158)
#696A88
(105,106,136)
#595972
(89,89,114)
#49485C
(73,72,92)
#393746
(57,55,70)
#292630
(41,38,48)
#19151A
(25,21,26)
#000000
(0,0,0)

Tints of #B9BFF6

#B9BFF6
(185,191,246)
#BFC4F6
(191,196,246)
#C5C9F6
(197,201,246)
#CBCEF6
(203,206,246)
#D1D3F6
(209,211,246)
#D7D8F6
(215,216,246)
#DDDDF6
(221,221,246)
#E3E2F6
(227,226,246)
#E9E7F6
(233,231,246)
#EFECF6
(239,236,246)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BFF6; }

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

This text font color is #B9BFF6.


Background Color

.myBgColor { background-color: #B9BFF6; }

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

This div background color is #B9BFF6.


Border color

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

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

This div border color is #B9BFF6.


Opacity

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

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

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

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

This text has shadow with #B9BFF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BFF6 on black background.


Color preview on white background

This text has color #B9BFF6 on white background.



Black color preview on #B9BFF6 background

This text has black color on #B9BFF6 background.


White color preview on #B9BFF6 background

This text has white color on #B9BFF6 background.