COLOR #BBBEDE

HEX: #BBBEDE RGB: (187,190,222)

Color info

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

RGB color model

#BBBEDE color RGB value is (187,190,222).

RGB: (187,190,222) (73%, 75%, 87%)

RGB channels and saturation

R 187 of 255 = 73%
G 190 of 255 = 75%
B 222 of 255 = 87%

187
190
222

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

Portions of RGB colors in percentages

R + G + B = 187 + 190 + 222 = 599 (100%)
R 187 of 599 ~ 31.22%
G 190 of 599 ~ 31.72%
B 222 of 599 ~ 37.06'%

%31.22
%31.72
%37.06

CMYK color model

#BBBEDE color CMYK value is (16,14,0,13).

  • cyan value is 15.77%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (16,14,0,13)
C16M14Y0K13 (16%, 14%, 0%, 13%)
(0.16 / 0.14 / 0.00 / 0.13)

CMYK percentages

%15.77
%14.41
%0
%12.94

Codes

Color #BBBEDE in popluar color models

BB BE DE
RGB 187 190 222
HSL 235° 34.65% 80.20%
HSB/HSV 235° 15.77% 87.06%
CMYK 15.77% 14.41% 0.00%
12.94%

Color #BBBEDE in popluar number systems.

HEX BB BE DE
Decimal 187 190 222
Binary 10111011 10111110 11011110
Octal 273 276 336

Shades and tints

Shades of #BBBEDE

#BBBEDE
(187,190,222)
#AAADCA
(170,173,202)
#999CB6
(153,156,182)
#888BA2
(136,139,162)
#777A8E
(119,122,142)
#66697A
(102,105,122)
#555866
(85,88,102)
#444752
(68,71,82)
#33363E
(51,54,62)
#22252A
(34,37,42)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #BBBEDE

#BBBEDE
(187,190,222)
#C1C3E1
(193,195,225)
#C7C8E4
(199,200,228)
#CDCDE7
(205,205,231)
#D3D2EA
(211,210,234)
#D9D7ED
(217,215,237)
#DFDCF0
(223,220,240)
#E5E1F3
(229,225,243)
#EBE6F6
(235,230,246)
#F1EBF9
(241,235,249)
#F7F0FC
(247,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBEDE; }

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

This text font color is #BBBEDE.

Background Color

.myBgColor { background-color: #BBBEDE; }

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

This div background color is #BBBEDE.

Border color

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

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

This div border color is #BBBEDE.

Opacity

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

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

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

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

This text has shadow with #BBBEDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBEDE.

Preview

Color preview on black background

This text has color #BBBEDE on black background.


Color preview on white background

This text has color #BBBEDE on white background.


Black color preview on #BBBEDE background

This text has black color on #BBBEDE background.


White color preview on #BBBEDE background

This text has white color on #BBBEDE background.


Related colors

Complementary color

Complementary color for #hex is #444121.


I love getcolorcode.com

Triadic colors

1 #DEBBBE and #BEDEBB with #BBBEDE are triadic colors.

2 #DEBEBB and #BEBBDE with #BBBEDE are triadic colors.