COLOR #B9BEFE

HEX: #B9BEFE RGB: (185,190,254)

Color info

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

RGB color model

#B9BEFE color RGB value is (185,190,254).

RGB: (185,190,254) (73%, 75%, 100%)

RGB channels and saturation

R 185 of 255 = 73%
G 190 of 255 = 75%
B 254 of 255 = 100%

185
190
254

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

Portions of RGB colors in percentages

R + G + B = 185 + 190 + 254 = 629 (100%)
R 185 of 629 ~ 29.41%
G 190 of 629 ~ 30.21%
B 254 of 629 ~ 40.38'%

%29.41
%30.21
%40.38

CMYK color model

#B9BEFE color CMYK value is (27,25,0,0).

  • cyan value is 27.17%
  • magenta value is 25.20%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (27,25,0,0)
C27M25Y0K0 (27%, 25%, 0%, 0%)
(0.27 / 0.25 / 0.00 / 0.00)

CMYK percentages

%27.17
%25.2
%0
%0.39

Codes

Color #B9BEFE in popluar color models

B9 BE FE
RGB 185 190 254
HSL 236° 97.18% 86.08%
HSB/HSV 236° 27.17% 99.61%
CMYK 27.17% 25.20% 0.00%
0.39%

Color #B9BEFE in popluar number systems.

HEX B9 BE FE
Decimal 185 190 254
Binary 10111001 10111110 11111110
Octal 271 276 376

Shades and tints

Shades of #B9BEFE

#B9BEFE
(185,190,254)
#A9ADE7
(169,173,231)
#999CD0
(153,156,208)
#898BB9
(137,139,185)
#797AA2
(121,122,162)
#69698B
(105,105,139)
#595874
(89,88,116)
#49475D
(73,71,93)
#393646
(57,54,70)
#29252F
(41,37,47)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #B9BEFE

#B9BEFE
(185,190,254)
#BFC3FE
(191,195,254)
#C5C8FE
(197,200,254)
#CBCDFE
(203,205,254)
#D1D2FE
(209,210,254)
#D7D7FE
(215,215,254)
#DDDCFE
(221,220,254)
#E3E1FE
(227,225,254)
#E9E6FE
(233,230,254)
#EFEBFE
(239,235,254)
#F5F0FE
(245,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BEFE; }

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

This text font color is #B9BEFE.

Background Color

.myBgColor { background-color: #B9BEFE; }

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

This div background color is #B9BEFE.

Border color

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

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

This div border color is #B9BEFE.

Opacity

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

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

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

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

This text has shadow with #B9BEFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9BEFE.

Preview

Color preview on black background

This text has color #B9BEFE on black background.


Color preview on white background

This text has color #B9BEFE on white background.


Black color preview on #B9BEFE background

This text has black color on #B9BEFE background.


White color preview on #B9BEFE background

This text has white color on #B9BEFE background.


Related colors

Complementary color

Complementary color for #hex is #464101.


I love getcolorcode.com

Triadic colors

1 #FEB9BE and #BEFEB9 with #B9BEFE are triadic colors.

2 #FEBEB9 and #BEB9FE with #B9BEFE are triadic colors.