COLOR #BDFBDC

HEX: #BDFBDC
RGB: (189,251,220)

Color info

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

RGB color model

#BDFBDC color RGB value is (189,251,220).

  • red value is 189;
  • green value is 251;
  • blue value is 220.
RGB:
(189,251,220)
(74%,98%,86%)

RGB channels and saturation

R 189 of 255 = 74%
G 251 of 255 = 98%
B 220 of 255 = 86%

189
251
220

R + G + B ~ 86%. #BDFBDC is light color.

Portions of RGB colors in percentages

R + G + B =
189 + 251 + 220 = 660 (100%)
R 189 of 660 ~ 28.64%
G 251 of 660 ~ 38.03%
B 220 of 660 ~ 33.33%

%28.64
%38.03
%33.33

CMYK color model

#BDFBDC color CMYK value is (25,0,12,2).

  • cyan value is 24.70%
  • magenta value is 0.00%
  • yellow value is 12.35%
  • key color value is 1.57%
CMYK:
(25,0,12,2)
C25M0Y12K2 
(25%,0%,12%,2%)
(0.25/0.00/0.12/0.02)	

CMYK percentages

%24.7
%0
%12.35
%1.57

Codes

Color #BDFBDC in popluar color models

BDFBDC
RGB189251220
HSL150°88.57%86.27%
HSB/HSV150°24.70%98.43%
CMYK24.70%0.00%12.35%
1.57%

Color #BDFBDC in popluar number systems.

HEXBDFBDC
Decimal189251220
Binary101111011111101111011100
Octal275373334

Shades and tints

Shades of #BDFBDC

#BDFBDC
(189,251,220)
#ACE5C8
(172,229,200)
#9BCFB4
(155,207,180)
#8AB9A0
(138,185,160)
#79A38C
(121,163,140)
#688D78
(104,141,120)
#577764
(87,119,100)
#466150
(70,97,80)
#354B3C
(53,75,60)
#243528
(36,53,40)
#131F14
(19,31,20)
#000000
(0,0,0)

Tints of #BDFBDC

#BDFBDC
(189,251,220)
#C3FBDF
(195,251,223)
#C9FBE2
(201,251,226)
#CFFBE5
(207,251,229)
#D5FBE8
(213,251,232)
#DBFBEB
(219,251,235)
#E1FBEE
(225,251,238)
#E7FBF1
(231,251,241)
#EDFBF4
(237,251,244)
#F3FBF7
(243,251,247)
#F9FBFA
(249,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDFBDC color. Also use rgb(189,251,220) instead hex code.

Text Font Color

.myTextColor { color: #BDFBDC; }

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

This text font color is #BDFBDC.


Background Color

.myBgColor { background-color: #BDFBDC; }

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

This div background color is #BDFBDC.


Border color

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

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

This div border color is #BDFBDC.


Opacity

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

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

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

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

This text has shadow with #BDFBDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDFBDC on black background.


Color preview on white background

This text has color #BDFBDC on white background.



Black color preview on #BDFBDC background

This text has black color on #BDFBDC background.


White color preview on #BDFBDC background

This text has white color on #BDFBDC background.