COLOR #BBCAB4

HEX: #BBCAB4
RGB: (187,202,180)

Color info

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

RGB color model

#BBCAB4 color RGB value is (187,202,180).

  • red value is 187;
  • green value is 202;
  • blue value is 180.
RGB:
(187,202,180)
(73%,79%,71%)

RGB channels and saturation

R 187 of 255 = 73%
G 202 of 255 = 79%
B 180 of 255 = 71%

187
202
180

R + G + B ~ 74%. #BBCAB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 202 + 180 = 569 (100%)
R 187 of 569 ~ 32.86%
G 202 of 569 ~ 35.5%
B 180 of 569 ~ 31.63%

%32.86
%35.5
%31.63

CMYK color model

#BBCAB4 color CMYK value is (7,0,11,21).

  • cyan value is 7.43%
  • magenta value is 0.00%
  • yellow value is 10.89%
  • key color value is 20.78%
CMYK:
(7,0,11,21)
C7M0Y11K21 
(7%,0%,11%,21%)
(0.07/0.00/0.11/0.21)	

CMYK percentages

%7.43
%0
%10.89
%20.78

Codes

Color #BBCAB4 in popluar color models

BBCAB4
RGB187202180
HSL101°17.19%74.90%
HSB/HSV101°10.89%79.22%
CMYK7.43%0.00%10.89%
20.78%

Color #BBCAB4 in popluar number systems.

HEXBBCAB4
Decimal187202180
Binary101110111100101010110100
Octal273312264

Shades and tints

Shades of #BBCAB4

#BBCAB4
(187,202,180)
#AAB8A4
(170,184,164)
#99A694
(153,166,148)
#889484
(136,148,132)
#778274
(119,130,116)
#667064
(102,112,100)
#555E54
(85,94,84)
#444C44
(68,76,68)
#333A34
(51,58,52)
#222824
(34,40,36)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #BBCAB4

#BBCAB4
(187,202,180)
#C1CEBA
(193,206,186)
#C7D2C0
(199,210,192)
#CDD6C6
(205,214,198)
#D3DACC
(211,218,204)
#D9DED2
(217,222,210)
#DFE2D8
(223,226,216)
#E5E6DE
(229,230,222)
#EBEAE4
(235,234,228)
#F1EEEA
(241,238,234)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCAB4 color. Also use rgb(187,202,180) instead hex code.

Text Font Color

.myTextColor { color: #BBCAB4; }

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

This text font color is #BBCAB4.


Background Color

.myBgColor { background-color: #BBCAB4; }

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

This div background color is #BBCAB4.


Border color

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

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

This div border color is #BBCAB4.


Opacity

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

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

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

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

This text has shadow with #BBCAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCAB4 on black background.


Color preview on white background

This text has color #BBCAB4 on white background.



Black color preview on #BBCAB4 background

This text has black color on #BBCAB4 background.


White color preview on #BBCAB4 background

This text has white color on #BBCAB4 background.