COLOR #BBBED2

HEX: #BBBED2 RGB: (187,190,210)

Color info

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

RGB color model

#BBBED2 color RGB value is (187,190,210).

RGB: (187,190,210) (73%, 75%, 82%)

RGB channels and saturation

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

187
190
210

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

Portions of RGB colors in percentages

R + G + B = 187 + 190 + 210 = 587 (100%)
R 187 of 587 ~ 31.86%
G 190 of 587 ~ 32.37%
B 210 of 587 ~ 35.78'%

%31.86
%32.37
%35.78

CMYK color model

#BBBED2 color CMYK value is (11,10,0,18).

  • cyan value is 10.95%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (11,10,0,18)
C11M10Y0K18 (11%, 10%, 0%, 18%)
(0.11 / 0.10 / 0.00 / 0.18)

CMYK percentages

%10.95
%9.52
%0
%17.65

Codes

Color #BBBED2 in popluar color models

BB BE D2
RGB 187 190 210
HSL 232° 20.35% 77.84%
HSB/HSV 232° 10.95% 82.35%
CMYK 10.95% 9.52% 0.00%
17.65%

Color #BBBED2 in popluar number systems.

HEX BB BE D2
Decimal 187 190 210
Binary 10111011 10111110 11010010
Octal 273 276 322

Shades and tints

Shades of #BBBED2

#BBBED2
(187,190,210)
#AAADBF
(170,173,191)
#999CAC
(153,156,172)
#888B99
(136,139,153)
#777A86
(119,122,134)
#666973
(102,105,115)
#555860
(85,88,96)
#44474D
(68,71,77)
#33363A
(51,54,58)
#222527
(34,37,39)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #BBBED2

#BBBED2
(187,190,210)
#C1C3D6
(193,195,214)
#C7C8DA
(199,200,218)
#CDCDDE
(205,205,222)
#D3D2E2
(211,210,226)
#D9D7E6
(217,215,230)
#DFDCEA
(223,220,234)
#E5E1EE
(229,225,238)
#EBE6F2
(235,230,242)
#F1EBF6
(241,235,246)
#F7F0FA
(247,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBED2; }

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

This text font color is #BBBED2.

Background Color

.myBgColor { background-color: #BBBED2; }

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

This div background color is #BBBED2.

Border color

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

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

This div border color is #BBBED2.

Opacity

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

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

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

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

This text has shadow with #BBBED2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBED2.

Preview

Color preview on black background

This text has color #BBBED2 on black background.


Color preview on white background

This text has color #BBBED2 on white background.


Black color preview on #BBBED2 background

This text has black color on #BBBED2 background.


White color preview on #BBBED2 background

This text has white color on #BBBED2 background.


Related colors

Complementary color

Complementary color for #hex is #44412D.


I love getcolorcode.com

Triadic colors

1 #D2BBBE and #BED2BB with #BBBED2 are triadic colors.

2 #D2BEBB and #BEBBD2 with #BBBED2 are triadic colors.