COLOR #BBD7CA

HEX: #BBD7CA RGB: (187,215,202)

Color info

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

RGB color model

#BBD7CA color RGB value is (187,215,202).

RGB: (187,215,202) (73%, 84%, 79%)

RGB channels and saturation

R 187 of 255 = 73%
G 215 of 255 = 84%
B 202 of 255 = 79%

187
215
202

R + G + B ~ 79%. #BBD7CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 215 + 202 = 604 (100%)
R 187 of 604 ~ 30.96%
G 215 of 604 ~ 35.6%
B 202 of 604 ~ 33.44'%

%30.96
%35.6
%33.44

CMYK color model

#BBD7CA color CMYK value is (13,0,6,16).

  • cyan value is 13.02%
  • magenta value is 0.00%
  • yellow value is 6.05%
  • key color value is 15.69%

CMYK: (13,0,6,16)
C13M0Y6K16 (13%, 0%, 6%, 16%)
(0.13 / 0.00 / 0.06 / 0.16)

CMYK percentages

%13.02
%0
%6.05
%15.69

Codes

Color #BBD7CA in popluar color models

BB D7 CA
RGB 187 215 202
HSL 152° 25.93% 78.82%
HSB/HSV 152° 13.02% 84.31%
CMYK 13.02% 0.00% 6.05%
15.69%

Color #BBD7CA in popluar number systems.

HEX BB D7 CA
Decimal 187 215 202
Binary 10111011 11010111 11001010
Octal 273 327 312

Shades and tints

Shades of #BBD7CA

#BBD7CA
(187,215,202)
#AAC4B8
(170,196,184)
#99B1A6
(153,177,166)
#889E94
(136,158,148)
#778B82
(119,139,130)
#667870
(102,120,112)
#55655E
(85,101,94)
#44524C
(68,82,76)
#333F3A
(51,63,58)
#222C28
(34,44,40)
#111916
(17,25,22)
#000000
(0,0,0)

Tints of #BBD7CA

#BBD7CA
(187,215,202)
#C1DACE
(193,218,206)
#C7DDD2
(199,221,210)
#CDE0D6
(205,224,214)
#D3E3DA
(211,227,218)
#D9E6DE
(217,230,222)
#DFE9E2
(223,233,226)
#E5ECE6
(229,236,230)
#EBEFEA
(235,239,234)
#F1F2EE
(241,242,238)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD7CA; }

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

This text font color is #BBD7CA.

Background Color

.myBgColor { background-color: #BBD7CA; }

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

This div background color is #BBD7CA.

Border color

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

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

This div border color is #BBD7CA.

Opacity

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

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

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

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

This text has shadow with #BBD7CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD7CA.

Preview

Color preview on black background

This text has color #BBD7CA on black background.


Color preview on white background

This text has color #BBD7CA on white background.


Black color preview on #BBD7CA background

This text has black color on #BBD7CA background.


White color preview on #BBD7CA background

This text has white color on #BBD7CA background.


Related colors

Complementary color

Complementary color for #hex is #442835.


I love getcolorcode.com

Triadic colors

1 #CABBD7 and #D7CABB with #BBD7CA are triadic colors.

2 #CAD7BB and #D7BBCA with #BBD7CA are triadic colors.