COLOR #BDEAC2

HEX: #BDEAC2
RGB: (189,234,194)

Color info

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

RGB color model

#BDEAC2 color RGB value is (189,234,194).

  • red value is 189;
  • green value is 234;
  • blue value is 194.
RGB:
(189,234,194)
(74%,92%,76%)

RGB channels and saturation

R 189 of 255 = 74%
G 234 of 255 = 92%
B 194 of 255 = 76%

189
234
194

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

Portions of RGB colors in percentages

R + G + B =
189 + 234 + 194 = 617 (100%)
R 189 of 617 ~ 30.63%
G 234 of 617 ~ 37.93%
B 194 of 617 ~ 31.44%

%30.63
%37.93
%31.44

CMYK color model

#BDEAC2 color CMYK value is (19,0,17,8).

  • cyan value is 19.23%
  • magenta value is 0.00%
  • yellow value is 17.09%
  • key color value is 8.24%
CMYK:
(19,0,17,8)
C19M0Y17K8 
(19%,0%,17%,8%)
(0.19/0.00/0.17/0.08)	

CMYK percentages

%19.23
%0
%17.09
%8.24

Codes

Color #BDEAC2 in popluar color models

BDEAC2
RGB189234194
HSL127°51.72%82.94%
HSB/HSV127°19.23%91.76%
CMYK19.23%0.00%17.09%
8.24%

Color #BDEAC2 in popluar number systems.

HEXBDEAC2
Decimal189234194
Binary101111011110101011000010
Octal275352302

Shades and tints

Shades of #BDEAC2

#BDEAC2
(189,234,194)
#ACD5B1
(172,213,177)
#9BC0A0
(155,192,160)
#8AAB8F
(138,171,143)
#79967E
(121,150,126)
#68816D
(104,129,109)
#576C5C
(87,108,92)
#46574B
(70,87,75)
#35423A
(53,66,58)
#242D29
(36,45,41)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #BDEAC2

#BDEAC2
(189,234,194)
#C3EBC7
(195,235,199)
#C9ECCC
(201,236,204)
#CFEDD1
(207,237,209)
#D5EED6
(213,238,214)
#DBEFDB
(219,239,219)
#E1F0E0
(225,240,224)
#E7F1E5
(231,241,229)
#EDF2EA
(237,242,234)
#F3F3EF
(243,243,239)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDEAC2 color. Also use rgb(189,234,194) instead hex code.

Text Font Color

.myTextColor { color: #BDEAC2; }

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

This text font color is #BDEAC2.


Background Color

.myBgColor { background-color: #BDEAC2; }

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

This div background color is #BDEAC2.


Border color

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

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

This div border color is #BDEAC2.


Opacity

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

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

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

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

This text has shadow with #BDEAC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDEAC2 on black background.


Color preview on white background

This text has color #BDEAC2 on white background.



Black color preview on #BDEAC2 background

This text has black color on #BDEAC2 background.


White color preview on #BDEAC2 background

This text has white color on #BDEAC2 background.