COLOR #BAF5BB

HEX: #BAF5BB
RGB: (186,245,187)

Color info

#BAF5BB contains red, green and blue colors in about the same proportion. Web safe color of #BAF5BB is #CCFFCC (or #CFC).

RGB color model

#BAF5BB color RGB value is (186,245,187).

  • red value is 186;
  • green value is 245;
  • blue value is 187.
RGB:
(186,245,187)
(73%,96%,73%)

RGB channels and saturation

R 186 of 255 = 73%
G 245 of 255 = 96%
B 187 of 255 = 73%

186
245
187

R + G + B ~ 81%. #BAF5BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 245 + 187 = 618 (100%)
R 186 of 618 ~ 30.1%
G 245 of 618 ~ 39.64%
B 187 of 618 ~ 30.26%

%30.1
%39.64
%30.26

CMYK color model

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

  • cyan value is 24.08%
  • magenta value is 0.00%
  • yellow value is 23.67%
  • key color value is 3.92%
CMYK:
(24,0,24,4)
C24M0Y24K4 
(24%,0%,24%,4%)
(0.24/0.00/0.24/0.04)	

CMYK percentages

%24.08
%0
%23.67
%3.92

Codes

Color #BAF5BB in popluar color models

BAF5BB
RGB186245187
HSL121°74.68%84.51%
HSB/HSV121°24.08%96.08%
CMYK24.08%0.00%23.67%
3.92%

Color #BAF5BB in popluar number systems.

HEXBAF5BB
Decimal186245187
Binary101110101111010110111011
Octal272365273

Shades and tints

Shades of #BAF5BB

#BAF5BB
(186,245,187)
#AADFAA
(170,223,170)
#9AC999
(154,201,153)
#8AB388
(138,179,136)
#7A9D77
(122,157,119)
#6A8766
(106,135,102)
#5A7155
(90,113,85)
#4A5B44
(74,91,68)
#3A4533
(58,69,51)
#2A2F22
(42,47,34)
#1A1911
(26,25,17)
#000000
(0,0,0)

Tints of #BAF5BB

#BAF5BB
(186,245,187)
#C0F5C1
(192,245,193)
#C6F5C7
(198,245,199)
#CCF5CD
(204,245,205)
#D2F5D3
(210,245,211)
#D8F5D9
(216,245,217)
#DEF5DF
(222,245,223)
#E4F5E5
(228,245,229)
#EAF5EB
(234,245,235)
#F0F5F1
(240,245,241)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAF5BB color. Also use rgb(186,245,187) instead hex code.

Text Font Color

.myTextColor { color: #BAF5BB; }

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

This text font color is #BAF5BB.


Background Color

.myBgColor { background-color: #BAF5BB; }

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

This div background color is #BAF5BB.


Border color

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

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

This div border color is #BAF5BB.


Opacity

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

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

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

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

This text has shadow with #BAF5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAF5BB on black background.


Color preview on white background

This text has color #BAF5BB on white background.



Black color preview on #BAF5BB background

This text has black color on #BAF5BB background.


White color preview on #BAF5BB background

This text has white color on #BAF5BB background.