COLOR #BABBBE

HEX: #BABBBE RGB: (186,187,190)

Color info

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

RGB color model

#BABBBE color RGB value is (186,187,190).

RGB: (186,187,190) (73%, 73%, 75%)

RGB channels and saturation

R 186 of 255 = 73%
G 187 of 255 = 73%
B 190 of 255 = 75%

186
187
190

R + G + B ~ 74%. #BABBBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 187 + 190 = 563 (100%)
R 186 of 563 ~ 33.04%
G 187 of 563 ~ 33.21%
B 190 of 563 ~ 33.75'%

%33.04
%33.21
%33.75

CMYK color model

#BABBBE color CMYK value is (2,2,0,25).

  • cyan value is 2.11%
  • magenta value is 1.58%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (2,2,0,25)
C2M2Y0K25 (2%, 2%, 0%, 25%)
(0.02 / 0.02 / 0.00 / 0.25)

CMYK percentages

%2.11
%1.58
%0
%25.49

Codes

Color #BABBBE in popluar color models

BA BB BE
RGB 186 187 190
HSL 225° 2.99% 73.73%
HSB/HSV 225° 2.11% 74.51%
CMYK 2.11% 1.58% 0.00%
25.49%

Color #BABBBE in popluar number systems.

HEX BA BB BE
Decimal 186 187 190
Binary 10111010 10111011 10111110
Octal 272 273 276

Shades and tints

Shades of #BABBBE

#BABBBE
(186,187,190)
#AAAAAD
(170,170,173)
#9A999C
(154,153,156)
#8A888B
(138,136,139)
#7A777A
(122,119,122)
#6A6669
(106,102,105)
#5A5558
(90,85,88)
#4A4447
(74,68,71)
#3A3336
(58,51,54)
#2A2225
(42,34,37)
#1A1114
(26,17,20)
#000000
(0,0,0)

Tints of #BABBBE

#BABBBE
(186,187,190)
#C0C1C3
(192,193,195)
#C6C7C8
(198,199,200)
#CCCDCD
(204,205,205)
#D2D3D2
(210,211,210)
#D8D9D7
(216,217,215)
#DEDFDC
(222,223,220)
#E4E5E1
(228,229,225)
#EAEBE6
(234,235,230)
#F0F1EB
(240,241,235)
#F6F7F0
(246,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BABBBE; }

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

This text font color is #BABBBE.

Background Color

.myBgColor { background-color: #BABBBE; }

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

This div background color is #BABBBE.

Border color

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

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

This div border color is #BABBBE.

Opacity

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

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

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

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

This text has shadow with #BABBBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BABBBE.

Preview

Color preview on black background

This text has color #BABBBE on black background.


Color preview on white background

This text has color #BABBBE on white background.


Black color preview on #BABBBE background

This text has black color on #BABBBE background.


White color preview on #BABBBE background

This text has white color on #BABBBE background.


Related colors

Complementary color

Complementary color for #hex is #454441.


I love getcolorcode.com

Triadic colors

1 #BEBABB and #BBBEBA with #BABBBE are triadic colors.

2 #BEBBBA and #BBBABE with #BABBBE are triadic colors.