COLOR #BBBFE2

HEX: #BBBFE2
RGB: (187,191,226)

Color info

#BBBFE2 contains red, green and blue colors in about the same proportion. Web safe color of #BBBFE2 is #CCCCCC (or #CCC).

RGB color model

#BBBFE2 color RGB value is (187,191,226).

  • red value is 187;
  • green value is 191;
  • blue value is 226.
RGB:
(187,191,226)
(73%,75%,89%)

RGB channels and saturation

R 187 of 255 = 73%
G 191 of 255 = 75%
B 226 of 255 = 89%

187
191
226

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

Portions of RGB colors in percentages

R + G + B =
187 + 191 + 226 = 604 (100%)
R 187 of 604 ~ 30.96%
G 191 of 604 ~ 31.62%
B 226 of 604 ~ 37.42%

%30.96
%31.62
%37.42

CMYK color model

#BBBFE2 color CMYK value is (17,15,0,11).

  • cyan value is 17.26%
  • magenta value is 15.49%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(17,15,0,11)
C17M15Y0K11 
(17%,15%,0%,11%)
(0.17/0.15/0.00/0.11)	

CMYK percentages

%17.26
%15.49
%0
%11.37

Codes

Color #BBBFE2 in popluar color models

BBBFE2
RGB187191226
HSL234°40.21%80.98%
HSB/HSV234°17.26%88.63%
CMYK17.26%15.49%0.00%
11.37%

Color #BBBFE2 in popluar number systems.

HEXBBBFE2
Decimal187191226
Binary101110111011111111100010
Octal273277342

Shades and tints

Shades of #BBBFE2

#BBBFE2
(187,191,226)
#AAAECE
(170,174,206)
#999DBA
(153,157,186)
#888CA6
(136,140,166)
#777B92
(119,123,146)
#666A7E
(102,106,126)
#55596A
(85,89,106)
#444856
(68,72,86)
#333742
(51,55,66)
#22262E
(34,38,46)
#11151A
(17,21,26)
#000000
(0,0,0)

Tints of #BBBFE2

#BBBFE2
(187,191,226)
#C1C4E4
(193,196,228)
#C7C9E6
(199,201,230)
#CDCEE8
(205,206,232)
#D3D3EA
(211,211,234)
#D9D8EC
(217,216,236)
#DFDDEE
(223,221,238)
#E5E2F0
(229,226,240)
#EBE7F2
(235,231,242)
#F1ECF4
(241,236,244)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBBFE2 color. Also use rgb(187,191,226) instead hex code.

Text Font Color

.myTextColor { color: #BBBFE2; }

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

This text font color is #BBBFE2.


Background Color

.myBgColor { background-color: #BBBFE2; }

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

This div background color is #BBBFE2.


Border color

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

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

This div border color is #BBBFE2.


Opacity

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

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

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

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

This text has shadow with #BBBFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBFE2 on black background.


Color preview on white background

This text has color #BBBFE2 on white background.



Black color preview on #BBBFE2 background

This text has black color on #BBBFE2 background.


White color preview on #BBBFE2 background

This text has white color on #BBBFE2 background.