COLOR #BBAEA6

HEX: #BBAEA6 RGB: (187,174,166)

Color info

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

RGB color model

#BBAEA6 color RGB value is (187,174,166).

RGB: (187,174,166) (73%, 68%, 65%)

RGB channels and saturation

R 187 of 255 = 73%
G 174 of 255 = 68%
B 166 of 255 = 65%

187
174
166

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

Portions of RGB colors in percentages

R + G + B = 187 + 174 + 166 = 527 (100%)
R 187 of 527 ~ 35.48%
G 174 of 527 ~ 33.02%
B 166 of 527 ~ 31.5'%

%35.48
%33.02
%31.5

CMYK color model

#BBAEA6 color CMYK value is (0,7,11,27).

  • cyan value is 0.00%
  • magenta value is 6.95%
  • yellow value is 11.23%
  • key color value is 26.67%
CMYK: (0,7,11,27) C0M7Y11K27 (0%,7%,11%,27%) (0.00/0.07/0.11/0.27) 

CMYK percentages

%0
%6.95
%11.23
%26.67

Codes

Color #BBAEA6 in popluar color models

BB AE A6
RGB 187 174 166
HSL 23° 13.38% 69.22%
HSB/HSV 23° 11.23% 73.33%
CMYK 0.00% 6.95% 11.23%
26.67%

Color #BBAEA6 in popluar number systems.

HEX BB AE A6
Decimal 187 174 166
Binary 10111011 10101110 10100110
Octal 273 256 246

Shades and tints

Shades of #BBAEA6

#BBAEA6
(187,174,166)
#AA9F97
(170,159,151)
#999088
(153,144,136)
#888179
(136,129,121)
#77726A
(119,114,106)
#66635B
(102,99,91)
#55544C
(85,84,76)
#44453D
(68,69,61)
#33362E
(51,54,46)
#22271F
(34,39,31)
#111810
(17,24,16)
#000000
(0,0,0)

Tints of #BBAEA6

#BBAEA6
(187,174,166)
#C1B5AE
(193,181,174)
#C7BCB6
(199,188,182)
#CDC3BE
(205,195,190)
#D3CAC6
(211,202,198)
#D9D1CE
(217,209,206)
#DFD8D6
(223,216,214)
#E5DFDE
(229,223,222)
#EBE6E6
(235,230,230)
#F1EDEE
(241,237,238)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAEA6; }

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

This text font color is #BBAEA6.

Background Color

.myBgColor { background-color: #BBAEA6; }

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

This div background color is #BBAEA6.

Border color

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

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

This div border color is #BBAEA6.

Opacity

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

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

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

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

This text has shadow with #BBAEA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBAEA6.

Preview

Color preview on black background

This text has color #BBAEA6 on black background.


Color preview on white background

This text has color #BBAEA6 on white background.


Black color preview on #BBAEA6 background

This text has black color on #BBAEA6 background.


White color preview on #BBAEA6 background

This text has white color on #BBAEA6 background.


Related colors

Complementary color

Complementary color for #hex is #445159.


I love getcolorcode.com

Triadic colors

1 #A6BBAE and #AEA6BB with #BBAEA6 are triadic colors.

2 #A6AEBB and #AEBBA6 with #BBAEA6 are triadic colors.