COLOR #BEBBF0

HEX: #BEBBF0 RGB: (190,187,240)

Color info

#BEBBF0 contains red, green and blue colors in about the same proportion. Web safe color of #BEBBF0 is #CCCCFF (or #CCF).

RGB color model

#BEBBF0 color RGB value is (190,187,240).

RGB: (190,187,240) (75%, 73%, 94%)

RGB channels and saturation

R 190 of 255 = 75%
G 187 of 255 = 73%
B 240 of 255 = 94%

190
187
240

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

Portions of RGB colors in percentages

R + G + B = 190 + 187 + 240 = 617 (100%)
R 190 of 617 ~ 30.79%
G 187 of 617 ~ 30.31%
B 240 of 617 ~ 38.9'%

%30.79
%30.31
%38.9

CMYK color model

#BEBBF0 color CMYK value is (21,22,0,6).

  • cyan value is 20.83%
  • magenta value is 22.08%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (21,22,0,6)
C21M22Y0K6 (21%, 22%, 0%, 6%)
(0.21 / 0.22 / 0.00 / 0.06)

CMYK percentages

%20.83
%22.08
%0
%5.88

Codes

Color #BEBBF0 in popluar color models

BE BB F0
RGB 190 187 240
HSL 243° 63.86% 83.73%
HSB/HSV 243° 22.08% 94.12%
CMYK 20.83% 22.08% 0.00%
5.88%

Color #BEBBF0 in popluar number systems.

HEX BE BB F0
Decimal 190 187 240
Binary 10111110 10111011 11110000
Octal 276 273 360

Shades and tints

Shades of #BEBBF0

#BEBBF0
(190,187,240)
#ADAADB
(173,170,219)
#9C99C6
(156,153,198)
#8B88B1
(139,136,177)
#7A779C
(122,119,156)
#696687
(105,102,135)
#585572
(88,85,114)
#47445D
(71,68,93)
#363348
(54,51,72)
#252233
(37,34,51)
#14111E
(20,17,30)
#000000
(0,0,0)

Tints of #BEBBF0

#BEBBF0
(190,187,240)
#C3C1F1
(195,193,241)
#C8C7F2
(200,199,242)
#CDCDF3
(205,205,243)
#D2D3F4
(210,211,244)
#D7D9F5
(215,217,245)
#DCDFF6
(220,223,246)
#E1E5F7
(225,229,247)
#E6EBF8
(230,235,248)
#EBF1F9
(235,241,249)
#F0F7FA
(240,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEBBF0 color. Also use rgb(190,187,240) instead hex code.

Text Font Color

.myTextColor { color: #BEBBF0; }

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

This text font color is #BEBBF0.

Background Color

.myBgColor { background-color: #BEBBF0; }

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

This div background color is #BEBBF0.

Border color

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

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

This div border color is #BEBBF0.

Opacity

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

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

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

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

This text has shadow with #BEBBF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBBF0.

Preview

Color preview on black background

This text has color #BEBBF0 on black background.


Color preview on white background

This text has color #BEBBF0 on white background.


Black color preview on #BEBBF0 background

This text has black color on #BEBBF0 background.


White color preview on #BEBBF0 background

This text has white color on #BEBBF0 background.


Related colors

Complementary color

Complementary color for #hex is #41440F.


I love getcolorcode.com

Triadic colors

1 #F0BEBB and #BBF0BE with #BEBBF0 are triadic colors.

2 #F0BBBE and #BBBEF0 with #BEBBF0 are triadic colors.