COLOR #BBC6AF

HEX: #BBC6AF RGB: (187,198,175)

Color info

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

RGB color model

#BBC6AF color RGB value is (187,198,175).

RGB: (187,198,175) (73%, 78%, 69%)

RGB channels and saturation

R 187 of 255 = 73%
G 198 of 255 = 78%
B 175 of 255 = 69%

187
198
175

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

Portions of RGB colors in percentages

R + G + B = 187 + 198 + 175 = 560 (100%)
R 187 of 560 ~ 33.39%
G 198 of 560 ~ 35.36%
B 175 of 560 ~ 31.25'%

%33.39
%35.36
%31.25

CMYK color model

#BBC6AF color CMYK value is (6,0,12,22).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 11.62%
  • key color value is 22.35%

CMYK: (6,0,12,22)
C6M0Y12K22 (6%, 0%, 12%, 22%)
(0.06 / 0.00 / 0.12 / 0.22)

CMYK percentages

%5.56
%0
%11.62
%22.35

Codes

Color #BBC6AF in popluar color models

BB C6 AF
RGB 187 198 175
HSL 89° 16.79% 73.14%
HSB/HSV 89° 11.62% 77.65%
CMYK 5.56% 0.00% 11.62%
22.35%

Color #BBC6AF in popluar number systems.

HEX BB C6 AF
Decimal 187 198 175
Binary 10111011 11000110 10101111
Octal 273 306 257

Shades and tints

Shades of #BBC6AF

#BBC6AF
(187,198,175)
#AAB4A0
(170,180,160)
#99A291
(153,162,145)
#889082
(136,144,130)
#777E73
(119,126,115)
#666C64
(102,108,100)
#555A55
(85,90,85)
#444846
(68,72,70)
#333637
(51,54,55)
#222428
(34,36,40)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #BBC6AF

#BBC6AF
(187,198,175)
#C1CBB6
(193,203,182)
#C7D0BD
(199,208,189)
#CDD5C4
(205,213,196)
#D3DACB
(211,218,203)
#D9DFD2
(217,223,210)
#DFE4D9
(223,228,217)
#E5E9E0
(229,233,224)
#EBEEE7
(235,238,231)
#F1F3EE
(241,243,238)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC6AF; }

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

This text font color is #BBC6AF.

Background Color

.myBgColor { background-color: #BBC6AF; }

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

This div background color is #BBC6AF.

Border color

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

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

This div border color is #BBC6AF.

Opacity

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

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

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

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

This text has shadow with #BBC6AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC6AF.

Preview

Color preview on black background

This text has color #BBC6AF on black background.


Color preview on white background

This text has color #BBC6AF on white background.


Black color preview on #BBC6AF background

This text has black color on #BBC6AF background.


White color preview on #BBC6AF background

This text has white color on #BBC6AF background.


Related colors

Complementary color

Complementary color for #hex is #443950.


I love getcolorcode.com

Triadic colors

1 #AFBBC6 and #C6AFBB with #BBC6AF are triadic colors.

2 #AFC6BB and #C6BBAF with #BBC6AF are triadic colors.