COLOR #BAF9C9

HEX: #BAF9C9 RGB: (186,249,201)

Color info

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

RGB color model

#BAF9C9 color RGB value is (186,249,201).

RGB: (186,249,201) (73%, 98%, 79%)

RGB channels and saturation

R 186 of 255 = 73%
G 249 of 255 = 98%
B 201 of 255 = 79%

186
249
201

R + G + B ~ 83%. #BAF9C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 186 + 249 + 201 = 636 (100%)
R 186 of 636 ~ 29.25%
G 249 of 636 ~ 39.15%
B 201 of 636 ~ 31.6'%

%29.25
%39.15
%31.6

CMYK color model

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

  • cyan value is 25.30%
  • magenta value is 0.00%
  • yellow value is 19.28%
  • key color value is 2.35%

CMYK: (25,0,19,2)
C25M0Y19K2 (25%, 0%, 19%, 2%)
(0.25 / 0.00 / 0.19 / 0.02)

CMYK percentages

%25.3
%0
%19.28
%2.35

Codes

Color #BAF9C9 in popluar color models

BA F9 C9
RGB 186 249 201
HSL 134° 84.00% 85.29%
HSB/HSV 134° 25.30% 97.65%
CMYK 25.30% 0.00% 19.28%
2.35%

Color #BAF9C9 in popluar number systems.

HEX BA F9 C9
Decimal 186 249 201
Binary 10111010 11111001 11001001
Octal 272 371 311

Shades and tints

Shades of #BAF9C9

#BAF9C9
(186,249,201)
#AAE3B7
(170,227,183)
#9ACDA5
(154,205,165)
#8AB793
(138,183,147)
#7AA181
(122,161,129)
#6A8B6F
(106,139,111)
#5A755D
(90,117,93)
#4A5F4B
(74,95,75)
#3A4939
(58,73,57)
#2A3327
(42,51,39)
#1A1D15
(26,29,21)
#000000
(0,0,0)

Tints of #BAF9C9

#BAF9C9
(186,249,201)
#C0F9CD
(192,249,205)
#C6F9D1
(198,249,209)
#CCF9D5
(204,249,213)
#D2F9D9
(210,249,217)
#D8F9DD
(216,249,221)
#DEF9E1
(222,249,225)
#E4F9E5
(228,249,229)
#EAF9E9
(234,249,233)
#F0F9ED
(240,249,237)
#F6F9F1
(246,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAF9C9 color. Also use rgb(186,249,201) instead hex code.

Text Font Color

.myTextColor { color: #BAF9C9; }

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

This text font color is #BAF9C9.

Background Color

.myBgColor { background-color: #BAF9C9; }

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

This div background color is #BAF9C9.

Border color

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

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

This div border color is #BAF9C9.

Opacity

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

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

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

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

This text has shadow with #BAF9C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BAF9C9.

Preview

Color preview on black background

This text has color #BAF9C9 on black background.


Color preview on white background

This text has color #BAF9C9 on white background.


Black color preview on #BAF9C9 background

This text has black color on #BAF9C9 background.


White color preview on #BAF9C9 background

This text has white color on #BAF9C9 background.


Related colors

Complementary color

Complementary color for #hex is #450636.


I love getcolorcode.com

Triadic colors

1 #C9BAF9 and #F9C9BA with #BAF9C9 are triadic colors.

2 #C9F9BA and #F9BAC9 with #BAF9C9 are triadic colors.