COLOR #BBCAC4

HEX: #BBCAC4
RGB: (187,202,196)

Color info

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

RGB color model

#BBCAC4 color RGB value is (187,202,196).

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

RGB channels and saturation

R 187 of 255 = 73%
G 202 of 255 = 79%
B 196 of 255 = 77%

187
202
196

R + G + B ~ 76%. #BBCAC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 202 + 196 = 585 (100%)
R 187 of 585 ~ 31.97%
G 202 of 585 ~ 34.53%
B 196 of 585 ~ 33.5%

%31.97
%34.53
%33.5

CMYK color model

#BBCAC4 color CMYK value is (7,0,3,21).

  • cyan value is 7.43%
  • magenta value is 0.00%
  • yellow value is 2.97%
  • key color value is 20.78%
CMYK:
(7,0,3,21)
C7M0Y3K21 
(7%,0%,3%,21%)
(0.07/0.00/0.03/0.21)	

CMYK percentages

%7.43
%0
%2.97
%20.78

Codes

Color #BBCAC4 in popluar color models

BBCAC4
RGB187202196
HSL156°12.40%76.27%
HSB/HSV156°7.43%79.22%
CMYK7.43%0.00%2.97%
20.78%

Color #BBCAC4 in popluar number systems.

HEXBBCAC4
Decimal187202196
Binary101110111100101011000100
Octal273312304

Shades and tints

Shades of #BBCAC4

#BBCAC4
(187,202,196)
#AAB8B3
(170,184,179)
#99A6A2
(153,166,162)
#889491
(136,148,145)
#778280
(119,130,128)
#66706F
(102,112,111)
#555E5E
(85,94,94)
#444C4D
(68,76,77)
#333A3C
(51,58,60)
#22282B
(34,40,43)
#11161A
(17,22,26)
#000000
(0,0,0)

Tints of #BBCAC4

#BBCAC4
(187,202,196)
#C1CEC9
(193,206,201)
#C7D2CE
(199,210,206)
#CDD6D3
(205,214,211)
#D3DAD8
(211,218,216)
#D9DEDD
(217,222,221)
#DFE2E2
(223,226,226)
#E5E6E7
(229,230,231)
#EBEAEC
(235,234,236)
#F1EEF1
(241,238,241)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCAC4; }

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

This text font color is #BBCAC4.


Background Color

.myBgColor { background-color: #BBCAC4; }

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

This div background color is #BBCAC4.


Border color

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

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

This div border color is #BBCAC4.


Opacity

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

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

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

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

This text has shadow with #BBCAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCAC4 on black background.


Color preview on white background

This text has color #BBCAC4 on white background.



Black color preview on #BBCAC4 background

This text has black color on #BBCAC4 background.


White color preview on #BBCAC4 background

This text has white color on #BBCAC4 background.