COLOR #BBC192

HEX: #BBC192 RGB: (187,193,146)

Color info

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

RGB color model

#BBC192 color RGB value is (187,193,146).

RGB: (187,193,146) (73%, 76%, 57%)

RGB channels and saturation

R 187 of 255 = 73%
G 193 of 255 = 76%
B 146 of 255 = 57%

187
193
146

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

Portions of RGB colors in percentages

R + G + B = 187 + 193 + 146 = 526 (100%)
R 187 of 526 ~ 35.55%
G 193 of 526 ~ 36.69%
B 146 of 526 ~ 27.76'%

%35.55
%36.69
%27.76

CMYK color model

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

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

CMYK: (3,0,24,24)
C3M0Y24K24 (3%, 0%, 24%, 24%)
(0.03 / 0.00 / 0.24 / 0.24)

CMYK percentages

%3.11
%0
%24.35
%24.31

Codes

Color #BBC192 in popluar color models

BB C1 92
RGB 187 193 146
HSL 68° 27.49% 66.47%
HSB/HSV 68° 24.35% 75.69%
CMYK 3.11% 0.00% 24.35%
24.31%

Color #BBC192 in popluar number systems.

HEX BB C1 92
Decimal 187 193 146
Binary 10111011 11000001 10010010
Octal 273 301 222

Shades and tints

Shades of #BBC192

#BBC192
(187,193,146)
#AAB085
(170,176,133)
#999F78
(153,159,120)
#888E6B
(136,142,107)
#777D5E
(119,125,94)
#666C51
(102,108,81)
#555B44
(85,91,68)
#444A37
(68,74,55)
#33392A
(51,57,42)
#22281D
(34,40,29)
#111710
(17,23,16)
#000000
(0,0,0)

Tints of #BBC192

#BBC192
(187,193,146)
#C1C69B
(193,198,155)
#C7CBA4
(199,203,164)
#CDD0AD
(205,208,173)
#D3D5B6
(211,213,182)
#D9DABF
(217,218,191)
#DFDFC8
(223,223,200)
#E5E4D1
(229,228,209)
#EBE9DA
(235,233,218)
#F1EEE3
(241,238,227)
#F7F3EC
(247,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC192; }

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

This text font color is #BBC192.

Background Color

.myBgColor { background-color: #BBC192; }

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

This div background color is #BBC192.

Border color

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

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

This div border color is #BBC192.

Opacity

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

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

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

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

This text has shadow with #BBC192 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC192.

Preview

Color preview on black background

This text has color #BBC192 on black background.


Color preview on white background

This text has color #BBC192 on white background.


Black color preview on #BBC192 background

This text has black color on #BBC192 background.


White color preview on #BBC192 background

This text has white color on #BBC192 background.


Related colors

Complementary color

Complementary color for #hex is #443E6D.


I love getcolorcode.com

Triadic colors

1 #92BBC1 and #C192BB with #BBC192 are triadic colors.

2 #92C1BB and #C1BB92 with #BBC192 are triadic colors.