COLOR #BAD1BC

HEX: #BAD1BC RGB: (186,209,188)

Color info

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

RGB color model

#BAD1BC color RGB value is (186,209,188).

RGB: (186,209,188) (73%, 82%, 74%)

RGB channels and saturation

R 186 of 255 = 73%
G 209 of 255 = 82%
B 188 of 255 = 74%

186
209
188

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

Portions of RGB colors in percentages

R + G + B = 186 + 209 + 188 = 583 (100%)
R 186 of 583 ~ 31.9%
G 209 of 583 ~ 35.85%
B 188 of 583 ~ 32.25'%

%31.9
%35.85
%32.25

CMYK color model

#BAD1BC color CMYK value is (11,0,10,18).

  • cyan value is 11.00%
  • magenta value is 0.00%
  • yellow value is 10.05%
  • key color value is 18.04%

CMYK: (11,0,10,18)
C11M0Y10K18 (11%, 0%, 10%, 18%)
(0.11 / 0.00 / 0.10 / 0.18)

CMYK percentages

%11
%0
%10.05
%18.04

Codes

Color #BAD1BC in popluar color models

BA D1 BC
RGB 186 209 188
HSL 125° 20.00% 77.45%
HSB/HSV 125° 11.00% 81.96%
CMYK 11.00% 0.00% 10.05%
18.04%

Color #BAD1BC in popluar number systems.

HEX BA D1 BC
Decimal 186 209 188
Binary 10111010 11010001 10111100
Octal 272 321 274

Shades and tints

Shades of #BAD1BC

#BAD1BC
(186,209,188)
#AABEAB
(170,190,171)
#9AAB9A
(154,171,154)
#8A9889
(138,152,137)
#7A8578
(122,133,120)
#6A7267
(106,114,103)
#5A5F56
(90,95,86)
#4A4C45
(74,76,69)
#3A3934
(58,57,52)
#2A2623
(42,38,35)
#1A1312
(26,19,18)
#000000
(0,0,0)

Tints of #BAD1BC

#BAD1BC
(186,209,188)
#C0D5C2
(192,213,194)
#C6D9C8
(198,217,200)
#CCDDCE
(204,221,206)
#D2E1D4
(210,225,212)
#D8E5DA
(216,229,218)
#DEE9E0
(222,233,224)
#E4EDE6
(228,237,230)
#EAF1EC
(234,241,236)
#F0F5F2
(240,245,242)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD1BC; }

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

This text font color is #BAD1BC.

Background Color

.myBgColor { background-color: #BAD1BC; }

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

This div background color is #BAD1BC.

Border color

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

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

This div border color is #BAD1BC.

Opacity

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

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

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

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

This text has shadow with #BAD1BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD1BC.

Preview

Color preview on black background

This text has color #BAD1BC on black background.


Color preview on white background

This text has color #BAD1BC on white background.


Black color preview on #BAD1BC background

This text has black color on #BAD1BC background.


White color preview on #BAD1BC background

This text has white color on #BAD1BC background.


Related colors

Complementary color

Complementary color for #hex is #452E43.


I love getcolorcode.com

Triadic colors

1 #BCBAD1 and #D1BCBA with #BAD1BC are triadic colors.

2 #BCD1BA and #D1BABC with #BAD1BC are triadic colors.