COLOR #BAF6D5

HEX: #BAF6D5 RGB: (186,246,213)

Color info

#BAF6D5 contains mainly green and blue colors. Web safe color of #BAF6D5 is #CCFFCC (or #CFC).

RGB color model

#BAF6D5 color RGB value is (186,246,213).

RGB: (186,246,213) (73%, 96%, 84%)

RGB channels and saturation

R 186 of 255 = 73%
G 246 of 255 = 96%
B 213 of 255 = 84%

186
246
213

R + G + B ~ 84%. #BAF6D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 246 + 213 = 645 (100%)
R 186 of 645 ~ 28.84%
G 246 of 645 ~ 38.14%
B 213 of 645 ~ 33.02'%

%28.84
%38.14
%33.02

CMYK color model

#BAF6D5 color CMYK value is (24,0,13,4).

  • cyan value is 24.39%
  • magenta value is 0.00%
  • yellow value is 13.41%
  • key color value is 3.53%
CMYK: (24,0,13,4) C24M0Y13K4 (24%,0%,13%,4%) (0.24/0.00/0.13/0.04) 

CMYK percentages

%24.39
%0
%13.41
%3.53

Codes

Color #BAF6D5 in popluar color models

BA F6 D5
RGB 186 246 213
HSL 147° 76.92% 84.71%
HSB/HSV 147° 24.39% 96.47%
CMYK 24.39% 0.00% 13.41%
3.53%

Color #BAF6D5 in popluar number systems.

HEX BA F6 D5
Decimal 186 246 213
Binary 10111010 11110110 11010101
Octal 272 366 325

Shades and tints

Shades of #BAF6D5

#BAF6D5
(186,246,213)
#AAE0C2
(170,224,194)
#9ACAAF
(154,202,175)
#8AB49C
(138,180,156)
#7A9E89
(122,158,137)
#6A8876
(106,136,118)
#5A7263
(90,114,99)
#4A5C50
(74,92,80)
#3A463D
(58,70,61)
#2A302A
(42,48,42)
#1A1A17
(26,26,23)
#000000
(0,0,0)

Tints of #BAF6D5

#BAF6D5
(186,246,213)
#C0F6D8
(192,246,216)
#C6F6DB
(198,246,219)
#CCF6DE
(204,246,222)
#D2F6E1
(210,246,225)
#D8F6E4
(216,246,228)
#DEF6E7
(222,246,231)
#E4F6EA
(228,246,234)
#EAF6ED
(234,246,237)
#F0F6F0
(240,246,240)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BAF6D5; }

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

This text font color is #BAF6D5.

Background Color

.myBgColor { background-color: #BAF6D5; }

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

This div background color is #BAF6D5.

Border color

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

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

This div border color is #BAF6D5.

Opacity

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

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

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

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

This text has shadow with #BAF6D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAF6D5.

Preview

Color preview on black background

This text has color #BAF6D5 on black background.


Color preview on white background

This text has color #BAF6D5 on white background.


Black color preview on #BAF6D5 background

This text has black color on #BAF6D5 background.


White color preview on #BAF6D5 background

This text has white color on #BAF6D5 background.


Related colors

Complementary color

Complementary color for #hex is #45092A.


I love getcolorcode.com

Triadic colors

1 #D5BAF6 and #F6D5BA with #BAF6D5 are triadic colors.

2 #D5F6BA and #F6BAD5 with #BAF6D5 are triadic colors.