COLOR #BDFAEB

HEX: #BDFAEB
RGB: (189,250,235)

Color info

#BDFAEB contains mainly green and blue colors. Web safe color of #BDFAEB is #CCFFFF (or #CFF).

RGB color model

#BDFAEB color RGB value is (189,250,235).

  • red value is 189;
  • green value is 250;
  • blue value is 235.
RGB:
(189,250,235)
(74%,98%,92%)

RGB channels and saturation

R 189 of 255 = 74%
G 250 of 255 = 98%
B 235 of 255 = 92%

189
250
235

R + G + B ~ 88%. #BDFAEB is light color.

Portions of RGB colors in percentages

R + G + B =
189 + 250 + 235 = 674 (100%)
R 189 of 674 ~ 28.04%
G 250 of 674 ~ 37.09%
B 235 of 674 ~ 34.87%

%28.04
%37.09
%34.87

CMYK color model

#BDFAEB color CMYK value is (24,0,6,2).

  • cyan value is 24.40%
  • magenta value is 0.00%
  • yellow value is 6.00%
  • key color value is 1.96%
CMYK:
(24,0,6,2)
C24M0Y6K2 
(24%,0%,6%,2%)
(0.24/0.00/0.06/0.02)	

CMYK percentages

%24.4
%0
%6
%1.96

Codes

Color #BDFAEB in popluar color models

BDFAEB
RGB189250235
HSL165°85.92%86.08%
HSB/HSV165°24.40%98.04%
CMYK24.40%0.00%6.00%
1.96%

Color #BDFAEB in popluar number systems.

HEXBDFAEB
Decimal189250235
Binary101111011111101011101011
Octal275372353

Shades and tints

Shades of #BDFAEB

#BDFAEB
(189,250,235)
#ACE4D6
(172,228,214)
#9BCEC1
(155,206,193)
#8AB8AC
(138,184,172)
#79A297
(121,162,151)
#688C82
(104,140,130)
#57766D
(87,118,109)
#466058
(70,96,88)
#354A43
(53,74,67)
#24342E
(36,52,46)
#131E19
(19,30,25)
#000000
(0,0,0)

Tints of #BDFAEB

#BDFAEB
(189,250,235)
#C3FAEC
(195,250,236)
#C9FAED
(201,250,237)
#CFFAEE
(207,250,238)
#D5FAEF
(213,250,239)
#DBFAF0
(219,250,240)
#E1FAF1
(225,250,241)
#E7FAF2
(231,250,242)
#EDFAF3
(237,250,243)
#F3FAF4
(243,250,244)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDFAEB color. Also use rgb(189,250,235) instead hex code.

Text Font Color

.myTextColor { color: #BDFAEB; }

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

This text font color is #BDFAEB.


Background Color

.myBgColor { background-color: #BDFAEB; }

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

This div background color is #BDFAEB.


Border color

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

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

This div border color is #BDFAEB.


Opacity

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

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

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

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

This text has shadow with #BDFAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDFAEB on black background.


Color preview on white background

This text has color #BDFAEB on white background.



Black color preview on #BDFAEB background

This text has black color on #BDFAEB background.


White color preview on #BDFAEB background

This text has white color on #BDFAEB background.