COLOR #BEB9FB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

190
185
251

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

Portions of RGB colors in percentages

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

%30.35
%29.55
%40.1

CMYK color model

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

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

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

CMYK percentages

%24.3
%26.29
%0
%1.57

Codes

Color #BEB9FB in popluar color models

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

Color #BEB9FB in popluar number systems.

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

Shades and tints

Shades of #BEB9FB

#BEB9FB
(190,185,251)
#ADA9E5
(173,169,229)
#9C99CF
(156,153,207)
#8B89B9
(139,137,185)
#7A79A3
(122,121,163)
#69698D
(105,105,141)
#585977
(88,89,119)
#474961
(71,73,97)
#36394B
(54,57,75)
#252935
(37,41,53)
#14191F
(20,25,31)
#000000
(0,0,0)

Tints of #BEB9FB

#BEB9FB
(190,185,251)
#C3BFFB
(195,191,251)
#C8C5FB
(200,197,251)
#CDCBFB
(205,203,251)
#D2D1FB
(210,209,251)
#D7D7FB
(215,215,251)
#DCDDFB
(220,221,251)
#E1E3FB
(225,227,251)
#E6E9FB
(230,233,251)
#EBEFFB
(235,239,251)
#F0F5FB
(240,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB9FB; }

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

This text font color is #BEB9FB.

Background Color

.myBgColor { background-color: #BEB9FB; }

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

This div background color is #BEB9FB.

Border color

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

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

This div border color is #BEB9FB.

Opacity

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

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

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

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

This text has shadow with #BEB9FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB9FB.

Preview

Color preview on black background

This text has color #BEB9FB on black background.


Color preview on white background

This text has color #BEB9FB on white background.


Black color preview on #BEB9FB background

This text has black color on #BEB9FB background.


White color preview on #BEB9FB background

This text has white color on #BEB9FB background.


Related colors

Complementary color

Complementary color for #hex is #414604.


I love getcolorcode.com

Triadic colors

1 #FBBEB9 and #B9FBBE with #BEB9FB are triadic colors.

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