COLOR #BDFFC6

HEX: #BDFFC6 RGB: (189,255,198)

Color info

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

RGB color model

#BDFFC6 color RGB value is (189,255,198).

RGB: (189,255,198) (74%, 100%, 78%)

RGB channels and saturation

R 189 of 255 = 74%
G 255 of 255 = 100%
B 198 of 255 = 78%

189
255
198

R + G + B ~ 84%. #BDFFC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 255 + 198 = 642 (100%)
R 189 of 642 ~ 29.44%
G 255 of 642 ~ 39.72%
B 198 of 642 ~ 30.84'%

%29.44
%39.72
%30.84

CMYK color model

#BDFFC6 color CMYK value is (26,0,22,0).

  • cyan value is 25.88%
  • magenta value is 0.00%
  • yellow value is 22.35%
  • key color value is 0.00%

CMYK: (26,0,22,0)
C26M0Y22K0 (26%, 0%, 22%, 0%)
(0.26 / 0.00 / 0.22 / 0.00)

CMYK percentages

%25.88
%0
%22.35
%0

Codes

Color #BDFFC6 in popluar color models

BD FF C6
RGB 189 255 198
HSL 128° 100.00% 87.06%
HSB/HSV 128° 25.88% 100.00%
CMYK 25.88% 0.00% 22.35%
0.00%

Color #BDFFC6 in popluar number systems.

HEX BD FF C6
Decimal 189 255 198
Binary 10111101 11111111 11000110
Octal 275 377 306

Shades and tints

Shades of #BDFFC6

#BDFFC6
(189,255,198)
#ACE8B4
(172,232,180)
#9BD1A2
(155,209,162)
#8ABA90
(138,186,144)
#79A37E
(121,163,126)
#688C6C
(104,140,108)
#57755A
(87,117,90)
#465E48
(70,94,72)
#354736
(53,71,54)
#243024
(36,48,36)
#131912
(19,25,18)
#000000
(0,0,0)

Tints of #BDFFC6

#BDFFC6
(189,255,198)
#C3FFCB
(195,255,203)
#C9FFD0
(201,255,208)
#CFFFD5
(207,255,213)
#D5FFDA
(213,255,218)
#DBFFDF
(219,255,223)
#E1FFE4
(225,255,228)
#E7FFE9
(231,255,233)
#EDFFEE
(237,255,238)
#F3FFF3
(243,255,243)
#F9FFF8
(249,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDFFC6 color. Also use rgb(189,255,198) instead hex code.

Text Font Color

.myTextColor { color: #BDFFC6; }

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

This text font color is #BDFFC6.

Background Color

.myBgColor { background-color: #BDFFC6; }

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

This div background color is #BDFFC6.

Border color

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

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

This div border color is #BDFFC6.

Opacity

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

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

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

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

This text has shadow with #BDFFC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDFFC6.

Preview

Color preview on black background

This text has color #BDFFC6 on black background.


Color preview on white background

This text has color #BDFFC6 on white background.


Black color preview on #BDFFC6 background

This text has black color on #BDFFC6 background.


White color preview on #BDFFC6 background

This text has white color on #BDFFC6 background.


Related colors

Complementary color

Complementary color for #hex is #420039.


I love getcolorcode.com

Triadic colors

1 #C6BDFF and #FFC6BD with #BDFFC6 are triadic colors.

2 #C6FFBD and #FFBDC6 with #BDFFC6 are triadic colors.