COLOR #BBC891

HEX: #BBC891 RGB: (187,200,145)

Color info

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

RGB color model

#BBC891 color RGB value is (187,200,145).

RGB: (187,200,145) (73%, 78%, 57%)

RGB channels and saturation

R 187 of 255 = 73%
G 200 of 255 = 78%
B 145 of 255 = 57%

187
200
145

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

Portions of RGB colors in percentages

R + G + B = 187 + 200 + 145 = 532 (100%)
R 187 of 532 ~ 35.15%
G 200 of 532 ~ 37.59%
B 145 of 532 ~ 27.26'%

%35.15
%37.59
%27.26

CMYK color model

#BBC891 color CMYK value is (7,0,28,22).

  • cyan value is 6.50%
  • magenta value is 0.00%
  • yellow value is 27.50%
  • key color value is 21.57%
CMYK: (7,0,28,22) C7M0Y28K22 (7%,0%,28%,22%) (0.07/0.00/0.28/0.22) 

CMYK percentages

%6.5
%0
%27.5
%21.57

Codes

Color #BBC891 in popluar color models

BB C8 91
RGB 187 200 145
HSL 74° 33.33% 67.65%
HSB/HSV 74° 27.50% 78.43%
CMYK 6.50% 0.00% 27.50%
21.57%

Color #BBC891 in popluar number systems.

HEX BB C8 91
Decimal 187 200 145
Binary 10111011 11001000 10010001
Octal 273 310 221

Shades and tints

Shades of #BBC891

#BBC891
(187,200,145)
#AAB684
(170,182,132)
#99A477
(153,164,119)
#88926A
(136,146,106)
#77805D
(119,128,93)
#666E50
(102,110,80)
#555C43
(85,92,67)
#444A36
(68,74,54)
#333829
(51,56,41)
#22261C
(34,38,28)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #BBC891

#BBC891
(187,200,145)
#C1CD9B
(193,205,155)
#C7D2A5
(199,210,165)
#CDD7AF
(205,215,175)
#D3DCB9
(211,220,185)
#D9E1C3
(217,225,195)
#DFE6CD
(223,230,205)
#E5EBD7
(229,235,215)
#EBF0E1
(235,240,225)
#F1F5EB
(241,245,235)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC891; }

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

This text font color is #BBC891.

Background Color

.myBgColor { background-color: #BBC891; }

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

This div background color is #BBC891.

Border color

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

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

This div border color is #BBC891.

Opacity

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

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

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

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

This text has shadow with #BBC891 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC891.

Preview

Color preview on black background

This text has color #BBC891 on black background.


Color preview on white background

This text has color #BBC891 on white background.


Black color preview on #BBC891 background

This text has black color on #BBC891 background.


White color preview on #BBC891 background

This text has white color on #BBC891 background.


Related colors

Complementary color

Complementary color for #hex is #44376E.


I love getcolorcode.com

Triadic colors

1 #91BBC8 and #C891BB with #BBC891 are triadic colors.

2 #91C8BB and #C8BB91 with #BBC891 are triadic colors.