COLOR #BBCCC5

HEX: #BBCCC5 RGB: (187,204,197)

Color info

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

RGB color model

#BBCCC5 color RGB value is (187,204,197).

RGB: (187,204,197) (73%, 80%, 77%)

RGB channels and saturation

R 187 of 255 = 73%
G 204 of 255 = 80%
B 197 of 255 = 77%

187
204
197

R + G + B ~ 77%. #BBCCC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 204 + 197 = 588 (100%)
R 187 of 588 ~ 31.8%
G 204 of 588 ~ 34.69%
B 197 of 588 ~ 33.5'%

%31.8
%34.69
%33.5

CMYK color model

#BBCCC5 color CMYK value is (8,0,3,20).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 3.43%
  • key color value is 20.00%

CMYK: (8,0,3,20)
C8M0Y3K20 (8%, 0%, 3%, 20%)
(0.08 / 0.00 / 0.03 / 0.20)

CMYK percentages

%8.33
%0
%3.43
%20

Codes

Color #BBCCC5 in popluar color models

BB CC C5
RGB 187 204 197
HSL 155° 14.29% 76.67%
HSB/HSV 155° 8.33% 80.00%
CMYK 8.33% 0.00% 3.43%
20.00%

Color #BBCCC5 in popluar number systems.

HEX BB CC C5
Decimal 187 204 197
Binary 10111011 11001100 11000101
Octal 273 314 305

Shades and tints

Shades of #BBCCC5

#BBCCC5
(187,204,197)
#AABAB4
(170,186,180)
#99A8A3
(153,168,163)
#889692
(136,150,146)
#778481
(119,132,129)
#667270
(102,114,112)
#55605F
(85,96,95)
#444E4E
(68,78,78)
#333C3D
(51,60,61)
#222A2C
(34,42,44)
#11181B
(17,24,27)
#000000
(0,0,0)

Tints of #BBCCC5

#BBCCC5
(187,204,197)
#C1D0CA
(193,208,202)
#C7D4CF
(199,212,207)
#CDD8D4
(205,216,212)
#D3DCD9
(211,220,217)
#D9E0DE
(217,224,222)
#DFE4E3
(223,228,227)
#E5E8E8
(229,232,232)
#EBECED
(235,236,237)
#F1F0F2
(241,240,242)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCCC5; }

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

This text font color is #BBCCC5.

Background Color

.myBgColor { background-color: #BBCCC5; }

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

This div background color is #BBCCC5.

Border color

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

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

This div border color is #BBCCC5.

Opacity

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

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

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

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

This text has shadow with #BBCCC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBCCC5.

Preview

Color preview on black background

This text has color #BBCCC5 on black background.


Color preview on white background

This text has color #BBCCC5 on white background.


Black color preview on #BBCCC5 background

This text has black color on #BBCCC5 background.


White color preview on #BBCCC5 background

This text has white color on #BBCCC5 background.


Related colors

Complementary color

Complementary color for #hex is #44333A.


I love getcolorcode.com

Triadic colors

1 #C5BBCC and #CCC5BB with #BBCCC5 are triadic colors.

2 #C5CCBB and #CCBBC5 with #BBCCC5 are triadic colors.