COLOR #BBC199

HEX: #BBC199 RGB: (187,193,153)

Color info

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

RGB color model

#BBC199 color RGB value is (187,193,153).

RGB: (187,193,153) (73%, 76%, 60%)

RGB channels and saturation

R 187 of 255 = 73%
G 193 of 255 = 76%
B 153 of 255 = 60%

187
193
153

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

Portions of RGB colors in percentages

R + G + B = 187 + 193 + 153 = 533 (100%)
R 187 of 533 ~ 35.08%
G 193 of 533 ~ 36.21%
B 153 of 533 ~ 28.71'%

%35.08
%36.21
%28.71

CMYK color model

#BBC199 color CMYK value is (3,0,21,24).

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

CMYK: (3,0,21,24)
C3M0Y21K24 (3%, 0%, 21%, 24%)
(0.03 / 0.00 / 0.21 / 0.24)

CMYK percentages

%3.11
%0
%20.73
%24.31

Codes

Color #BBC199 in popluar color models

BB C1 99
RGB 187 193 153
HSL 69° 24.39% 67.84%
HSB/HSV 69° 20.73% 75.69%
CMYK 3.11% 0.00% 20.73%
24.31%

Color #BBC199 in popluar number systems.

HEX BB C1 99
Decimal 187 193 153
Binary 10111011 11000001 10011001
Octal 273 301 231

Shades and tints

Shades of #BBC199

#BBC199
(187,193,153)
#AAB08C
(170,176,140)
#999F7F
(153,159,127)
#888E72
(136,142,114)
#777D65
(119,125,101)
#666C58
(102,108,88)
#555B4B
(85,91,75)
#444A3E
(68,74,62)
#333931
(51,57,49)
#222824
(34,40,36)
#111717
(17,23,23)
#000000
(0,0,0)

Tints of #BBC199

#BBC199
(187,193,153)
#C1C6A2
(193,198,162)
#C7CBAB
(199,203,171)
#CDD0B4
(205,208,180)
#D3D5BD
(211,213,189)
#D9DAC6
(217,218,198)
#DFDFCF
(223,223,207)
#E5E4D8
(229,228,216)
#EBE9E1
(235,233,225)
#F1EEEA
(241,238,234)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC199; }

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

This text font color is #BBC199.

Background Color

.myBgColor { background-color: #BBC199; }

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

This div background color is #BBC199.

Border color

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

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

This div border color is #BBC199.

Opacity

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

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

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

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

This text has shadow with #BBC199 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC199.

Preview

Color preview on black background

This text has color #BBC199 on black background.


Color preview on white background

This text has color #BBC199 on white background.


Black color preview on #BBC199 background

This text has black color on #BBC199 background.


White color preview on #BBC199 background

This text has white color on #BBC199 background.


Related colors

Complementary color

Complementary color for #hex is #443E66.


I love getcolorcode.com

Triadic colors

1 #99BBC1 and #C199BB with #BBC199 are triadic colors.

2 #99C1BB and #C1BB99 with #BBC199 are triadic colors.