COLOR #BDCF55

HEX: #BDCF55 RGB: (189,207,85)

Color info

#BDCF55 contains mainly red and green colors. Web safe color of #BDCF55 is #CCCC66 (or #CC6).

RGB color model

#BDCF55 color RGB value is (189,207,85).

RGB: (189,207,85) (74%, 81%, 33%)

RGB channels and saturation

R 189 of 255 = 74%
G 207 of 255 = 81%
B 85 of 255 = 33%

189
207
85

R + G + B ~ 63%. #BDCF55 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 207 + 85 = 481 (100%)
R 189 of 481 ~ 39.29%
G 207 of 481 ~ 43.04%
B 85 of 481 ~ 17.67'%

%39.29
%43.04
%17.67

CMYK color model

#BDCF55 color CMYK value is (9,0,59,19).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 58.94%
  • key color value is 18.82%

CMYK: (9,0,59,19)
C9M0Y59K19 (9%, 0%, 59%, 19%)
(0.09 / 0.00 / 0.59 / 0.19)

CMYK percentages

%8.7
%0
%58.94
%18.82

Codes

Color #BDCF55 in popluar color models

BD CF 55
RGB 189 207 85
HSL 69° 55.96% 57.25%
HSB/HSV 69° 58.94% 81.18%
CMYK 8.70% 0.00% 58.94%
18.82%

Color #BDCF55 in popluar number systems.

HEX BD CF 55
Decimal 189 207 85
Binary 10111101 11001111 1010101
Octal 275 317 125

Shades and tints

Shades of #BDCF55

#BDCF55
(189,207,85)
#ACBD4E
(172,189,78)
#9BAB47
(155,171,71)
#8A9940
(138,153,64)
#798739
(121,135,57)
#687532
(104,117,50)
#57632B
(87,99,43)
#465124
(70,81,36)
#353F1D
(53,63,29)
#242D16
(36,45,22)
#131B0F
(19,27,15)
#000000
(0,0,0)

Tints of #BDCF55

#BDCF55
(189,207,85)
#C3D364
(195,211,100)
#C9D773
(201,215,115)
#CFDB82
(207,219,130)
#D5DF91
(213,223,145)
#DBE3A0
(219,227,160)
#E1E7AF
(225,231,175)
#E7EBBE
(231,235,190)
#EDEFCD
(237,239,205)
#F3F3DC
(243,243,220)
#F9F7EB
(249,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCF55 color. Also use rgb(189,207,85) instead hex code.

Text Font Color

.myTextColor { color: #BDCF55; }

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

This text font color is #BDCF55.

Background Color

.myBgColor { background-color: #BDCF55; }

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

This div background color is #BDCF55.

Border color

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

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

This div border color is #BDCF55.

Opacity

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

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

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

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

This text has shadow with #BDCF55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BDCF55.

Preview

Color preview on black background

This text has color #BDCF55 on black background.


Color preview on white background

This text has color #BDCF55 on white background.


Black color preview on #BDCF55 background

This text has black color on #BDCF55 background.


White color preview on #BDCF55 background

This text has white color on #BDCF55 background.


Related colors

Complementary color

Complementary color for #hex is #4230AA.


I love getcolorcode.com

Triadic colors

1 #55BDCF and #CF55BD with #BDCF55 are triadic colors.

2 #55CFBD and #CFBD55 with #BDCF55 are triadic colors.