COLOR #BBCAC3

HEX: #BBCAC3
RGB: (187,202,195)

Color info

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

RGB color model

#BBCAC3 color RGB value is (187,202,195).

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

RGB channels and saturation

R 187 of 255 = 73%
G 202 of 255 = 79%
B 195 of 255 = 76%

187
202
195

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

Portions of RGB colors in percentages

R + G + B =
187 + 202 + 195 = 584 (100%)
R 187 of 584 ~ 32.02%
G 202 of 584 ~ 34.59%
B 195 of 584 ~ 33.39%

%32.02
%34.59
%33.39

CMYK color model

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

  • cyan value is 7.43%
  • magenta value is 0.00%
  • yellow value is 3.47%
  • 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
%3.47
%20.78

Codes

Color #BBCAC3 in popluar color models

BBCAC3
RGB187202195
HSL152°12.40%76.27%
HSB/HSV152°7.43%79.22%
CMYK7.43%0.00%3.47%
20.78%

Color #BBCAC3 in popluar number systems.

HEXBBCAC3
Decimal187202195
Binary101110111100101011000011
Octal273312303

Shades and tints

Shades of #BBCAC3

#BBCAC3
(187,202,195)
#AAB8B2
(170,184,178)
#99A6A1
(153,166,161)
#889490
(136,148,144)
#77827F
(119,130,127)
#66706E
(102,112,110)
#555E5D
(85,94,93)
#444C4C
(68,76,76)
#333A3B
(51,58,59)
#22282A
(34,40,42)
#111619
(17,22,25)
#000000
(0,0,0)

Tints of #BBCAC3

#BBCAC3
(187,202,195)
#C1CEC8
(193,206,200)
#C7D2CD
(199,210,205)
#CDD6D2
(205,214,210)
#D3DAD7
(211,218,215)
#D9DEDC
(217,222,220)
#DFE2E1
(223,226,225)
#E5E6E6
(229,230,230)
#EBEAEB
(235,234,235)
#F1EEF0
(241,238,240)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCAC3; }

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

This text font color is #BBCAC3.


Background Color

.myBgColor { background-color: #BBCAC3; }

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

This div background color is #BBCAC3.


Border color

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

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

This div border color is #BBCAC3.


Opacity

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

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

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

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

This text has shadow with #BBCAC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCAC3 on black background.


Color preview on white background

This text has color #BBCAC3 on white background.



Black color preview on #BBCAC3 background

This text has black color on #BBCAC3 background.


White color preview on #BBCAC3 background

This text has white color on #BBCAC3 background.