COLOR #BBC4C9

HEX: #BBC4C9 RGB: (187,196,201)

Color info

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

RGB color model

#BBC4C9 color RGB value is (187,196,201).

RGB: (187,196,201) (73%, 77%, 79%)

RGB channels and saturation

R 187 of 255 = 73%
G 196 of 255 = 77%
B 201 of 255 = 79%

187
196
201

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

Portions of RGB colors in percentages

R + G + B = 187 + 196 + 201 = 584 (100%)
R 187 of 584 ~ 32.02%
G 196 of 584 ~ 33.56%
B 201 of 584 ~ 34.42'%

%32.02
%33.56
%34.42

CMYK color model

#BBC4C9 color CMYK value is (7,2,0,21).

  • cyan value is 6.97%
  • magenta value is 2.49%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (7,2,0,21)
C7M2Y0K21 (7%, 2%, 0%, 21%)
(0.07 / 0.02 / 0.00 / 0.21)

CMYK percentages

%6.97
%2.49
%0
%21.18

Codes

Color #BBC4C9 in popluar color models

BB C4 C9
RGB 187 196 201
HSL 201° 11.48% 76.08%
HSB/HSV 201° 6.97% 78.82%
CMYK 6.97% 2.49% 0.00%
21.18%

Color #BBC4C9 in popluar number systems.

HEX BB C4 C9
Decimal 187 196 201
Binary 10111011 11000100 11001001
Octal 273 304 311

Shades and tints

Shades of #BBC4C9

#BBC4C9
(187,196,201)
#AAB3B7
(170,179,183)
#99A2A5
(153,162,165)
#889193
(136,145,147)
#778081
(119,128,129)
#666F6F
(102,111,111)
#555E5D
(85,94,93)
#444D4B
(68,77,75)
#333C39
(51,60,57)
#222B27
(34,43,39)
#111A15
(17,26,21)
#000000
(0,0,0)

Tints of #BBC4C9

#BBC4C9
(187,196,201)
#C1C9CD
(193,201,205)
#C7CED1
(199,206,209)
#CDD3D5
(205,211,213)
#D3D8D9
(211,216,217)
#D9DDDD
(217,221,221)
#DFE2E1
(223,226,225)
#E5E7E5
(229,231,229)
#EBECE9
(235,236,233)
#F1F1ED
(241,241,237)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC4C9 color. Also use rgb(187,196,201) instead hex code.

Text Font Color

.myTextColor { color: #BBC4C9; }

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

This text font color is #BBC4C9.

Background Color

.myBgColor { background-color: #BBC4C9; }

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

This div background color is #BBC4C9.

Border color

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

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

This div border color is #BBC4C9.

Opacity

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

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

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

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

This text has shadow with #BBC4C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBC4C9.

Preview

Color preview on black background

This text has color #BBC4C9 on black background.


Color preview on white background

This text has color #BBC4C9 on white background.


Black color preview on #BBC4C9 background

This text has black color on #BBC4C9 background.


White color preview on #BBC4C9 background

This text has white color on #BBC4C9 background.


Related colors

Complementary color

Complementary color for #hex is #443B36.


I love getcolorcode.com

Triadic colors

1 #C9BBC4 and #C4C9BB with #BBC4C9 are triadic colors.

2 #C9C4BB and #C4BBC9 with #BBC4C9 are triadic colors.