COLOR #BBC495

HEX: #BBC495 RGB: (187,196,149)

Color info

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

RGB color model

#BBC495 color RGB value is (187,196,149).

RGB: (187,196,149) (73%, 77%, 58%)

RGB channels and saturation

R 187 of 255 = 73%
G 196 of 255 = 77%
B 149 of 255 = 58%

187
196
149

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

Portions of RGB colors in percentages

R + G + B = 187 + 196 + 149 = 532 (100%)
R 187 of 532 ~ 35.15%
G 196 of 532 ~ 36.84%
B 149 of 532 ~ 28.01'%

%35.15
%36.84
%28.01

CMYK color model

#BBC495 color CMYK value is (5,0,24,23).

  • cyan value is 4.59%
  • magenta value is 0.00%
  • yellow value is 23.98%
  • key color value is 23.14%

CMYK: (5,0,24,23)
C5M0Y24K23 (5%, 0%, 24%, 23%)
(0.05 / 0.00 / 0.24 / 0.23)

CMYK percentages

%4.59
%0
%23.98
%23.14

Codes

Color #BBC495 in popluar color models

BB C4 95
RGB 187 196 149
HSL 71° 28.48% 67.65%
HSB/HSV 71° 23.98% 76.86%
CMYK 4.59% 0.00% 23.98%
23.14%

Color #BBC495 in popluar number systems.

HEX BB C4 95
Decimal 187 196 149
Binary 10111011 11000100 10010101
Octal 273 304 225

Shades and tints

Shades of #BBC495

#BBC495
(187,196,149)
#AAB388
(170,179,136)
#99A27B
(153,162,123)
#88916E
(136,145,110)
#778061
(119,128,97)
#666F54
(102,111,84)
#555E47
(85,94,71)
#444D3A
(68,77,58)
#333C2D
(51,60,45)
#222B20
(34,43,32)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #BBC495

#BBC495
(187,196,149)
#C1C99E
(193,201,158)
#C7CEA7
(199,206,167)
#CDD3B0
(205,211,176)
#D3D8B9
(211,216,185)
#D9DDC2
(217,221,194)
#DFE2CB
(223,226,203)
#E5E7D4
(229,231,212)
#EBECDD
(235,236,221)
#F1F1E6
(241,241,230)
#F7F6EF
(247,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC495 color. Also use rgb(187,196,149) instead hex code.

Text Font Color

.myTextColor { color: #BBC495; }

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

This text font color is #BBC495.

Background Color

.myBgColor { background-color: #BBC495; }

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

This div background color is #BBC495.

Border color

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

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

This div border color is #BBC495.

Opacity

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

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

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

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

This text has shadow with #BBC495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC495.

Preview

Color preview on black background

This text has color #BBC495 on black background.


Color preview on white background

This text has color #BBC495 on white background.


Black color preview on #BBC495 background

This text has black color on #BBC495 background.


White color preview on #BBC495 background

This text has white color on #BBC495 background.


Related colors

Complementary color

Complementary color for #hex is #443B6A.


I love getcolorcode.com

Triadic colors

1 #95BBC4 and #C495BB with #BBC495 are triadic colors.

2 #95C4BB and #C4BB95 with #BBC495 are triadic colors.