COLOR #BBCFC9

HEX: #BBCFC9 RGB: (187,207,201)

Color info

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

RGB color model

#BBCFC9 color RGB value is (187,207,201).

RGB: (187,207,201) (73%, 81%, 79%)

RGB channels and saturation

R 187 of 255 = 73%
G 207 of 255 = 81%
B 201 of 255 = 79%

187
207
201

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

Portions of RGB colors in percentages

R + G + B = 187 + 207 + 201 = 595 (100%)
R 187 of 595 ~ 31.43%
G 207 of 595 ~ 34.79%
B 201 of 595 ~ 33.78'%

%31.43
%34.79
%33.78

CMYK color model

#BBCFC9 color CMYK value is (10,0,3,19).

  • cyan value is 9.66%
  • magenta value is 0.00%
  • yellow value is 2.90%
  • key color value is 18.82%
CMYK: (10,0,3,19) C10M0Y3K19 (10%,0%,3%,19%) (0.10/0.00/0.03/0.19) 

CMYK percentages

%9.66
%0
%2.9
%18.82

Codes

Color #BBCFC9 in popluar color models

BB CF C9
RGB 187 207 201
HSL 162° 17.24% 77.25%
HSB/HSV 162° 9.66% 81.18%
CMYK 9.66% 0.00% 2.90%
18.82%

Color #BBCFC9 in popluar number systems.

HEX BB CF C9
Decimal 187 207 201
Binary 10111011 11001111 11001001
Octal 273 317 311

Shades and tints

Shades of #BBCFC9

#BBCFC9
(187,207,201)
#AABDB7
(170,189,183)
#99ABA5
(153,171,165)
#889993
(136,153,147)
#778781
(119,135,129)
#66756F
(102,117,111)
#55635D
(85,99,93)
#44514B
(68,81,75)
#333F39
(51,63,57)
#222D27
(34,45,39)
#111B15
(17,27,21)
#000000
(0,0,0)

Tints of #BBCFC9

#BBCFC9
(187,207,201)
#C1D3CD
(193,211,205)
#C7D7D1
(199,215,209)
#CDDBD5
(205,219,213)
#D3DFD9
(211,223,217)
#D9E3DD
(217,227,221)
#DFE7E1
(223,231,225)
#E5EBE5
(229,235,229)
#EBEFE9
(235,239,233)
#F1F3ED
(241,243,237)
#F7F7F1
(247,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCFC9; }

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

This text font color is #BBCFC9.

Background Color

.myBgColor { background-color: #BBCFC9; }

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

This div background color is #BBCFC9.

Border color

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

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

This div border color is #BBCFC9.

Opacity

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

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

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

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

This text has shadow with #BBCFC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBCFC9.

Preview

Color preview on black background

This text has color #BBCFC9 on black background.


Color preview on white background

This text has color #BBCFC9 on white background.


Black color preview on #BBCFC9 background

This text has black color on #BBCFC9 background.


White color preview on #BBCFC9 background

This text has white color on #BBCFC9 background.


Related colors

Complementary color

Complementary color for #hex is #443036.


I love getcolorcode.com

Triadic colors

1 #C9BBCF and #CFC9BB with #BBCFC9 are triadic colors.

2 #C9CFBB and #CFBBC9 with #BBCFC9 are triadic colors.