COLOR #BBAED8

HEX: #BBAED8 RGB: (187,174,216)

Color info

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

RGB color model

#BBAED8 color RGB value is (187,174,216).

RGB: (187,174,216) (73%, 68%, 85%)

RGB channels and saturation

R 187 of 255 = 73%
G 174 of 255 = 68%
B 216 of 255 = 85%

187
174
216

R + G + B ~ 75%. #BBAED8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 174 + 216 = 577 (100%)
R 187 of 577 ~ 32.41%
G 174 of 577 ~ 30.16%
B 216 of 577 ~ 37.44'%

%32.41
%30.16
%37.44

CMYK color model

#BBAED8 color CMYK value is (13,19,0,15).

  • cyan value is 13.43%
  • magenta value is 19.44%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (13,19,0,15)
C13M19Y0K15 (13%, 19%, 0%, 15%)
(0.13 / 0.19 / 0.00 / 0.15)

CMYK percentages

%13.43
%19.44
%0
%15.29

Codes

Color #BBAED8 in popluar color models

BB AE D8
RGB 187 174 216
HSL 259° 35.00% 76.47%
HSB/HSV 259° 19.44% 84.71%
CMYK 13.43% 19.44% 0.00%
15.29%

Color #BBAED8 in popluar number systems.

HEX BB AE D8
Decimal 187 174 216
Binary 10111011 10101110 11011000
Octal 273 256 330

Shades and tints

Shades of #BBAED8

#BBAED8
(187,174,216)
#AA9FC5
(170,159,197)
#9990B2
(153,144,178)
#88819F
(136,129,159)
#77728C
(119,114,140)
#666379
(102,99,121)
#555466
(85,84,102)
#444553
(68,69,83)
#333640
(51,54,64)
#22272D
(34,39,45)
#11181A
(17,24,26)
#000000
(0,0,0)

Tints of #BBAED8

#BBAED8
(187,174,216)
#C1B5DB
(193,181,219)
#C7BCDE
(199,188,222)
#CDC3E1
(205,195,225)
#D3CAE4
(211,202,228)
#D9D1E7
(217,209,231)
#DFD8EA
(223,216,234)
#E5DFED
(229,223,237)
#EBE6F0
(235,230,240)
#F1EDF3
(241,237,243)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBAED8 color. Also use rgb(187,174,216) instead hex code.

Text Font Color

.myTextColor { color: #BBAED8; }

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

This text font color is #BBAED8.

Background Color

.myBgColor { background-color: #BBAED8; }

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

This div background color is #BBAED8.

Border color

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

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

This div border color is #BBAED8.

Opacity

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

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

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

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

This text has shadow with #BBAED8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBAED8.

Preview

Color preview on black background

This text has color #BBAED8 on black background.


Color preview on white background

This text has color #BBAED8 on white background.


Black color preview on #BBAED8 background

This text has black color on #BBAED8 background.


White color preview on #BBAED8 background

This text has white color on #BBAED8 background.


Related colors

Complementary color

Complementary color for #hex is #445127.


I love getcolorcode.com

Triadic colors

1 #D8BBAE and #AED8BB with #BBAED8 are triadic colors.

2 #D8AEBB and #AEBBD8 with #BBAED8 are triadic colors.