COLOR #BBCBBE

HEX: #BBCBBE RGB: (187,203,190)

Color info

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

RGB color model

#BBCBBE color RGB value is (187,203,190).

RGB: (187,203,190) (73%, 80%, 75%)

RGB channels and saturation

R 187 of 255 = 73%
G 203 of 255 = 80%
B 190 of 255 = 75%

187
203
190

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

Portions of RGB colors in percentages

R + G + B = 187 + 203 + 190 = 580 (100%)
R 187 of 580 ~ 32.24%
G 203 of 580 ~ 35%
B 190 of 580 ~ 32.76'%

%32.24
%35
%32.76

CMYK color model

#BBCBBE color CMYK value is (8,0,6,20).

  • cyan value is 7.88%
  • magenta value is 0.00%
  • yellow value is 6.40%
  • key color value is 20.39%

CMYK: (8,0,6,20)
C8M0Y6K20 (8%, 0%, 6%, 20%)
(0.08 / 0.00 / 0.06 / 0.20)

CMYK percentages

%7.88
%0
%6.4
%20.39

Codes

Color #BBCBBE in popluar color models

BB CB BE
RGB 187 203 190
HSL 131° 13.33% 76.47%
HSB/HSV 131° 7.88% 79.61%
CMYK 7.88% 0.00% 6.40%
20.39%

Color #BBCBBE in popluar number systems.

HEX BB CB BE
Decimal 187 203 190
Binary 10111011 11001011 10111110
Octal 273 313 276

Shades and tints

Shades of #BBCBBE

#BBCBBE
(187,203,190)
#AAB9AD
(170,185,173)
#99A79C
(153,167,156)
#88958B
(136,149,139)
#77837A
(119,131,122)
#667169
(102,113,105)
#555F58
(85,95,88)
#444D47
(68,77,71)
#333B36
(51,59,54)
#222925
(34,41,37)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #BBCBBE

#BBCBBE
(187,203,190)
#C1CFC3
(193,207,195)
#C7D3C8
(199,211,200)
#CDD7CD
(205,215,205)
#D3DBD2
(211,219,210)
#D9DFD7
(217,223,215)
#DFE3DC
(223,227,220)
#E5E7E1
(229,231,225)
#EBEBE6
(235,235,230)
#F1EFEB
(241,239,235)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCBBE; }

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

This text font color is #BBCBBE.

Background Color

.myBgColor { background-color: #BBCBBE; }

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

This div background color is #BBCBBE.

Border color

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

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

This div border color is #BBCBBE.

Opacity

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

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

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

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

This text has shadow with #BBCBBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBCBBE.

Preview

Color preview on black background

This text has color #BBCBBE on black background.


Color preview on white background

This text has color #BBCBBE on white background.


Black color preview on #BBCBBE background

This text has black color on #BBCBBE background.


White color preview on #BBCBBE background

This text has white color on #BBCBBE background.


Related colors

Complementary color

Complementary color for #hex is #443441.


I love getcolorcode.com

Triadic colors

1 #BEBBCB and #CBBEBB with #BBCBBE are triadic colors.

2 #BECBBB and #CBBBBE with #BBCBBE are triadic colors.