COLOR #BBC19D

HEX: #BBC19D RGB: (187,193,157)

Color info

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

RGB color model

#BBC19D color RGB value is (187,193,157).

RGB: (187,193,157) (73%, 76%, 62%)

RGB channels and saturation

R 187 of 255 = 73%
G 193 of 255 = 76%
B 157 of 255 = 62%

187
193
157

R + G + B ~ 70%. #BBC19D is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 193 + 157 = 537 (100%)
R 187 of 537 ~ 34.82%
G 193 of 537 ~ 35.94%
B 157 of 537 ~ 29.24'%

%34.82
%35.94
%29.24

CMYK color model

#BBC19D color CMYK value is (3,0,19,24).

  • cyan value is 3.11%
  • magenta value is 0.00%
  • yellow value is 18.65%
  • key color value is 24.31%

CMYK: (3,0,19,24)
C3M0Y19K24 (3%, 0%, 19%, 24%)
(0.03 / 0.00 / 0.19 / 0.24)

CMYK percentages

%3.11
%0
%18.65
%24.31

Codes

Color #BBC19D in popluar color models

BB C1 9D
RGB 187 193 157
HSL 70° 22.50% 68.63%
HSB/HSV 70° 18.65% 75.69%
CMYK 3.11% 0.00% 18.65%
24.31%

Color #BBC19D in popluar number systems.

HEX BB C1 9D
Decimal 187 193 157
Binary 10111011 11000001 10011101
Octal 273 301 235

Shades and tints

Shades of #BBC19D

#BBC19D
(187,193,157)
#AAB08F
(170,176,143)
#999F81
(153,159,129)
#888E73
(136,142,115)
#777D65
(119,125,101)
#666C57
(102,108,87)
#555B49
(85,91,73)
#444A3B
(68,74,59)
#33392D
(51,57,45)
#22281F
(34,40,31)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #BBC19D

#BBC19D
(187,193,157)
#C1C6A5
(193,198,165)
#C7CBAD
(199,203,173)
#CDD0B5
(205,208,181)
#D3D5BD
(211,213,189)
#D9DAC5
(217,218,197)
#DFDFCD
(223,223,205)
#E5E4D5
(229,228,213)
#EBE9DD
(235,233,221)
#F1EEE5
(241,238,229)
#F7F3ED
(247,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC19D color. Also use rgb(187,193,157) instead hex code.

Text Font Color

.myTextColor { color: #BBC19D; }

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

This text font color is #BBC19D.

Background Color

.myBgColor { background-color: #BBC19D; }

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

This div background color is #BBC19D.

Border color

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

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

This div border color is #BBC19D.

Opacity

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

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

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

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

This text has shadow with #BBC19D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC19D.

Preview

Color preview on black background

This text has color #BBC19D on black background.


Color preview on white background

This text has color #BBC19D on white background.


Black color preview on #BBC19D background

This text has black color on #BBC19D background.


White color preview on #BBC19D background

This text has white color on #BBC19D background.


Related colors

Complementary color

Complementary color for #hex is #443E62.


I love getcolorcode.com

Triadic colors

1 #9DBBC1 and #C19DBB with #BBC19D are triadic colors.

2 #9DC1BB and #C1BB9D with #BBC19D are triadic colors.