COLOR #BBC7C8

HEX: #BBC7C8 RGB: (187,199,200)

Color info

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

RGB color model

#BBC7C8 color RGB value is (187,199,200).

RGB: (187,199,200) (73%, 78%, 78%)

RGB channels and saturation

R 187 of 255 = 73%
G 199 of 255 = 78%
B 200 of 255 = 78%

187
199
200

R + G + B ~ 76%. #BBC7C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 199 + 200 = 586 (100%)
R 187 of 586 ~ 31.91%
G 199 of 586 ~ 33.96%
B 200 of 586 ~ 34.13'%

%31.91
%33.96
%34.13

CMYK color model

#BBC7C8 color CMYK value is (7,0,0,22).

  • cyan value is 6.50%
  • magenta value is 0.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (7,0,0,22)
C7M0Y0K22 (7%, 0%, 0%, 22%)
(0.07 / 0.00 / 0.00 / 0.22)

CMYK percentages

%6.5
%0.5
%0
%21.57

Codes

Color #BBC7C8 in popluar color models

BB C7 C8
RGB 187 199 200
HSL 185° 10.57% 75.88%
HSB/HSV 185° 6.50% 78.43%
CMYK 6.50% 0.50% 0.00%
21.57%

Color #BBC7C8 in popluar number systems.

HEX BB C7 C8
Decimal 187 199 200
Binary 10111011 11000111 11001000
Octal 273 307 310

Shades and tints

Shades of #BBC7C8

#BBC7C8
(187,199,200)
#AAB5B6
(170,181,182)
#99A3A4
(153,163,164)
#889192
(136,145,146)
#777F80
(119,127,128)
#666D6E
(102,109,110)
#555B5C
(85,91,92)
#44494A
(68,73,74)
#333738
(51,55,56)
#222526
(34,37,38)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #BBC7C8

#BBC7C8
(187,199,200)
#C1CCCD
(193,204,205)
#C7D1D2
(199,209,210)
#CDD6D7
(205,214,215)
#D3DBDC
(211,219,220)
#D9E0E1
(217,224,225)
#DFE5E6
(223,229,230)
#E5EAEB
(229,234,235)
#EBEFF0
(235,239,240)
#F1F4F5
(241,244,245)
#F7F9FA
(247,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBC7C8; }

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

This text font color is #BBC7C8.

Background Color

.myBgColor { background-color: #BBC7C8; }

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

This div background color is #BBC7C8.

Border color

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

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

This div border color is #BBC7C8.

Opacity

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

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

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

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

This text has shadow with #BBC7C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC7C8.

Preview

Color preview on black background

This text has color #BBC7C8 on black background.


Color preview on white background

This text has color #BBC7C8 on white background.


Black color preview on #BBC7C8 background

This text has black color on #BBC7C8 background.


White color preview on #BBC7C8 background

This text has white color on #BBC7C8 background.


Related colors

Complementary color

Complementary color for #hex is #443837.


I love getcolorcode.com

Triadic colors

1 #C8BBC7 and #C7C8BB with #BBC7C8 are triadic colors.

2 #C8C7BB and #C7BBC8 with #BBC7C8 are triadic colors.