COLOR #BBD6C5

HEX: #BBD6C5 RGB: (187,214,197)

Color info

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

RGB color model

#BBD6C5 color RGB value is (187,214,197).

RGB: (187,214,197) (73%, 84%, 77%)

RGB channels and saturation

R 187 of 255 = 73%
G 214 of 255 = 84%
B 197 of 255 = 77%

187
214
197

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

Portions of RGB colors in percentages

R + G + B = 187 + 214 + 197 = 598 (100%)
R 187 of 598 ~ 31.27%
G 214 of 598 ~ 35.79%
B 197 of 598 ~ 32.94'%

%31.27
%35.79
%32.94

CMYK color model

#BBD6C5 color CMYK value is (13,0,8,16).

  • cyan value is 12.62%
  • magenta value is 0.00%
  • yellow value is 7.94%
  • key color value is 16.08%

CMYK: (13,0,8,16)
C13M0Y8K16 (13%, 0%, 8%, 16%)
(0.13 / 0.00 / 0.08 / 0.16)

CMYK percentages

%12.62
%0
%7.94
%16.08

Codes

Color #BBD6C5 in popluar color models

BB D6 C5
RGB 187 214 197
HSL 142° 24.77% 78.63%
HSB/HSV 142° 12.62% 83.92%
CMYK 12.62% 0.00% 7.94%
16.08%

Color #BBD6C5 in popluar number systems.

HEX BB D6 C5
Decimal 187 214 197
Binary 10111011 11010110 11000101
Octal 273 326 305

Shades and tints

Shades of #BBD6C5

#BBD6C5
(187,214,197)
#AAC3B4
(170,195,180)
#99B0A3
(153,176,163)
#889D92
(136,157,146)
#778A81
(119,138,129)
#667770
(102,119,112)
#55645F
(85,100,95)
#44514E
(68,81,78)
#333E3D
(51,62,61)
#222B2C
(34,43,44)
#11181B
(17,24,27)
#000000
(0,0,0)

Tints of #BBD6C5

#BBD6C5
(187,214,197)
#C1D9CA
(193,217,202)
#C7DCCF
(199,220,207)
#CDDFD4
(205,223,212)
#D3E2D9
(211,226,217)
#D9E5DE
(217,229,222)
#DFE8E3
(223,232,227)
#E5EBE8
(229,235,232)
#EBEEED
(235,238,237)
#F1F1F2
(241,241,242)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBD6C5; }

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

This text font color is #BBD6C5.

Background Color

.myBgColor { background-color: #BBD6C5; }

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

This div background color is #BBD6C5.

Border color

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

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

This div border color is #BBD6C5.

Opacity

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

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

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

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

This text has shadow with #BBD6C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD6C5.

Preview

Color preview on black background

This text has color #BBD6C5 on black background.


Color preview on white background

This text has color #BBD6C5 on white background.


Black color preview on #BBD6C5 background

This text has black color on #BBD6C5 background.


White color preview on #BBD6C5 background

This text has white color on #BBD6C5 background.


Related colors

Complementary color

Complementary color for #hex is #44293A.


I love getcolorcode.com

Triadic colors

1 #C5BBD6 and #D6C5BB with #BBD6C5 are triadic colors.

2 #C5D6BB and #D6BBC5 with #BBD6C5 are triadic colors.