COLOR #BBAED1

HEX: #BBAED1 RGB: (187,174,209)

Color info

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

RGB color model

#BBAED1 color RGB value is (187,174,209).

RGB: (187,174,209) (73%, 68%, 82%)

RGB channels and saturation

R 187 of 255 = 73%
G 174 of 255 = 68%
B 209 of 255 = 82%

187
174
209

R + G + B ~ 74%. #BBAED1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 174 + 209 = 570 (100%)
R 187 of 570 ~ 32.81%
G 174 of 570 ~ 30.53%
B 209 of 570 ~ 36.67'%

%32.81
%30.53
%36.67

CMYK color model

#BBAED1 color CMYK value is (11,17,0,18).

  • cyan value is 10.53%
  • magenta value is 16.75%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (11,17,0,18)
C11M17Y0K18 (11%, 17%, 0%, 18%)
(0.11 / 0.17 / 0.00 / 0.18)

CMYK percentages

%10.53
%16.75
%0
%18.04

Codes

Color #BBAED1 in popluar color models

BB AE D1
RGB 187 174 209
HSL 262° 27.56% 75.10%
HSB/HSV 262° 16.75% 81.96%
CMYK 10.53% 16.75% 0.00%
18.04%

Color #BBAED1 in popluar number systems.

HEX BB AE D1
Decimal 187 174 209
Binary 10111011 10101110 11010001
Octal 273 256 321

Shades and tints

Shades of #BBAED1

#BBAED1
(187,174,209)
#AA9FBE
(170,159,190)
#9990AB
(153,144,171)
#888198
(136,129,152)
#777285
(119,114,133)
#666372
(102,99,114)
#55545F
(85,84,95)
#44454C
(68,69,76)
#333639
(51,54,57)
#222726
(34,39,38)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #BBAED1

#BBAED1
(187,174,209)
#C1B5D5
(193,181,213)
#C7BCD9
(199,188,217)
#CDC3DD
(205,195,221)
#D3CAE1
(211,202,225)
#D9D1E5
(217,209,229)
#DFD8E9
(223,216,233)
#E5DFED
(229,223,237)
#EBE6F1
(235,230,241)
#F1EDF5
(241,237,245)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAED1; }

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

This text font color is #BBAED1.

Background Color

.myBgColor { background-color: #BBAED1; }

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

This div background color is #BBAED1.

Border color

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

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

This div border color is #BBAED1.

Opacity

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

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

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

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

This text has shadow with #BBAED1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBAED1.

Preview

Color preview on black background

This text has color #BBAED1 on black background.


Color preview on white background

This text has color #BBAED1 on white background.


Black color preview on #BBAED1 background

This text has black color on #BBAED1 background.


White color preview on #BBAED1 background

This text has white color on #BBAED1 background.


Related colors

Complementary color

Complementary color for #hex is #44512E.


I love getcolorcode.com

Triadic colors

1 #D1BBAE and #AED1BB with #BBAED1 are triadic colors.

2 #D1AEBB and #AEBBD1 with #BBAED1 are triadic colors.