COLOR #BBC6D5

HEX: #BBC6D5 RGB: (187,198,213)

Color info

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

RGB color model

#BBC6D5 color RGB value is (187,198,213).

RGB: (187,198,213) (73%, 78%, 84%)

RGB channels and saturation

R 187 of 255 = 73%
G 198 of 255 = 78%
B 213 of 255 = 84%

187
198
213

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

Portions of RGB colors in percentages

R + G + B = 187 + 198 + 213 = 598 (100%)
R 187 of 598 ~ 31.27%
G 198 of 598 ~ 33.11%
B 213 of 598 ~ 35.62'%

%31.27
%33.11
%35.62

CMYK color model

#BBC6D5 color CMYK value is (12,7,0,16).

  • cyan value is 12.21%
  • magenta value is 7.04%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (12,7,0,16)
C12M7Y0K16 (12%, 7%, 0%, 16%)
(0.12 / 0.07 / 0.00 / 0.16)

CMYK percentages

%12.21
%7.04
%0
%16.47

Codes

Color #BBC6D5 in popluar color models

BB C6 D5
RGB 187 198 213
HSL 215° 23.64% 78.43%
HSB/HSV 215° 12.21% 83.53%
CMYK 12.21% 7.04% 0.00%
16.47%

Color #BBC6D5 in popluar number systems.

HEX BB C6 D5
Decimal 187 198 213
Binary 10111011 11000110 11010101
Octal 273 306 325

Shades and tints

Shades of #BBC6D5

#BBC6D5
(187,198,213)
#AAB4C2
(170,180,194)
#99A2AF
(153,162,175)
#88909C
(136,144,156)
#777E89
(119,126,137)
#666C76
(102,108,118)
#555A63
(85,90,99)
#444850
(68,72,80)
#33363D
(51,54,61)
#22242A
(34,36,42)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #BBC6D5

#BBC6D5
(187,198,213)
#C1CBD8
(193,203,216)
#C7D0DB
(199,208,219)
#CDD5DE
(205,213,222)
#D3DAE1
(211,218,225)
#D9DFE4
(217,223,228)
#DFE4E7
(223,228,231)
#E5E9EA
(229,233,234)
#EBEEED
(235,238,237)
#F1F3F0
(241,243,240)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC6D5 color. Also use rgb(187,198,213) instead hex code.

Text Font Color

.myTextColor { color: #BBC6D5; }

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

This text font color is #BBC6D5.

Background Color

.myBgColor { background-color: #BBC6D5; }

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

This div background color is #BBC6D5.

Border color

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

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

This div border color is #BBC6D5.

Opacity

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

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

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

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

This text has shadow with #BBC6D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC6D5.

Preview

Color preview on black background

This text has color #BBC6D5 on black background.


Color preview on white background

This text has color #BBC6D5 on white background.


Black color preview on #BBC6D5 background

This text has black color on #BBC6D5 background.


White color preview on #BBC6D5 background

This text has white color on #BBC6D5 background.


Related colors

Complementary color

Complementary color for #hex is #44392A.


I love getcolorcode.com

Triadic colors

1 #D5BBC6 and #C6D5BB with #BBC6D5 are triadic colors.

2 #D5C6BB and #C6BBD5 with #BBC6D5 are triadic colors.