COLOR #BBBCAD

HEX: #BBBCAD RGB: (187,188,173)

Color info

#BBBCAD contains red, green and blue colors in about the same proportion. Web safe color of #BBBCAD is #CCCC99 (or #CC9).

RGB color model

#BBBCAD color RGB value is (187,188,173).

RGB: (187,188,173) (73%, 74%, 68%)

RGB channels and saturation

R 187 of 255 = 73%
G 188 of 255 = 74%
B 173 of 255 = 68%

187
188
173

R + G + B ~ 72%. #BBBCAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 188 + 173 = 548 (100%)
R 187 of 548 ~ 34.12%
G 188 of 548 ~ 34.31%
B 173 of 548 ~ 31.57'%

%34.12
%34.31
%31.57

CMYK color model

#BBBCAD color CMYK value is (1,0,8,26).

  • cyan value is 0.53%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 26.27%

CMYK: (1,0,8,26)
C1M0Y8K26 (1%, 0%, 8%, 26%)
(0.01 / 0.00 / 0.08 / 0.26)

CMYK percentages

%0.53
%0
%7.98
%26.27

Codes

Color #BBBCAD in popluar color models

BB BC AD
RGB 187 188 173
HSL 64° 10.07% 70.78%
HSB/HSV 64° 7.98% 73.73%
CMYK 0.53% 0.00% 7.98%
26.27%

Color #BBBCAD in popluar number systems.

HEX BB BC AD
Decimal 187 188 173
Binary 10111011 10111100 10101101
Octal 273 274 255

Shades and tints

Shades of #BBBCAD

#BBBCAD
(187,188,173)
#AAAB9E
(170,171,158)
#999A8F
(153,154,143)
#888980
(136,137,128)
#777871
(119,120,113)
#666762
(102,103,98)
#555653
(85,86,83)
#444544
(68,69,68)
#333435
(51,52,53)
#222326
(34,35,38)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #BBBCAD

#BBBCAD
(187,188,173)
#C1C2B4
(193,194,180)
#C7C8BB
(199,200,187)
#CDCEC2
(205,206,194)
#D3D4C9
(211,212,201)
#D9DAD0
(217,218,208)
#DFE0D7
(223,224,215)
#E5E6DE
(229,230,222)
#EBECE5
(235,236,229)
#F1F2EC
(241,242,236)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBCAD; }

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

This text font color is #BBBCAD.

Background Color

.myBgColor { background-color: #BBBCAD; }

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

This div background color is #BBBCAD.

Border color

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

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

This div border color is #BBBCAD.

Opacity

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

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

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

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

This text has shadow with #BBBCAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBCAD.

Preview

Color preview on black background

This text has color #BBBCAD on black background.


Color preview on white background

This text has color #BBBCAD on white background.


Black color preview on #BBBCAD background

This text has black color on #BBBCAD background.


White color preview on #BBBCAD background

This text has white color on #BBBCAD background.


Related colors

Complementary color

Complementary color for #hex is #444352.


I love getcolorcode.com

Triadic colors

1 #ADBBBC and #BCADBB with #BBBCAD are triadic colors.

2 #ADBCBB and #BCBBAD with #BBBCAD are triadic colors.