COLOR #BBCCB5

HEX: #BBCCB5
RGB: (187,204,181)

Color info

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

RGB color model

#BBCCB5 color RGB value is (187,204,181).

  • red value is 187;
  • green value is 204;
  • blue value is 181.
RGB:
(187,204,181)
(73%,80%,71%)

RGB channels and saturation

R 187 of 255 = 73%
G 204 of 255 = 80%
B 181 of 255 = 71%

187
204
181

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

Portions of RGB colors in percentages

R + G + B =
187 + 204 + 181 = 572 (100%)
R 187 of 572 ~ 32.69%
G 204 of 572 ~ 35.66%
B 181 of 572 ~ 31.64%

%32.69
%35.66
%31.64

CMYK color model

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

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 11.27%
  • key color value is 20.00%
CMYK:
(8,0,11,20)
C8M0Y11K20 
(8%,0%,11%,20%)
(0.08/0.00/0.11/0.20)	

CMYK percentages

%8.33
%0
%11.27
%20

Codes

Color #BBCCB5 in popluar color models

BBCCB5
RGB187204181
HSL104°18.40%75.49%
HSB/HSV104°11.27%80.00%
CMYK8.33%0.00%11.27%
20.00%

Color #BBCCB5 in popluar number systems.

HEXBBCCB5
Decimal187204181
Binary101110111100110010110101
Octal273314265

Shades and tints

Shades of #BBCCB5

#BBCCB5
(187,204,181)
#AABAA5
(170,186,165)
#99A895
(153,168,149)
#889685
(136,150,133)
#778475
(119,132,117)
#667265
(102,114,101)
#556055
(85,96,85)
#444E45
(68,78,69)
#333C35
(51,60,53)
#222A25
(34,42,37)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #BBCCB5

#BBCCB5
(187,204,181)
#C1D0BB
(193,208,187)
#C7D4C1
(199,212,193)
#CDD8C7
(205,216,199)
#D3DCCD
(211,220,205)
#D9E0D3
(217,224,211)
#DFE4D9
(223,228,217)
#E5E8DF
(229,232,223)
#EBECE5
(235,236,229)
#F1F0EB
(241,240,235)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCCB5 color. Also use rgb(187,204,181) instead hex code.

Text Font Color

.myTextColor { color: #BBCCB5; }

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

This text font color is #BBCCB5.


Background Color

.myBgColor { background-color: #BBCCB5; }

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

This div background color is #BBCCB5.


Border color

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

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

This div border color is #BBCCB5.


Opacity

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

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

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

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

This text has shadow with #BBCCB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCCB5 on black background.


Color preview on white background

This text has color #BBCCB5 on white background.



Black color preview on #BBCCB5 background

This text has black color on #BBCCB5 background.


White color preview on #BBCCB5 background

This text has white color on #BBCCB5 background.