COLOR #BBD6CA

HEX: #BBD6CA RGB: (187,214,202)

Color info

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

RGB color model

#BBD6CA color RGB value is (187,214,202).

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

RGB channels and saturation

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

187
214
202

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

Portions of RGB colors in percentages

R + G + B = 187 + 214 + 202 = 603 (100%)
R 187 of 603 ~ 31.01%
G 214 of 603 ~ 35.49%
B 202 of 603 ~ 33.5'%

%31.01
%35.49
%33.5

CMYK color model

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

  • cyan value is 12.62%
  • magenta value is 0.00%
  • yellow value is 5.61%
  • key color value is 16.08%
CMYK: (13,0,6,16) C13M0Y6K16 (13%,0%,6%,16%) (0.13/0.00/0.06/0.16) 

CMYK percentages

%12.62
%0
%5.61
%16.08

Codes

Color #BBD6CA in popluar color models

BB D6 CA
RGB 187 214 202
HSL 153° 24.77% 78.63%
HSB/HSV 153° 12.62% 83.92%
CMYK 12.62% 0.00% 5.61%
16.08%

Color #BBD6CA in popluar number systems.

HEX BB D6 CA
Decimal 187 214 202
Binary 10111011 11010110 11001010
Octal 273 326 312

Shades and tints

Shades of #BBD6CA

#BBD6CA
(187,214,202)
#AAC3B8
(170,195,184)
#99B0A6
(153,176,166)
#889D94
(136,157,148)
#778A82
(119,138,130)
#667770
(102,119,112)
#55645E
(85,100,94)
#44514C
(68,81,76)
#333E3A
(51,62,58)
#222B28
(34,43,40)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #BBD6CA

#BBD6CA
(187,214,202)
#C1D9CE
(193,217,206)
#C7DCD2
(199,220,210)
#CDDFD6
(205,223,214)
#D3E2DA
(211,226,218)
#D9E5DE
(217,229,222)
#DFE8E2
(223,232,226)
#E5EBE6
(229,235,230)
#EBEEEA
(235,238,234)
#F1F1EE
(241,241,238)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD6CA; }

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

This text font color is #BBD6CA.

Background Color

.myBgColor { background-color: #BBD6CA; }

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

This div background color is #BBD6CA.

Border color

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

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

This div border color is #BBD6CA.

Opacity

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

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

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

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

This text has shadow with #BBD6CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD6CA.

Preview

Color preview on black background

This text has color #BBD6CA on black background.


Color preview on white background

This text has color #BBD6CA on white background.


Black color preview on #BBD6CA background

This text has black color on #BBD6CA background.


White color preview on #BBD6CA background

This text has white color on #BBD6CA background.


Related colors

Complementary color

Complementary color for #hex is #442935.


I love getcolorcode.com

Triadic colors

1 #CABBD6 and #D6CABB with #BBD6CA are triadic colors.

2 #CAD6BB and #D6BBCA with #BBD6CA are triadic colors.