COLOR #BBC8D1

HEX: #BBC8D1 RGB: (187,200,209)

Color info

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

RGB color model

#BBC8D1 color RGB value is (187,200,209).

RGB: (187,200,209) (73%, 78%, 82%)

RGB channels and saturation

R 187 of 255 = 73%
G 200 of 255 = 78%
B 209 of 255 = 82%

187
200
209

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

Portions of RGB colors in percentages

R + G + B = 187 + 200 + 209 = 596 (100%)
R 187 of 596 ~ 31.38%
G 200 of 596 ~ 33.56%
B 209 of 596 ~ 35.07'%

%31.38
%33.56
%35.07

CMYK color model

#BBC8D1 color CMYK value is (11,4,0,18).

  • cyan value is 10.53%
  • magenta value is 4.31%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (11,4,0,18)
C11M4Y0K18 (11%, 4%, 0%, 18%)
(0.11 / 0.04 / 0.00 / 0.18)

CMYK percentages

%10.53
%4.31
%0
%18.04

Codes

Color #BBC8D1 in popluar color models

BB C8 D1
RGB 187 200 209
HSL 205° 19.30% 77.65%
HSB/HSV 205° 10.53% 81.96%
CMYK 10.53% 4.31% 0.00%
18.04%

Color #BBC8D1 in popluar number systems.

HEX BB C8 D1
Decimal 187 200 209
Binary 10111011 11001000 11010001
Octal 273 310 321

Shades and tints

Shades of #BBC8D1

#BBC8D1
(187,200,209)
#AAB6BE
(170,182,190)
#99A4AB
(153,164,171)
#889298
(136,146,152)
#778085
(119,128,133)
#666E72
(102,110,114)
#555C5F
(85,92,95)
#444A4C
(68,74,76)
#333839
(51,56,57)
#222626
(34,38,38)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #BBC8D1

#BBC8D1
(187,200,209)
#C1CDD5
(193,205,213)
#C7D2D9
(199,210,217)
#CDD7DD
(205,215,221)
#D3DCE1
(211,220,225)
#D9E1E5
(217,225,229)
#DFE6E9
(223,230,233)
#E5EBED
(229,235,237)
#EBF0F1
(235,240,241)
#F1F5F5
(241,245,245)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC8D1 color. Also use rgb(187,200,209) instead hex code.

Text Font Color

.myTextColor { color: #BBC8D1; }

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

This text font color is #BBC8D1.

Background Color

.myBgColor { background-color: #BBC8D1; }

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

This div background color is #BBC8D1.

Border color

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

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

This div border color is #BBC8D1.

Opacity

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

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

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

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

This text has shadow with #BBC8D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC8D1.

Preview

Color preview on black background

This text has color #BBC8D1 on black background.


Color preview on white background

This text has color #BBC8D1 on white background.


Black color preview on #BBC8D1 background

This text has black color on #BBC8D1 background.


White color preview on #BBC8D1 background

This text has white color on #BBC8D1 background.


Related colors

Complementary color

Complementary color for #hex is #44372E.


I love getcolorcode.com

Triadic colors

1 #D1BBC8 and #C8D1BB with #BBC8D1 are triadic colors.

2 #D1C8BB and #C8BBD1 with #BBC8D1 are triadic colors.