COLOR #BBCFBE

HEX: #BBCFBE
RGB: (187,207,190)

Color info

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

RGB color model

#BBCFBE color RGB value is (187,207,190).

  • red value is 187;
  • green value is 207;
  • blue value is 190.
RGB:
(187,207,190)
(73%,81%,75%)

RGB channels and saturation

R 187 of 255 = 73%
G 207 of 255 = 81%
B 190 of 255 = 75%

187
207
190

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

Portions of RGB colors in percentages

R + G + B =
187 + 207 + 190 = 584 (100%)
R 187 of 584 ~ 32.02%
G 207 of 584 ~ 35.45%
B 190 of 584 ~ 32.53%

%32.02
%35.45
%32.53

CMYK color model

#BBCFBE color CMYK value is (10,0,8,19).

  • cyan value is 9.66%
  • magenta value is 0.00%
  • yellow value is 8.21%
  • key color value is 18.82%
CMYK:
(10,0,8,19)
C10M0Y8K19 
(10%,0%,8%,19%)
(0.10/0.00/0.08/0.19)	

CMYK percentages

%9.66
%0
%8.21
%18.82

Codes

Color #BBCFBE in popluar color models

BBCFBE
RGB187207190
HSL129°17.24%77.25%
HSB/HSV129°9.66%81.18%
CMYK9.66%0.00%8.21%
18.82%

Color #BBCFBE in popluar number systems.

HEXBBCFBE
Decimal187207190
Binary101110111100111110111110
Octal273317276

Shades and tints

Shades of #BBCFBE

#BBCFBE
(187,207,190)
#AABDAD
(170,189,173)
#99AB9C
(153,171,156)
#88998B
(136,153,139)
#77877A
(119,135,122)
#667569
(102,117,105)
#556358
(85,99,88)
#445147
(68,81,71)
#333F36
(51,63,54)
#222D25
(34,45,37)
#111B14
(17,27,20)
#000000
(0,0,0)

Tints of #BBCFBE

#BBCFBE
(187,207,190)
#C1D3C3
(193,211,195)
#C7D7C8
(199,215,200)
#CDDBCD
(205,219,205)
#D3DFD2
(211,223,210)
#D9E3D7
(217,227,215)
#DFE7DC
(223,231,220)
#E5EBE1
(229,235,225)
#EBEFE6
(235,239,230)
#F1F3EB
(241,243,235)
#F7F7F0
(247,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCFBE; }

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

This text font color is #BBCFBE.


Background Color

.myBgColor { background-color: #BBCFBE; }

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

This div background color is #BBCFBE.


Border color

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

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

This div border color is #BBCFBE.


Opacity

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

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

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

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

This text has shadow with #BBCFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCFBE on black background.


Color preview on white background

This text has color #BBCFBE on white background.



Black color preview on #BBCFBE background

This text has black color on #BBCFBE background.


White color preview on #BBCFBE background

This text has white color on #BBCFBE background.