COLOR #BBC2AF

HEX: #BBC2AF
RGB: (187,194,175)

Color info

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

RGB color model

#BBC2AF color RGB value is (187,194,175).

  • red value is 187;
  • green value is 194;
  • blue value is 175.
RGB:
(187,194,175)
(73%,76%,69%)

RGB channels and saturation

R 187 of 255 = 73%
G 194 of 255 = 76%
B 175 of 255 = 69%

187
194
175

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

Portions of RGB colors in percentages

R + G + B =
187 + 194 + 175 = 556 (100%)
R 187 of 556 ~ 33.63%
G 194 of 556 ~ 34.89%
B 175 of 556 ~ 31.47%

%33.63
%34.89
%31.47

CMYK color model

#BBC2AF color CMYK value is (4,0,10,24).

  • cyan value is 3.61%
  • magenta value is 0.00%
  • yellow value is 9.79%
  • key color value is 23.92%
CMYK:
(4,0,10,24)
C4M0Y10K24 
(4%,0%,10%,24%)
(0.04/0.00/0.10/0.24)	

CMYK percentages

%3.61
%0
%9.79
%23.92

Codes

Color #BBC2AF in popluar color models

BBC2AF
RGB187194175
HSL82°13.48%72.35%
HSB/HSV82°9.79%76.08%
CMYK3.61%0.00%9.79%
23.92%

Color #BBC2AF in popluar number systems.

HEXBBC2AF
Decimal187194175
Binary101110111100001010101111
Octal273302257

Shades and tints

Shades of #BBC2AF

#BBC2AF
(187,194,175)
#AAB1A0
(170,177,160)
#99A091
(153,160,145)
#888F82
(136,143,130)
#777E73
(119,126,115)
#666D64
(102,109,100)
#555C55
(85,92,85)
#444B46
(68,75,70)
#333A37
(51,58,55)
#222928
(34,41,40)
#111819
(17,24,25)
#000000
(0,0,0)

Tints of #BBC2AF

#BBC2AF
(187,194,175)
#C1C7B6
(193,199,182)
#C7CCBD
(199,204,189)
#CDD1C4
(205,209,196)
#D3D6CB
(211,214,203)
#D9DBD2
(217,219,210)
#DFE0D9
(223,224,217)
#E5E5E0
(229,229,224)
#EBEAE7
(235,234,231)
#F1EFEE
(241,239,238)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC2AF color. Also use rgb(187,194,175) instead hex code.

Text Font Color

.myTextColor { color: #BBC2AF; }

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

This text font color is #BBC2AF.


Background Color

.myBgColor { background-color: #BBC2AF; }

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

This div background color is #BBC2AF.


Border color

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

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

This div border color is #BBC2AF.


Opacity

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

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

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

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

This text has shadow with #BBC2AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC2AF on black background.


Color preview on white background

This text has color #BBC2AF on white background.



Black color preview on #BBC2AF background

This text has black color on #BBC2AF background.


White color preview on #BBC2AF background

This text has white color on #BBC2AF background.