COLOR #BBB2EA

HEX: #BBB2EA
RGB: (187,178,234)

Color info

#BBB2EA contains red, green and blue colors in about the same proportion. Web safe color of #BBB2EA is #CC99FF (or #C9F).

RGB color model

#BBB2EA color RGB value is (187,178,234).

  • red value is 187;
  • green value is 178;
  • blue value is 234.
RGB:
(187,178,234)
(73%,70%,92%)

RGB channels and saturation

R 187 of 255 = 73%
G 178 of 255 = 70%
B 234 of 255 = 92%

187
178
234

R + G + B ~ 78%. #BBB2EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 178 + 234 = 599 (100%)
R 187 of 599 ~ 31.22%
G 178 of 599 ~ 29.72%
B 234 of 599 ~ 39.07%

%31.22
%29.72
%39.07

CMYK color model

#BBB2EA color CMYK value is (20,24,0,8).

  • cyan value is 20.09%
  • magenta value is 23.93%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(20,24,0,8)
C20M24Y0K8 
(20%,24%,0%,8%)
(0.20/0.24/0.00/0.08)	

CMYK percentages

%20.09
%23.93
%0
%8.24

Codes

Color #BBB2EA in popluar color models

BBB2EA
RGB187178234
HSL250°57.14%80.78%
HSB/HSV250°23.93%91.76%
CMYK20.09%23.93%0.00%
8.24%

Color #BBB2EA in popluar number systems.

HEXBBB2EA
Decimal187178234
Binary101110111011001011101010
Octal273262352

Shades and tints

Shades of #BBB2EA

#BBB2EA
(187,178,234)
#AAA2D5
(170,162,213)
#9992C0
(153,146,192)
#8882AB
(136,130,171)
#777296
(119,114,150)
#666281
(102,98,129)
#55526C
(85,82,108)
#444257
(68,66,87)
#333242
(51,50,66)
#22222D
(34,34,45)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #BBB2EA

#BBB2EA
(187,178,234)
#C1B9EB
(193,185,235)
#C7C0EC
(199,192,236)
#CDC7ED
(205,199,237)
#D3CEEE
(211,206,238)
#D9D5EF
(217,213,239)
#DFDCF0
(223,220,240)
#E5E3F1
(229,227,241)
#EBEAF2
(235,234,242)
#F1F1F3
(241,241,243)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB2EA color. Also use rgb(187,178,234) instead hex code.

Text Font Color

.myTextColor { color: #BBB2EA; }

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

This text font color is #BBB2EA.


Background Color

.myBgColor { background-color: #BBB2EA; }

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

This div background color is #BBB2EA.


Border color

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

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

This div border color is #BBB2EA.


Opacity

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

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

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

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

This text has shadow with #BBB2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB2EA on black background.


Color preview on white background

This text has color #BBB2EA on white background.



Black color preview on #BBB2EA background

This text has black color on #BBB2EA background.


White color preview on #BBB2EA background

This text has white color on #BBB2EA background.