COLOR #B5BFEE

HEX: #B5BFEE
RGB: (181,191,238)

Color info

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

RGB color model

#B5BFEE color RGB value is (181,191,238).

  • red value is 181;
  • green value is 191;
  • blue value is 238.
RGB:
(181,191,238)
(71%,75%,93%)

RGB channels and saturation

R 181 of 255 = 71%
G 191 of 255 = 75%
B 238 of 255 = 93%

181
191
238

R + G + B ~ 80%. #B5BFEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 191 + 238 = 610 (100%)
R 181 of 610 ~ 29.67%
G 191 of 610 ~ 31.31%
B 238 of 610 ~ 39.02%

%29.67
%31.31
%39.02

CMYK color model

#B5BFEE color CMYK value is (24,20,0,7).

  • cyan value is 23.95%
  • magenta value is 19.75%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(24,20,0,7)
C24M20Y0K7 
(24%,20%,0%,7%)
(0.24/0.20/0.00/0.07)	

CMYK percentages

%23.95
%19.75
%0
%6.67

Codes

Color #B5BFEE in popluar color models

B5BFEE
RGB181191238
HSL229°62.64%82.16%
HSB/HSV229°23.95%93.33%
CMYK23.95%19.75%0.00%
6.67%

Color #B5BFEE in popluar number systems.

HEXB5BFEE
Decimal181191238
Binary101101011011111111101110
Octal265277356

Shades and tints

Shades of #B5BFEE

#B5BFEE
(181,191,238)
#A5AED9
(165,174,217)
#959DC4
(149,157,196)
#858CAF
(133,140,175)
#757B9A
(117,123,154)
#656A85
(101,106,133)
#555970
(85,89,112)
#45485B
(69,72,91)
#353746
(53,55,70)
#252631
(37,38,49)
#15151C
(21,21,28)
#000000
(0,0,0)

Tints of #B5BFEE

#B5BFEE
(181,191,238)
#BBC4EF
(187,196,239)
#C1C9F0
(193,201,240)
#C7CEF1
(199,206,241)
#CDD3F2
(205,211,242)
#D3D8F3
(211,216,243)
#D9DDF4
(217,221,244)
#DFE2F5
(223,226,245)
#E5E7F6
(229,231,246)
#EBECF7
(235,236,247)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5BFEE color. Also use rgb(181,191,238) instead hex code.

Text Font Color

.myTextColor { color: #B5BFEE; }

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

This text font color is #B5BFEE.


Background Color

.myBgColor { background-color: #B5BFEE; }

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

This div background color is #B5BFEE.


Border color

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

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

This div border color is #B5BFEE.


Opacity

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

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

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

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

This text has shadow with #B5BFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5BFEE on black background.


Color preview on white background

This text has color #B5BFEE on white background.



Black color preview on #B5BFEE background

This text has black color on #B5BFEE background.


White color preview on #B5BFEE background

This text has white color on #B5BFEE background.