COLOR #BBC8AA

HEX: #BBC8AA RGB: (187,200,170)

Color info

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

RGB color model

#BBC8AA color RGB value is (187,200,170).

RGB: (187,200,170) (73%, 78%, 67%)

RGB channels and saturation

R 187 of 255 = 73%
G 200 of 255 = 78%
B 170 of 255 = 67%

187
200
170

R + G + B ~ 73%. #BBC8AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 200 + 170 = 557 (100%)
R 187 of 557 ~ 33.57%
G 200 of 557 ~ 35.91%
B 170 of 557 ~ 30.52'%

%33.57
%35.91
%30.52

CMYK color model

#BBC8AA color CMYK value is (7,0,15,22).

  • cyan value is 6.50%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 21.57%

CMYK: (7,0,15,22)
C7M0Y15K22 (7%, 0%, 15%, 22%)
(0.07 / 0.00 / 0.15 / 0.22)

CMYK percentages

%6.5
%0
%15
%21.57

Codes

Color #BBC8AA in popluar color models

BB C8 AA
RGB 187 200 170
HSL 86° 21.43% 72.55%
HSB/HSV 86° 15.00% 78.43%
CMYK 6.50% 0.00% 15.00%
21.57%

Color #BBC8AA in popluar number systems.

HEX BB C8 AA
Decimal 187 200 170
Binary 10111011 11001000 10101010
Octal 273 310 252

Shades and tints

Shades of #BBC8AA

#BBC8AA
(187,200,170)
#AAB69B
(170,182,155)
#99A48C
(153,164,140)
#88927D
(136,146,125)
#77806E
(119,128,110)
#666E5F
(102,110,95)
#555C50
(85,92,80)
#444A41
(68,74,65)
#333832
(51,56,50)
#222623
(34,38,35)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #BBC8AA

#BBC8AA
(187,200,170)
#C1CDB1
(193,205,177)
#C7D2B8
(199,210,184)
#CDD7BF
(205,215,191)
#D3DCC6
(211,220,198)
#D9E1CD
(217,225,205)
#DFE6D4
(223,230,212)
#E5EBDB
(229,235,219)
#EBF0E2
(235,240,226)
#F1F5E9
(241,245,233)
#F7FAF0
(247,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC8AA color. Also use rgb(187,200,170) instead hex code.

Text Font Color

.myTextColor { color: #BBC8AA; }

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

This text font color is #BBC8AA.

Background Color

.myBgColor { background-color: #BBC8AA; }

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

This div background color is #BBC8AA.

Border color

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

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

This div border color is #BBC8AA.

Opacity

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

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

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

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

This text has shadow with #BBC8AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC8AA.

Preview

Color preview on black background

This text has color #BBC8AA on black background.


Color preview on white background

This text has color #BBC8AA on white background.


Black color preview on #BBC8AA background

This text has black color on #BBC8AA background.


White color preview on #BBC8AA background

This text has white color on #BBC8AA background.


Related colors

Complementary color

Complementary color for #hex is #443755.


I love getcolorcode.com

Triadic colors

1 #AABBC8 and #C8AABB with #BBC8AA are triadic colors.

2 #AAC8BB and #C8BBAA with #BBC8AA are triadic colors.