COLOR #BAD5BC

HEX: #BAD5BC RGB: (186,213,188)

Color info

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

RGB color model

#BAD5BC color RGB value is (186,213,188).

RGB: (186,213,188) (73%, 84%, 74%)

RGB channels and saturation

R 186 of 255 = 73%
G 213 of 255 = 84%
B 188 of 255 = 74%

186
213
188

R + G + B ~ 77%. #BAD5BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 213 + 188 = 587 (100%)
R 186 of 587 ~ 31.69%
G 213 of 587 ~ 36.29%
B 188 of 587 ~ 32.03'%

%31.69
%36.29
%32.03

CMYK color model

#BAD5BC color CMYK value is (13,0,12,16).

  • cyan value is 12.68%
  • magenta value is 0.00%
  • yellow value is 11.74%
  • key color value is 16.47%

CMYK: (13,0,12,16)
C13M0Y12K16 (13%, 0%, 12%, 16%)
(0.13 / 0.00 / 0.12 / 0.16)

CMYK percentages

%12.68
%0
%11.74
%16.47

Codes

Color #BAD5BC in popluar color models

BA D5 BC
RGB 186 213 188
HSL 124° 24.32% 78.24%
HSB/HSV 124° 12.68% 83.53%
CMYK 12.68% 0.00% 11.74%
16.47%

Color #BAD5BC in popluar number systems.

HEX BA D5 BC
Decimal 186 213 188
Binary 10111010 11010101 10111100
Octal 272 325 274

Shades and tints

Shades of #BAD5BC

#BAD5BC
(186,213,188)
#AAC2AB
(170,194,171)
#9AAF9A
(154,175,154)
#8A9C89
(138,156,137)
#7A8978
(122,137,120)
#6A7667
(106,118,103)
#5A6356
(90,99,86)
#4A5045
(74,80,69)
#3A3D34
(58,61,52)
#2A2A23
(42,42,35)
#1A1712
(26,23,18)
#000000
(0,0,0)

Tints of #BAD5BC

#BAD5BC
(186,213,188)
#C0D8C2
(192,216,194)
#C6DBC8
(198,219,200)
#CCDECE
(204,222,206)
#D2E1D4
(210,225,212)
#D8E4DA
(216,228,218)
#DEE7E0
(222,231,224)
#E4EAE6
(228,234,230)
#EAEDEC
(234,237,236)
#F0F0F2
(240,240,242)
#F6F3F8
(246,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAD5BC; }

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

This text font color is #BAD5BC.

Background Color

.myBgColor { background-color: #BAD5BC; }

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

This div background color is #BAD5BC.

Border color

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

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

This div border color is #BAD5BC.

Opacity

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

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

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

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

This text has shadow with #BAD5BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAD5BC.

Preview

Color preview on black background

This text has color #BAD5BC on black background.


Color preview on white background

This text has color #BAD5BC on white background.


Black color preview on #BAD5BC background

This text has black color on #BAD5BC background.


White color preview on #BAD5BC background

This text has white color on #BAD5BC background.


Related colors

Complementary color

Complementary color for #hex is #452A43.


I love getcolorcode.com

Triadic colors

1 #BCBAD5 and #D5BCBA with #BAD5BC are triadic colors.

2 #BCD5BA and #D5BABC with #BAD5BC are triadic colors.