COLOR #B9AEE6

HEX: #B9AEE6 RGB: (185,174,230)

Color info

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

RGB color model

#B9AEE6 color RGB value is (185,174,230).

RGB: (185,174,230) (73%, 68%, 90%)

RGB channels and saturation

R 185 of 255 = 73%
G 174 of 255 = 68%
B 230 of 255 = 90%

185
174
230

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

Portions of RGB colors in percentages

R + G + B = 185 + 174 + 230 = 589 (100%)
R 185 of 589 ~ 31.41%
G 174 of 589 ~ 29.54%
B 230 of 589 ~ 39.05'%

%31.41
%29.54
%39.05

CMYK color model

#B9AEE6 color CMYK value is (20,24,0,10).

  • cyan value is 19.57%
  • magenta value is 24.35%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (20,24,0,10)
C20M24Y0K10 (20%, 24%, 0%, 10%)
(0.20 / 0.24 / 0.00 / 0.10)

CMYK percentages

%19.57
%24.35
%0
%9.8

Codes

Color #B9AEE6 in popluar color models

B9 AE E6
RGB 185 174 230
HSL 252° 52.83% 79.22%
HSB/HSV 252° 24.35% 90.20%
CMYK 19.57% 24.35% 0.00%
9.80%

Color #B9AEE6 in popluar number systems.

HEX B9 AE E6
Decimal 185 174 230
Binary 10111001 10101110 11100110
Octal 271 256 346

Shades and tints

Shades of #B9AEE6

#B9AEE6
(185,174,230)
#A99FD2
(169,159,210)
#9990BE
(153,144,190)
#8981AA
(137,129,170)
#797296
(121,114,150)
#696382
(105,99,130)
#59546E
(89,84,110)
#49455A
(73,69,90)
#393646
(57,54,70)
#292732
(41,39,50)
#19181E
(25,24,30)
#000000
(0,0,0)

Tints of #B9AEE6

#B9AEE6
(185,174,230)
#BFB5E8
(191,181,232)
#C5BCEA
(197,188,234)
#CBC3EC
(203,195,236)
#D1CAEE
(209,202,238)
#D7D1F0
(215,209,240)
#DDD8F2
(221,216,242)
#E3DFF4
(227,223,244)
#E9E6F6
(233,230,246)
#EFEDF8
(239,237,248)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9AEE6 color. Also use rgb(185,174,230) instead hex code.

Text Font Color

.myTextColor { color: #B9AEE6; }

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

This text font color is #B9AEE6.

Background Color

.myBgColor { background-color: #B9AEE6; }

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

This div background color is #B9AEE6.

Border color

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

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

This div border color is #B9AEE6.

Opacity

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

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

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

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

This text has shadow with #B9AEE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9AEE6.

Preview

Color preview on black background

This text has color #B9AEE6 on black background.


Color preview on white background

This text has color #B9AEE6 on white background.


Black color preview on #B9AEE6 background

This text has black color on #B9AEE6 background.


White color preview on #B9AEE6 background

This text has white color on #B9AEE6 background.


Related colors

Complementary color

Complementary color for #hex is #465119.


I love getcolorcode.com

Triadic colors

1 #E6B9AE and #AEE6B9 with #B9AEE6 are triadic colors.

2 #E6AEB9 and #AEB9E6 with #B9AEE6 are triadic colors.