COLOR #BBAEA9

HEX: #BBAEA9 RGB: (187,174,169)

Color info

#BBAEA9 contains red, green and blue colors in about the same proportion. Web safe color of #BBAEA9 is #CC9999 (or #C99).

RGB color model

#BBAEA9 color RGB value is (187,174,169).

RGB: (187,174,169) (73%, 68%, 66%)

RGB channels and saturation

R 187 of 255 = 73%
G 174 of 255 = 68%
B 169 of 255 = 66%

187
174
169

R + G + B ~ 69%. #BBAEA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 174 + 169 = 530 (100%)
R 187 of 530 ~ 35.28%
G 174 of 530 ~ 32.83%
B 169 of 530 ~ 31.89'%

%35.28
%32.83
%31.89

CMYK color model

#BBAEA9 color CMYK value is (0,7,10,27).

  • cyan value is 0.00%
  • magenta value is 6.95%
  • yellow value is 9.63%
  • key color value is 26.67%

CMYK: (0,7,10,27)
C0M7Y10K27 (0%, 7%, 10%, 27%)
(0.00 / 0.07 / 0.10 / 0.27)

CMYK percentages

%0
%6.95
%9.63
%26.67

Codes

Color #BBAEA9 in popluar color models

BB AE A9
RGB 187 174 169
HSL 17° 11.69% 69.80%
HSB/HSV 17° 9.63% 73.33%
CMYK 0.00% 6.95% 9.63%
26.67%

Color #BBAEA9 in popluar number systems.

HEX BB AE A9
Decimal 187 174 169
Binary 10111011 10101110 10101001
Octal 273 256 251

Shades and tints

Shades of #BBAEA9

#BBAEA9
(187,174,169)
#AA9F9A
(170,159,154)
#99908B
(153,144,139)
#88817C
(136,129,124)
#77726D
(119,114,109)
#66635E
(102,99,94)
#55544F
(85,84,79)
#444540
(68,69,64)
#333631
(51,54,49)
#222722
(34,39,34)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #BBAEA9

#BBAEA9
(187,174,169)
#C1B5B0
(193,181,176)
#C7BCB7
(199,188,183)
#CDC3BE
(205,195,190)
#D3CAC5
(211,202,197)
#D9D1CC
(217,209,204)
#DFD8D3
(223,216,211)
#E5DFDA
(229,223,218)
#EBE6E1
(235,230,225)
#F1EDE8
(241,237,232)
#F7F4EF
(247,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAEA9; }

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

This text font color is #BBAEA9.

Background Color

.myBgColor { background-color: #BBAEA9; }

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

This div background color is #BBAEA9.

Border color

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

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

This div border color is #BBAEA9.

Opacity

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

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

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

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

This text has shadow with #BBAEA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBAEA9.

Preview

Color preview on black background

This text has color #BBAEA9 on black background.


Color preview on white background

This text has color #BBAEA9 on white background.


Black color preview on #BBAEA9 background

This text has black color on #BBAEA9 background.


White color preview on #BBAEA9 background

This text has white color on #BBAEA9 background.


Related colors

Complementary color

Complementary color for #hex is #445156.


I love getcolorcode.com

Triadic colors

1 #A9BBAE and #AEA9BB with #BBAEA9 are triadic colors.

2 #A9AEBB and #AEBBA9 with #BBAEA9 are triadic colors.