COLOR #BBCDC2

HEX: #BBCDC2
RGB: (187,205,194)

Color info

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

RGB color model

#BBCDC2 color RGB value is (187,205,194).

  • red value is 187;
  • green value is 205;
  • blue value is 194.
RGB:
(187,205,194)
(73%,80%,76%)

RGB channels and saturation

R 187 of 255 = 73%
G 205 of 255 = 80%
B 194 of 255 = 76%

187
205
194

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

Portions of RGB colors in percentages

R + G + B =
187 + 205 + 194 = 586 (100%)
R 187 of 586 ~ 31.91%
G 205 of 586 ~ 34.98%
B 194 of 586 ~ 33.11%

%31.91
%34.98
%33.11

CMYK color model

#BBCDC2 color CMYK value is (9,0,5,20).

  • cyan value is 8.78%
  • magenta value is 0.00%
  • yellow value is 5.37%
  • key color value is 19.61%
CMYK:
(9,0,5,20)
C9M0Y5K20 
(9%,0%,5%,20%)
(0.09/0.00/0.05/0.20)	

CMYK percentages

%8.78
%0
%5.37
%19.61

Codes

Color #BBCDC2 in popluar color models

BBCDC2
RGB187205194
HSL143°15.25%76.86%
HSB/HSV143°8.78%80.39%
CMYK8.78%0.00%5.37%
19.61%

Color #BBCDC2 in popluar number systems.

HEXBBCDC2
Decimal187205194
Binary101110111100110111000010
Octal273315302

Shades and tints

Shades of #BBCDC2

#BBCDC2
(187,205,194)
#AABBB1
(170,187,177)
#99A9A0
(153,169,160)
#88978F
(136,151,143)
#77857E
(119,133,126)
#66736D
(102,115,109)
#55615C
(85,97,92)
#444F4B
(68,79,75)
#333D3A
(51,61,58)
#222B29
(34,43,41)
#111918
(17,25,24)
#000000
(0,0,0)

Tints of #BBCDC2

#BBCDC2
(187,205,194)
#C1D1C7
(193,209,199)
#C7D5CC
(199,213,204)
#CDD9D1
(205,217,209)
#D3DDD6
(211,221,214)
#D9E1DB
(217,225,219)
#DFE5E0
(223,229,224)
#E5E9E5
(229,233,229)
#EBEDEA
(235,237,234)
#F1F1EF
(241,241,239)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBCDC2 color. Also use rgb(187,205,194) instead hex code.

Text Font Color

.myTextColor { color: #BBCDC2; }

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

This text font color is #BBCDC2.


Background Color

.myBgColor { background-color: #BBCDC2; }

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

This div background color is #BBCDC2.


Border color

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

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

This div border color is #BBCDC2.


Opacity

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

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

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

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

This text has shadow with #BBCDC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCDC2 on black background.


Color preview on white background

This text has color #BBCDC2 on white background.



Black color preview on #BBCDC2 background

This text has black color on #BBCDC2 background.


White color preview on #BBCDC2 background

This text has white color on #BBCDC2 background.