COLOR #BBDFCA

HEX: #BBDFCA
RGB: (187,223,202)

Color info

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

RGB color model

#BBDFCA color RGB value is (187,223,202).

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

RGB channels and saturation

R 187 of 255 = 73%
G 223 of 255 = 87%
B 202 of 255 = 79%

187
223
202

R + G + B ~ 80%. #BBDFCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 223 + 202 = 612 (100%)
R 187 of 612 ~ 30.56%
G 223 of 612 ~ 36.44%
B 202 of 612 ~ 33.01%

%30.56
%36.44
%33.01

CMYK color model

#BBDFCA color CMYK value is (16,0,9,13).

  • cyan value is 16.14%
  • magenta value is 0.00%
  • yellow value is 9.42%
  • key color value is 12.55%
CMYK: (16,0,9,13) C16M0Y9K13 (16%,0%,9%,13%) (0.16/0.00/0.09/0.13)

CMYK percentages

%16.14
%0
%9.42
%12.55

Codes

Color #BBDFCA in popluar color models

BBDFCA
RGB187223202
HSL145°36.00%80.39%
HSB/HSV145°16.14%87.45%
CMYK16.14%0.00%9.42%
12.55%

Color #BBDFCA in popluar number systems.

HEXBBDFCA
Decimal187223202
Binary101110111101111111001010
Octal273337312

Shades and tints

Shades of #BBDFCA

#BBDFCA
(187,223,202)
#AACBB8
(170,203,184)
#99B7A6
(153,183,166)
#88A394
(136,163,148)
#778F82
(119,143,130)
#667B70
(102,123,112)
#55675E
(85,103,94)
#44534C
(68,83,76)
#333F3A
(51,63,58)
#222B28
(34,43,40)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #BBDFCA

#BBDFCA
(187,223,202)
#C1E1CE
(193,225,206)
#C7E3D2
(199,227,210)
#CDE5D6
(205,229,214)
#D3E7DA
(211,231,218)
#D9E9DE
(217,233,222)
#DFEBE2
(223,235,226)
#E5EDE6
(229,237,230)
#EBEFEA
(235,239,234)
#F1F1EE
(241,241,238)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBDFCA; }

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

This text font color is #BBDFCA.


Background Color

.myBgColor { background-color: #BBDFCA; }

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

This div background color is #BBDFCA.


Border color

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

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

This div border color is #BBDFCA.


Opacity

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

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

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

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

This text has shadow with #BBDFCA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BBDFCA on black background.


Color preview on white background

This text has color #BBDFCA on white background.



Black color preview on #BBDFCA background

This text has black color on #BBDFCA background.


White color preview on #BBDFCA background

This text has white color on #BBDFCA background.