COLOR #B9BEFB

HEX: #B9BEFB RGB: (185,190,251)

Color info

#B9BEFB contains mainly blue color. Web safe color of #B9BEFB is #CCCCFF (or #CCF).

RGB color model

#B9BEFB color RGB value is (185,190,251).

RGB: (185,190,251) (73%, 75%, 98%)

RGB channels and saturation

R 185 of 255 = 73%
G 190 of 255 = 75%
B 251 of 255 = 98%

185
190
251

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

Portions of RGB colors in percentages

R + G + B = 185 + 190 + 251 = 626 (100%)
R 185 of 626 ~ 29.55%
G 190 of 626 ~ 30.35%
B 251 of 626 ~ 40.1'%

%29.55
%30.35
%40.1

CMYK color model

#B9BEFB color CMYK value is (26,24,0,2).

  • cyan value is 26.29%
  • magenta value is 24.30%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (26,24,0,2)
C26M24Y0K2 (26%, 24%, 0%, 2%)
(0.26 / 0.24 / 0.00 / 0.02)

CMYK percentages

%26.29
%24.3
%0
%1.57

Codes

Color #B9BEFB in popluar color models

B9 BE FB
RGB 185 190 251
HSL 235° 89.19% 85.49%
HSB/HSV 235° 26.29% 98.43%
CMYK 26.29% 24.30% 0.00%
1.57%

Color #B9BEFB in popluar number systems.

HEX B9 BE FB
Decimal 185 190 251
Binary 10111001 10111110 11111011
Octal 271 276 373

Shades and tints

Shades of #B9BEFB

#B9BEFB
(185,190,251)
#A9ADE5
(169,173,229)
#999CCF
(153,156,207)
#898BB9
(137,139,185)
#797AA3
(121,122,163)
#69698D
(105,105,141)
#595877
(89,88,119)
#494761
(73,71,97)
#39364B
(57,54,75)
#292535
(41,37,53)
#19141F
(25,20,31)
#000000
(0,0,0)

Tints of #B9BEFB

#B9BEFB
(185,190,251)
#BFC3FB
(191,195,251)
#C5C8FB
(197,200,251)
#CBCDFB
(203,205,251)
#D1D2FB
(209,210,251)
#D7D7FB
(215,215,251)
#DDDCFB
(221,220,251)
#E3E1FB
(227,225,251)
#E9E6FB
(233,230,251)
#EFEBFB
(239,235,251)
#F5F0FB
(245,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9BEFB color. Also use rgb(185,190,251) instead hex code.

Text Font Color

.myTextColor { color: #B9BEFB; }

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

This text font color is #B9BEFB.

Background Color

.myBgColor { background-color: #B9BEFB; }

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

This div background color is #B9BEFB.

Border color

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

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

This div border color is #B9BEFB.

Opacity

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

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

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

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

This text has shadow with #B9BEFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9BEFB.

Preview

Color preview on black background

This text has color #B9BEFB on black background.


Color preview on white background

This text has color #B9BEFB on white background.


Black color preview on #B9BEFB background

This text has black color on #B9BEFB background.


White color preview on #B9BEFB background

This text has white color on #B9BEFB background.


Related colors

Complementary color

Complementary color for #hex is #464104.


I love getcolorcode.com

Triadic colors

1 #FBB9BE and #BEFBB9 with #B9BEFB are triadic colors.

2 #FBBEB9 and #BEB9FB with #B9BEFB are triadic colors.