COLOR #BEBEFF

HEX: #BEBEFF RGB: (190,190,255)

Color info

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

RGB color model

#BEBEFF color RGB value is (190,190,255).

RGB: (190,190,255) (75%, 75%, 100%)

RGB channels and saturation

R 190 of 255 = 75%
G 190 of 255 = 75%
B 255 of 255 = 100%

190
190
255

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

Portions of RGB colors in percentages

R + G + B = 190 + 190 + 255 = 635 (100%)
R 190 of 635 ~ 29.92%
G 190 of 635 ~ 29.92%
B 255 of 635 ~ 40.16'%

%29.92
%29.92
%40.16

CMYK color model

#BEBEFF color CMYK value is (25,25,0,0).

  • cyan value is 25.49%
  • magenta value is 25.49%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (25,25,0,0) C25M25Y0K0 (25%,25%,0%,0%) (0.25/0.25/0.00/0.00) 

CMYK percentages

%25.49
%25.49
%0
%0

Codes

Color #BEBEFF in popluar color models

BE BE FF
RGB 190 190 255
HSL 240° 100.00% 87.25%
HSB/HSV 240° 25.49% 100.00%
CMYK 25.49% 25.49% 0.00%
0.00%

Color #BEBEFF in popluar number systems.

HEX BE BE FF
Decimal 190 190 255
Binary 10111110 10111110 11111111
Octal 276 276 377

Shades and tints

Shades of #BEBEFF

#BEBEFF
(190,190,255)
#ADADE8
(173,173,232)
#9C9CD1
(156,156,209)
#8B8BBA
(139,139,186)
#7A7AA3
(122,122,163)
#69698C
(105,105,140)
#585875
(88,88,117)
#47475E
(71,71,94)
#363647
(54,54,71)
#252530
(37,37,48)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #BEBEFF

#BEBEFF
(190,190,255)
#C3C3FF
(195,195,255)
#C8C8FF
(200,200,255)
#CDCDFF
(205,205,255)
#D2D2FF
(210,210,255)
#D7D7FF
(215,215,255)
#DCDCFF
(220,220,255)
#E1E1FF
(225,225,255)
#E6E6FF
(230,230,255)
#EBEBFF
(235,235,255)
#F0F0FF
(240,240,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBEFF; }

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

This text font color is #BEBEFF.

Background Color

.myBgColor { background-color: #BEBEFF; }

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

This div background color is #BEBEFF.

Border color

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

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

This div border color is #BEBEFF.

Opacity

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

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

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

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

This text has shadow with #BEBEFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBEFF.

Preview

Color preview on black background

This text has color #BEBEFF on black background.


Color preview on white background

This text has color #BEBEFF on white background.


Black color preview on #BEBEFF background

This text has black color on #BEBEFF background.


White color preview on #BEBEFF background

This text has white color on #BEBEFF background.


Related colors

Complementary color

Complementary color for #hex is #414100.


I love getcolorcode.com