COLOR #BBADA6

HEX: #BBADA6 RGB: (187,173,166)

Color info

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

RGB color model

#BBADA6 color RGB value is (187,173,166).

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

RGB channels and saturation

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

187
173
166

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

Portions of RGB colors in percentages

R + G + B = 187 + 173 + 166 = 526 (100%)
R 187 of 526 ~ 35.55%
G 173 of 526 ~ 32.89%
B 166 of 526 ~ 31.56'%

%35.55
%32.89
%31.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.49%
  • 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
%7.49
%11.23
%26.67

Codes

Color #BBADA6 in popluar color models

BB AD A6
RGB 187 173 166
HSL 20° 13.38% 69.22%
HSB/HSV 20° 11.23% 73.33%
CMYK 0.00% 7.49% 11.23%
26.67%

Color #BBADA6 in popluar number systems.

HEX BB AD A6
Decimal 187 173 166
Binary 10111011 10101101 10100110
Octal 273 255 246

Shades and tints

Shades of #BBADA6

#BBADA6
(187,173,166)
#AA9E97
(170,158,151)
#998F88
(153,143,136)
#888079
(136,128,121)
#77716A
(119,113,106)
#66625B
(102,98,91)
#55534C
(85,83,76)
#44443D
(68,68,61)
#33352E
(51,53,46)
#22261F
(34,38,31)
#111710
(17,23,16)
#000000
(0,0,0)

Tints of #BBADA6

#BBADA6
(187,173,166)
#C1B4AE
(193,180,174)
#C7BBB6
(199,187,182)
#CDC2BE
(205,194,190)
#D3C9C6
(211,201,198)
#D9D0CE
(217,208,206)
#DFD7D6
(223,215,214)
#E5DEDE
(229,222,222)
#EBE5E6
(235,229,230)
#F1ECEE
(241,236,238)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBADA6; }

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

This text font color is #BBADA6.

Background Color

.myBgColor { background-color: #BBADA6; }

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

This div background color is #BBADA6.

Border color

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

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

This div border color is #BBADA6.

Opacity

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

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

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

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

This text has shadow with #BBADA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBADA6.

Preview

Color preview on black background

This text has color #BBADA6 on black background.


Color preview on white background

This text has color #BBADA6 on white background.


Black color preview on #BBADA6 background

This text has black color on #BBADA6 background.


White color preview on #BBADA6 background

This text has white color on #BBADA6 background.


Related colors

Complementary color

Complementary color for #hex is #445259.


I love getcolorcode.com

Triadic colors

1 #A6BBAD and #ADA6BB with #BBADA6 are triadic colors.

2 #A6ADBB and #ADBBA6 with #BBADA6 are triadic colors.