COLOR #BBB1E4

HEX: #BBB1E4
RGB: (187,177,228)

Color info

#BBB1E4 contains red, green and blue colors in about the same proportion. Web safe color of #BBB1E4 is #CC99CC (or #C9C).

RGB color model

#BBB1E4 color RGB value is (187,177,228).

  • red value is 187;
  • green value is 177;
  • blue value is 228.
RGB:
(187,177,228)
(73%,69%,89%)

RGB channels and saturation

R 187 of 255 = 73%
G 177 of 255 = 69%
B 228 of 255 = 89%

187
177
228

R + G + B ~ 77%. #BBB1E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 177 + 228 = 592 (100%)
R 187 of 592 ~ 31.59%
G 177 of 592 ~ 29.9%
B 228 of 592 ~ 38.51%

%31.59
%29.9
%38.51

CMYK color model

#BBB1E4 color CMYK value is (18,22,0,11).

  • cyan value is 17.98%
  • magenta value is 22.37%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(18,22,0,11)
C18M22Y0K11 
(18%,22%,0%,11%)
(0.18/0.22/0.00/0.11)	

CMYK percentages

%17.98
%22.37
%0
%10.59

Codes

Color #BBB1E4 in popluar color models

BBB1E4
RGB187177228
HSL252°48.57%79.41%
HSB/HSV252°22.37%89.41%
CMYK17.98%22.37%0.00%
10.59%

Color #BBB1E4 in popluar number systems.

HEXBBB1E4
Decimal187177228
Binary101110111011000111100100
Octal273261344

Shades and tints

Shades of #BBB1E4

#BBB1E4
(187,177,228)
#AAA1D0
(170,161,208)
#9991BC
(153,145,188)
#8881A8
(136,129,168)
#777194
(119,113,148)
#666180
(102,97,128)
#55516C
(85,81,108)
#444158
(68,65,88)
#333144
(51,49,68)
#222130
(34,33,48)
#11111C
(17,17,28)
#000000
(0,0,0)

Tints of #BBB1E4

#BBB1E4
(187,177,228)
#C1B8E6
(193,184,230)
#C7BFE8
(199,191,232)
#CDC6EA
(205,198,234)
#D3CDEC
(211,205,236)
#D9D4EE
(217,212,238)
#DFDBF0
(223,219,240)
#E5E2F2
(229,226,242)
#EBE9F4
(235,233,244)
#F1F0F6
(241,240,246)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB1E4 color. Also use rgb(187,177,228) instead hex code.

Text Font Color

.myTextColor { color: #BBB1E4; }

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

This text font color is #BBB1E4.


Background Color

.myBgColor { background-color: #BBB1E4; }

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

This div background color is #BBB1E4.


Border color

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

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

This div border color is #BBB1E4.


Opacity

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

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

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

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

This text has shadow with #BBB1E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB1E4 on black background.


Color preview on white background

This text has color #BBB1E4 on white background.



Black color preview on #BBB1E4 background

This text has black color on #BBB1E4 background.


White color preview on #BBB1E4 background

This text has white color on #BBB1E4 background.