COLOR #BBCACE

HEX: #BBCACE
RGB: (187,202,206)

Color info

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

RGB color model

#BBCACE color RGB value is (187,202,206).

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

RGB channels and saturation

R 187 of 255 = 73%
G 202 of 255 = 79%
B 206 of 255 = 81%

187
202
206

R + G + B ~ 78%. #BBCACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 202 + 206 = 595 (100%)
R 187 of 595 ~ 31.43%
G 202 of 595 ~ 33.95%
B 206 of 595 ~ 34.62%

%31.43
%33.95
%34.62

CMYK color model

#BBCACE color CMYK value is (9,2,0,19).

  • cyan value is 9.22%
  • magenta value is 1.94%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(9,2,0,19)
C9M2Y0K19 
(9%,2%,0%,19%)
(0.09/0.02/0.00/0.19)	

CMYK percentages

%9.22
%1.94
%0
%19.22

Codes

Color #BBCACE in popluar color models

BBCACE
RGB187202206
HSL193°16.24%77.06%
HSB/HSV193°9.22%80.78%
CMYK9.22%1.94%0.00%
19.22%

Color #BBCACE in popluar number systems.

HEXBBCACE
Decimal187202206
Binary101110111100101011001110
Octal273312316

Shades and tints

Shades of #BBCACE

#BBCACE
(187,202,206)
#AAB8BC
(170,184,188)
#99A6AA
(153,166,170)
#889498
(136,148,152)
#778286
(119,130,134)
#667074
(102,112,116)
#555E62
(85,94,98)
#444C50
(68,76,80)
#333A3E
(51,58,62)
#22282C
(34,40,44)
#11161A
(17,22,26)
#000000
(0,0,0)

Tints of #BBCACE

#BBCACE
(187,202,206)
#C1CED2
(193,206,210)
#C7D2D6
(199,210,214)
#CDD6DA
(205,214,218)
#D3DADE
(211,218,222)
#D9DEE2
(217,222,226)
#DFE2E6
(223,226,230)
#E5E6EA
(229,230,234)
#EBEAEE
(235,234,238)
#F1EEF2
(241,238,242)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCACE; }

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

This text font color is #BBCACE.


Background Color

.myBgColor { background-color: #BBCACE; }

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

This div background color is #BBCACE.


Border color

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

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

This div border color is #BBCACE.


Opacity

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

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

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

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

This text has shadow with #BBCACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCACE on black background.


Color preview on white background

This text has color #BBCACE on white background.



Black color preview on #BBCACE background

This text has black color on #BBCACE background.


White color preview on #BBCACE background

This text has white color on #BBCACE background.