COLOR #BBADE5

HEX: #BBADE5 RGB: (187,173,229)

Color info

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

RGB color model

#BBADE5 color RGB value is (187,173,229).

RGB: (187,173,229) (73%, 68%, 90%)

RGB channels and saturation

R 187 of 255 = 73%
G 173 of 255 = 68%
B 229 of 255 = 90%

187
173
229

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

Portions of RGB colors in percentages

R + G + B = 187 + 173 + 229 = 589 (100%)
R 187 of 589 ~ 31.75%
G 173 of 589 ~ 29.37%
B 229 of 589 ~ 38.88'%

%31.75
%29.37
%38.88

CMYK color model

#BBADE5 color CMYK value is (18,24,0,10).

  • cyan value is 18.34%
  • magenta value is 24.45%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (18,24,0,10)
C18M24Y0K10 (18%, 24%, 0%, 10%)
(0.18 / 0.24 / 0.00 / 0.10)

CMYK percentages

%18.34
%24.45
%0
%10.2

Codes

Color #BBADE5 in popluar color models

BB AD E5
RGB 187 173 229
HSL 255° 51.85% 78.82%
HSB/HSV 255° 24.45% 89.80%
CMYK 18.34% 24.45% 0.00%
10.20%

Color #BBADE5 in popluar number systems.

HEX BB AD E5
Decimal 187 173 229
Binary 10111011 10101101 11100101
Octal 273 255 345

Shades and tints

Shades of #BBADE5

#BBADE5
(187,173,229)
#AA9ED1
(170,158,209)
#998FBD
(153,143,189)
#8880A9
(136,128,169)
#777195
(119,113,149)
#666281
(102,98,129)
#55536D
(85,83,109)
#444459
(68,68,89)
#333545
(51,53,69)
#222631
(34,38,49)
#11171D
(17,23,29)
#000000
(0,0,0)

Tints of #BBADE5

#BBADE5
(187,173,229)
#C1B4E7
(193,180,231)
#C7BBE9
(199,187,233)
#CDC2EB
(205,194,235)
#D3C9ED
(211,201,237)
#D9D0EF
(217,208,239)
#DFD7F1
(223,215,241)
#E5DEF3
(229,222,243)
#EBE5F5
(235,229,245)
#F1ECF7
(241,236,247)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBADE5 color. Also use rgb(187,173,229) instead hex code.

Text Font Color

.myTextColor { color: #BBADE5; }

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

This text font color is #BBADE5.

Background Color

.myBgColor { background-color: #BBADE5; }

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

This div background color is #BBADE5.

Border color

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

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

This div border color is #BBADE5.

Opacity

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

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

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

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

This text has shadow with #BBADE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBADE5.

Preview

Color preview on black background

This text has color #BBADE5 on black background.


Color preview on white background

This text has color #BBADE5 on white background.


Black color preview on #BBADE5 background

This text has black color on #BBADE5 background.


White color preview on #BBADE5 background

This text has white color on #BBADE5 background.


Related colors

Complementary color

Complementary color for #hex is #44521A.


I love getcolorcode.com

Triadic colors

1 #E5BBAD and #ADE5BB with #BBADE5 are triadic colors.

2 #E5ADBB and #ADBBE5 with #BBADE5 are triadic colors.