COLOR #BBC8B0

HEX: #BBC8B0 RGB: (187,200,176)

Color info

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

RGB color model

#BBC8B0 color RGB value is (187,200,176).

RGB: (187,200,176) (73%, 78%, 69%)

RGB channels and saturation

R 187 of 255 = 73%
G 200 of 255 = 78%
B 176 of 255 = 69%

187
200
176

R + G + B ~ 73%. #BBC8B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 200 + 176 = 563 (100%)
R 187 of 563 ~ 33.21%
G 200 of 563 ~ 35.52%
B 176 of 563 ~ 31.26'%

%33.21
%35.52
%31.26

CMYK color model

#BBC8B0 color CMYK value is (7,0,12,22).

  • cyan value is 6.50%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 21.57%

CMYK: (7,0,12,22)
C7M0Y12K22 (7%, 0%, 12%, 22%)
(0.07 / 0.00 / 0.12 / 0.22)

CMYK percentages

%6.5
%0
%12
%21.57

Codes

Color #BBC8B0 in popluar color models

BB C8 B0
RGB 187 200 176
HSL 93° 17.91% 73.73%
HSB/HSV 93° 12.00% 78.43%
CMYK 6.50% 0.00% 12.00%
21.57%

Color #BBC8B0 in popluar number systems.

HEX BB C8 B0
Decimal 187 200 176
Binary 10111011 11001000 10110000
Octal 273 310 260

Shades and tints

Shades of #BBC8B0

#BBC8B0
(187,200,176)
#AAB6A0
(170,182,160)
#99A490
(153,164,144)
#889280
(136,146,128)
#778070
(119,128,112)
#666E60
(102,110,96)
#555C50
(85,92,80)
#444A40
(68,74,64)
#333830
(51,56,48)
#222620
(34,38,32)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #BBC8B0

#BBC8B0
(187,200,176)
#C1CDB7
(193,205,183)
#C7D2BE
(199,210,190)
#CDD7C5
(205,215,197)
#D3DCCC
(211,220,204)
#D9E1D3
(217,225,211)
#DFE6DA
(223,230,218)
#E5EBE1
(229,235,225)
#EBF0E8
(235,240,232)
#F1F5EF
(241,245,239)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC8B0; }

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

This text font color is #BBC8B0.

Background Color

.myBgColor { background-color: #BBC8B0; }

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

This div background color is #BBC8B0.

Border color

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

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

This div border color is #BBC8B0.

Opacity

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

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

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

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

This text has shadow with #BBC8B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC8B0.

Preview

Color preview on black background

This text has color #BBC8B0 on black background.


Color preview on white background

This text has color #BBC8B0 on white background.


Black color preview on #BBC8B0 background

This text has black color on #BBC8B0 background.


White color preview on #BBC8B0 background

This text has white color on #BBC8B0 background.


Related colors

Complementary color

Complementary color for #hex is #44374F.


I love getcolorcode.com

Triadic colors

1 #B0BBC8 and #C8B0BB with #BBC8B0 are triadic colors.

2 #B0C8BB and #C8BBB0 with #BBC8B0 are triadic colors.