COLOR #BDCE00

HEX: #BDCE00
RGB: (189,206,0)

Color info

#BDCE00 contains only red and green colors. Web safe color of #BDCE00 is #CCCC00 (or #CC0).

RGB color model

#BDCE00 color RGB value is (189,206,0).

  • red value is 189;
  • green value is 206;
  • blue value is 0.
RGB:
(189,206,0)
(74%,81%,0%)

RGB channels and saturation

R 189 of 255 = 74%
G 206 of 255 = 81%
B 0 of 255 = 0%

189
206
0

R + G + B ~ 52%. #BDCE00 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
189 + 206 + 0 = 395 (100%)
R 189 of 395 ~ 47.85%
G 206 of 395 ~ 52.15%
B 0 of 395 ~ 0%

%47.85
%52.15

CMYK color model

#BDCE00 color CMYK value is (8,0,100,19).

  • cyan value is 8.25%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 19.22%
CMYK:
(8,0,100,19)
C8M0Y100K19 
(8%,0%,100%,19%)
(0.08/0.00/1.00/0.19)	

CMYK percentages

%8.25
%0
%100
%19.22

Codes

Color #BDCE00 in popluar color models

BDCE00
RGB1892060
HSL65°100.00%40.39%
HSB/HSV65°100.00%80.78%
CMYK8.25%0.00%100.00%
19.22%

Color #BDCE00 in popluar number systems.

HEXBDCE00
Decimal1892060
Binary10111101110011100
Octal2753160

Shades and tints

Shades of #BDCE00

#BDCE00
(189,206,0)
#ACBC00
(172,188,0)
#9BAA00
(155,170,0)
#8A9800
(138,152,0)
#798600
(121,134,0)
#687400
(104,116,0)
#576200
(87,98,0)
#465000
(70,80,0)
#353E00
(53,62,0)
#242C00
(36,44,0)
#131A00
(19,26,0)
#000000
(0,0,0)

Tints of #BDCE00

#BDCE00
(189,206,0)
#C3D217
(195,210,23)
#C9D62E
(201,214,46)
#CFDA45
(207,218,69)
#D5DE5C
(213,222,92)
#DBE273
(219,226,115)
#E1E68A
(225,230,138)
#E7EAA1
(231,234,161)
#EDEEB8
(237,238,184)
#F3F2CF
(243,242,207)
#F9F6E6
(249,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCE00 color. Also use rgb(189,206,0) instead hex code.

Text Font Color

.myTextColor { color: #BDCE00; }

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

This text font color is #BDCE00.


Background Color

.myBgColor { background-color: #BDCE00; }

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

This div background color is #BDCE00.


Border color

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

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

This div border color is #BDCE00.


Opacity

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

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

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

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

This text has shadow with #BDCE00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCE00 on black background.


Color preview on white background

This text has color #BDCE00 on white background.



Black color preview on #BDCE00 background

This text has black color on #BDCE00 background.


White color preview on #BDCE00 background

This text has white color on #BDCE00 background.