COLOR #BABCCC

HEX: #BABCCC RGB: (186,188,204)

Color info

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

RGB color model

#BABCCC color RGB value is (186,188,204).

RGB: (186,188,204) (73%, 74%, 80%)

RGB channels and saturation

R 186 of 255 = 73%
G 188 of 255 = 74%
B 204 of 255 = 80%

186
188
204

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

Portions of RGB colors in percentages

R + G + B = 186 + 188 + 204 = 578 (100%)
R 186 of 578 ~ 32.18%
G 188 of 578 ~ 32.53%
B 204 of 578 ~ 35.29'%

%32.18
%32.53
%35.29

CMYK color model

#BABCCC color CMYK value is (9,8,0,20).

  • cyan value is 8.82%
  • magenta value is 7.84%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (9,8,0,20) C9M8Y0K20 (9%,8%,0%,20%) (0.09/0.08/0.00/0.20) 

CMYK percentages

%8.82
%7.84
%0
%20

Codes

Color #BABCCC in popluar color models

BA BC CC
RGB 186 188 204
HSL 233° 15.00% 76.47%
HSB/HSV 233° 8.82% 80.00%
CMYK 8.82% 7.84% 0.00%
20.00%

Color #BABCCC in popluar number systems.

HEX BA BC CC
Decimal 186 188 204
Binary 10111010 10111100 11001100
Octal 272 274 314

Shades and tints

Shades of #BABCCC

#BABCCC
(186,188,204)
#AAABBA
(170,171,186)
#9A9AA8
(154,154,168)
#8A8996
(138,137,150)
#7A7884
(122,120,132)
#6A6772
(106,103,114)
#5A5660
(90,86,96)
#4A454E
(74,69,78)
#3A343C
(58,52,60)
#2A232A
(42,35,42)
#1A1218
(26,18,24)
#000000
(0,0,0)

Tints of #BABCCC

#BABCCC
(186,188,204)
#C0C2D0
(192,194,208)
#C6C8D4
(198,200,212)
#CCCED8
(204,206,216)
#D2D4DC
(210,212,220)
#D8DAE0
(216,218,224)
#DEE0E4
(222,224,228)
#E4E6E8
(228,230,232)
#EAECEC
(234,236,236)
#F0F2F0
(240,242,240)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BABCCC color. Also use rgb(186,188,204) instead hex code.

Text Font Color

.myTextColor { color: #BABCCC; }

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

This text font color is #BABCCC.

Background Color

.myBgColor { background-color: #BABCCC; }

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

This div background color is #BABCCC.

Border color

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

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

This div border color is #BABCCC.

Opacity

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

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

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

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

This text has shadow with #BABCCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BABCCC.

Preview

Color preview on black background

This text has color #BABCCC on black background.


Color preview on white background

This text has color #BABCCC on white background.


Black color preview on #BABCCC background

This text has black color on #BABCCC background.


White color preview on #BABCCC background

This text has white color on #BABCCC background.


Related colors

Complementary color

Complementary color for #hex is #454333.


I love getcolorcode.com

Triadic colors

1 #CCBABC and #BCCCBA with #BABCCC are triadic colors.

2 #CCBCBA and #BCBACC with #BABCCC are triadic colors.