COLOR #BBD3CA

HEX: #BBD3CA RGB: (187,211,202)

Color info

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

RGB color model

#BBD3CA color RGB value is (187,211,202).

RGB: (187,211,202) (73%, 83%, 79%)

RGB channels and saturation

R 187 of 255 = 73%
G 211 of 255 = 83%
B 202 of 255 = 79%

187
211
202

R + G + B ~ 78%. #BBD3CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 211 + 202 = 600 (100%)
R 187 of 600 ~ 31.17%
G 211 of 600 ~ 35.17%
B 202 of 600 ~ 33.67'%

%31.17
%35.17
%33.67

CMYK color model

#BBD3CA color CMYK value is (11,0,4,17).

  • cyan value is 11.37%
  • magenta value is 0.00%
  • yellow value is 4.27%
  • key color value is 17.25%

CMYK: (11,0,4,17)
C11M0Y4K17 (11%, 0%, 4%, 17%)
(0.11 / 0.00 / 0.04 / 0.17)

CMYK percentages

%11.37
%0
%4.27
%17.25

Codes

Color #BBD3CA in popluar color models

BB D3 CA
RGB 187 211 202
HSL 158° 21.43% 78.04%
HSB/HSV 158° 11.37% 82.75%
CMYK 11.37% 0.00% 4.27%
17.25%

Color #BBD3CA in popluar number systems.

HEX BB D3 CA
Decimal 187 211 202
Binary 10111011 11010011 11001010
Octal 273 323 312

Shades and tints

Shades of #BBD3CA

#BBD3CA
(187,211,202)
#AAC0B8
(170,192,184)
#99ADA6
(153,173,166)
#889A94
(136,154,148)
#778782
(119,135,130)
#667470
(102,116,112)
#55615E
(85,97,94)
#444E4C
(68,78,76)
#333B3A
(51,59,58)
#222828
(34,40,40)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #BBD3CA

#BBD3CA
(187,211,202)
#C1D7CE
(193,215,206)
#C7DBD2
(199,219,210)
#CDDFD6
(205,223,214)
#D3E3DA
(211,227,218)
#D9E7DE
(217,231,222)
#DFEBE2
(223,235,226)
#E5EFE6
(229,239,230)
#EBF3EA
(235,243,234)
#F1F7EE
(241,247,238)
#F7FBF2
(247,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD3CA; }

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

This text font color is #BBD3CA.

Background Color

.myBgColor { background-color: #BBD3CA; }

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

This div background color is #BBD3CA.

Border color

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

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

This div border color is #BBD3CA.

Opacity

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

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

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

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

This text has shadow with #BBD3CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD3CA.

Preview

Color preview on black background

This text has color #BBD3CA on black background.


Color preview on white background

This text has color #BBD3CA on white background.


Black color preview on #BBD3CA background

This text has black color on #BBD3CA background.


White color preview on #BBD3CA background

This text has white color on #BBD3CA background.


Related colors

Complementary color

Complementary color for #hex is #442C35.


I love getcolorcode.com

Triadic colors

1 #CABBD3 and #D3CABB with #BBD3CA are triadic colors.

2 #CAD3BB and #D3BBCA with #BBD3CA are triadic colors.