COLOR #B5BEE7

HEX: #B5BEE7 RGB: (181,190,231)

Color info

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

RGB color model

#B5BEE7 color RGB value is (181,190,231).

RGB: (181,190,231) (71%, 75%, 91%)

RGB channels and saturation

R 181 of 255 = 71%
G 190 of 255 = 75%
B 231 of 255 = 91%

181
190
231

R + G + B ~ 79%. #B5BEE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 190 + 231 = 602 (100%)
R 181 of 602 ~ 30.07%
G 190 of 602 ~ 31.56%
B 231 of 602 ~ 38.37'%

%30.07
%31.56
%38.37

CMYK color model

#B5BEE7 color CMYK value is (22,18,0,9).

  • cyan value is 21.65%
  • magenta value is 17.75%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (22,18,0,9)
C22M18Y0K9 (22%, 18%, 0%, 9%)
(0.22 / 0.18 / 0.00 / 0.09)

CMYK percentages

%21.65
%17.75
%0
%9.41

Codes

Color #B5BEE7 in popluar color models

B5 BE E7
RGB 181 190 231
HSL 229° 51.02% 80.78%
HSB/HSV 229° 21.65% 90.59%
CMYK 21.65% 17.75% 0.00%
9.41%

Color #B5BEE7 in popluar number systems.

HEX B5 BE E7
Decimal 181 190 231
Binary 10110101 10111110 11100111
Octal 265 276 347

Shades and tints

Shades of #B5BEE7

#B5BEE7
(181,190,231)
#A5ADD2
(165,173,210)
#959CBD
(149,156,189)
#858BA8
(133,139,168)
#757A93
(117,122,147)
#65697E
(101,105,126)
#555869
(85,88,105)
#454754
(69,71,84)
#35363F
(53,54,63)
#25252A
(37,37,42)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #B5BEE7

#B5BEE7
(181,190,231)
#BBC3E9
(187,195,233)
#C1C8EB
(193,200,235)
#C7CDED
(199,205,237)
#CDD2EF
(205,210,239)
#D3D7F1
(211,215,241)
#D9DCF3
(217,220,243)
#DFE1F5
(223,225,245)
#E5E6F7
(229,230,247)
#EBEBF9
(235,235,249)
#F1F0FB
(241,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BEE7; }

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

This text font color is #B5BEE7.

Background Color

.myBgColor { background-color: #B5BEE7; }

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

This div background color is #B5BEE7.

Border color

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

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

This div border color is #B5BEE7.

Opacity

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

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

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

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

This text has shadow with #B5BEE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5BEE7.

Preview

Color preview on black background

This text has color #B5BEE7 on black background.


Color preview on white background

This text has color #B5BEE7 on white background.


Black color preview on #B5BEE7 background

This text has black color on #B5BEE7 background.


White color preview on #B5BEE7 background

This text has white color on #B5BEE7 background.


Related colors

Complementary color

Complementary color for #hex is #4A4118.


I love getcolorcode.com

Triadic colors

1 #E7B5BE and #BEE7B5 with #B5BEE7 are triadic colors.

2 #E7BEB5 and #BEB5E7 with #B5BEE7 are triadic colors.