COLOR #BBCDCA

HEX: #BBCDCA
RGB: (187,205,202)

Color info

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

RGB color model

#BBCDCA color RGB value is (187,205,202).

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

RGB channels and saturation

R 187 of 255 = 73%
G 205 of 255 = 80%
B 202 of 255 = 79%

187
205
202

R + G + B ~ 77%. #BBCDCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 205 + 202 = 594 (100%)
R 187 of 594 ~ 31.48%
G 205 of 594 ~ 34.51%
B 202 of 594 ~ 34.01%

%31.48
%34.51
%34.01

CMYK color model

#BBCDCA color CMYK value is (9,0,1,20).

  • cyan value is 8.78%
  • magenta value is 0.00%
  • yellow value is 1.46%
  • key color value is 19.61%
CMYK:
(9,0,1,20)
C9M0Y1K20 
(9%,0%,1%,20%)
(0.09/0.00/0.01/0.20)	

CMYK percentages

%8.78
%0
%1.46
%19.61

Codes

Color #BBCDCA in popluar color models

BBCDCA
RGB187205202
HSL170°15.25%76.86%
HSB/HSV170°8.78%80.39%
CMYK8.78%0.00%1.46%
19.61%

Color #BBCDCA in popluar number systems.

HEXBBCDCA
Decimal187205202
Binary101110111100110111001010
Octal273315312

Shades and tints

Shades of #BBCDCA

#BBCDCA
(187,205,202)
#AABBB8
(170,187,184)
#99A9A6
(153,169,166)
#889794
(136,151,148)
#778582
(119,133,130)
#667370
(102,115,112)
#55615E
(85,97,94)
#444F4C
(68,79,76)
#333D3A
(51,61,58)
#222B28
(34,43,40)
#111916
(17,25,22)
#000000
(0,0,0)

Tints of #BBCDCA

#BBCDCA
(187,205,202)
#C1D1CE
(193,209,206)
#C7D5D2
(199,213,210)
#CDD9D6
(205,217,214)
#D3DDDA
(211,221,218)
#D9E1DE
(217,225,222)
#DFE5E2
(223,229,226)
#E5E9E6
(229,233,230)
#EBEDEA
(235,237,234)
#F1F1EE
(241,241,238)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCDCA; }

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

This text font color is #BBCDCA.


Background Color

.myBgColor { background-color: #BBCDCA; }

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

This div background color is #BBCDCA.


Border color

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

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

This div border color is #BBCDCA.


Opacity

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

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

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

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

This text has shadow with #BBCDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCDCA on black background.


Color preview on white background

This text has color #BBCDCA on white background.



Black color preview on #BBCDCA background

This text has black color on #BBCDCA background.


White color preview on #BBCDCA background

This text has white color on #BBCDCA background.