COLOR #BBBED1

HEX: #BBBED1
RGB: (187,190,209)

Color info

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

RGB color model

#BBBED1 color RGB value is (187,190,209).

  • red value is 187;
  • green value is 190;
  • blue value is 209.
RGB:
(187,190,209)
(73%,75%,82%)

RGB channels and saturation

R 187 of 255 = 73%
G 190 of 255 = 75%
B 209 of 255 = 82%

187
190
209

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

Portions of RGB colors in percentages

R + G + B =
187 + 190 + 209 = 586 (100%)
R 187 of 586 ~ 31.91%
G 190 of 586 ~ 32.42%
B 209 of 586 ~ 35.67%

%31.91
%32.42
%35.67

CMYK color model

#BBBED1 color CMYK value is (11,9,0,18).

  • cyan value is 10.53%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(11,9,0,18)
C11M9Y0K18 
(11%,9%,0%,18%)
(0.11/0.09/0.00/0.18)	

CMYK percentages

%10.53
%9.09
%0
%18.04

Codes

Color #BBBED1 in popluar color models

BBBED1
RGB187190209
HSL232°19.30%77.65%
HSB/HSV232°10.53%81.96%
CMYK10.53%9.09%0.00%
18.04%

Color #BBBED1 in popluar number systems.

HEXBBBED1
Decimal187190209
Binary101110111011111011010001
Octal273276321

Shades and tints

Shades of #BBBED1

#BBBED1
(187,190,209)
#AAADBE
(170,173,190)
#999CAB
(153,156,171)
#888B98
(136,139,152)
#777A85
(119,122,133)
#666972
(102,105,114)
#55585F
(85,88,95)
#44474C
(68,71,76)
#333639
(51,54,57)
#222526
(34,37,38)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #BBBED1

#BBBED1
(187,190,209)
#C1C3D5
(193,195,213)
#C7C8D9
(199,200,217)
#CDCDDD
(205,205,221)
#D3D2E1
(211,210,225)
#D9D7E5
(217,215,229)
#DFDCE9
(223,220,233)
#E5E1ED
(229,225,237)
#EBE6F1
(235,230,241)
#F1EBF5
(241,235,245)
#F7F0F9
(247,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBBED1 color. Also use rgb(187,190,209) instead hex code.

Text Font Color

.myTextColor { color: #BBBED1; }

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

This text font color is #BBBED1.


Background Color

.myBgColor { background-color: #BBBED1; }

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

This div background color is #BBBED1.


Border color

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

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

This div border color is #BBBED1.


Opacity

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

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

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

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

This text has shadow with #BBBED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBED1 on black background.


Color preview on white background

This text has color #BBBED1 on white background.



Black color preview on #BBBED1 background

This text has black color on #BBBED1 background.


White color preview on #BBBED1 background

This text has white color on #BBBED1 background.