COLOR #BBCBBA

HEX: #BBCBBA RGB: (187,203,186)

Color info

#BBCBBA contains red, green and blue colors in about the same proportion. Web safe color of #BBCBBA is #CCCCCC (or #CCC).

RGB color model

#BBCBBA color RGB value is (187,203,186).

RGB: (187,203,186) (73%, 80%, 73%)

RGB channels and saturation

R 187 of 255 = 73%
G 203 of 255 = 80%
B 186 of 255 = 73%

187
203
186

R + G + B ~ 75%. #BBCBBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 203 + 186 = 576 (100%)
R 187 of 576 ~ 32.47%
G 203 of 576 ~ 35.24%
B 186 of 576 ~ 32.29'%

%32.47
%35.24
%32.29

CMYK color model

#BBCBBA color CMYK value is (8,0,8,20).

  • cyan value is 7.88%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 20.39%

CMYK: (8,0,8,20)
C8M0Y8K20 (8%, 0%, 8%, 20%)
(0.08 / 0.00 / 0.08 / 0.20)

CMYK percentages

%7.88
%0
%8.37
%20.39

Codes

Color #BBCBBA in popluar color models

BB CB BA
RGB 187 203 186
HSL 116° 14.05% 76.27%
HSB/HSV 116° 8.37% 79.61%
CMYK 7.88% 0.00% 8.37%
20.39%

Color #BBCBBA in popluar number systems.

HEX BB CB BA
Decimal 187 203 186
Binary 10111011 11001011 10111010
Octal 273 313 272

Shades and tints

Shades of #BBCBBA

#BBCBBA
(187,203,186)
#AAB9AA
(170,185,170)
#99A79A
(153,167,154)
#88958A
(136,149,138)
#77837A
(119,131,122)
#66716A
(102,113,106)
#555F5A
(85,95,90)
#444D4A
(68,77,74)
#333B3A
(51,59,58)
#22292A
(34,41,42)
#11171A
(17,23,26)
#000000
(0,0,0)

Tints of #BBCBBA

#BBCBBA
(187,203,186)
#C1CFC0
(193,207,192)
#C7D3C6
(199,211,198)
#CDD7CC
(205,215,204)
#D3DBD2
(211,219,210)
#D9DFD8
(217,223,216)
#DFE3DE
(223,227,222)
#E5E7E4
(229,231,228)
#EBEBEA
(235,235,234)
#F1EFF0
(241,239,240)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCBBA color. Also use rgb(187,203,186) instead hex code.

Text Font Color

.myTextColor { color: #BBCBBA; }

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

This text font color is #BBCBBA.

Background Color

.myBgColor { background-color: #BBCBBA; }

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

This div background color is #BBCBBA.

Border color

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

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

This div border color is #BBCBBA.

Opacity

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

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

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

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

This text has shadow with #BBCBBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBCBBA.

Preview

Color preview on black background

This text has color #BBCBBA on black background.


Color preview on white background

This text has color #BBCBBA on white background.


Black color preview on #BBCBBA background

This text has black color on #BBCBBA background.


White color preview on #BBCBBA background

This text has white color on #BBCBBA background.


Related colors

Complementary color

Complementary color for #hex is #443445.


I love getcolorcode.com

Triadic colors

1 #BABBCB and #CBBABB with #BBCBBA are triadic colors.

2 #BACBBB and #CBBBBA with #BBCBBA are triadic colors.