COLOR #BCD003

HEX: #BCD003
RGB: (188,208,3)

Color info

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

RGB color model

#BCD003 color RGB value is (188,208,3).

  • red value is 188;
  • green value is 208;
  • blue value is 3.
RGB:
(188,208,3)
(74%,82%,1%)

RGB channels and saturation

R 188 of 255 = 74%
G 208 of 255 = 82%
B 3 of 255 = 1%

188
208
3

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

Portions of RGB colors in percentages

R + G + B =
188 + 208 + 3 = 399 (100%)
R 188 of 399 ~ 47.12%
G 208 of 399 ~ 52.13%
B 3 of 399 ~ 0.75%

%47.12
%52.13

CMYK color model

#BCD003 color CMYK value is (10,0,99,18).

  • cyan value is 9.62%
  • magenta value is 0.00%
  • yellow value is 98.56%
  • key color value is 18.43%
CMYK:
(10,0,99,18)
C10M0Y99K18 
(10%,0%,99%,18%)
(0.10/0.00/0.99/0.18)	

CMYK percentages

%9.62
%0
%98.56
%18.43

Codes

Color #BCD003 in popluar color models

BCD003
RGB1882083
HSL66°97.16%41.37%
HSB/HSV66°98.56%81.57%
CMYK9.62%0.00%98.56%
18.43%

Color #BCD003 in popluar number systems.

HEXBCD003
Decimal1882083
Binary101111001101000011
Octal2743203

Shades and tints

Shades of #BCD003

#BCD003
(188,208,3)
#ABBE03
(171,190,3)
#9AAC03
(154,172,3)
#899A03
(137,154,3)
#788803
(120,136,3)
#677603
(103,118,3)
#566403
(86,100,3)
#455203
(69,82,3)
#344003
(52,64,3)
#232E03
(35,46,3)
#121C03
(18,28,3)
#000000
(0,0,0)

Tints of #BCD003

#BCD003
(188,208,3)
#C2D419
(194,212,25)
#C8D82F
(200,216,47)
#CEDC45
(206,220,69)
#D4E05B
(212,224,91)
#DAE471
(218,228,113)
#E0E887
(224,232,135)
#E6EC9D
(230,236,157)
#ECF0B3
(236,240,179)
#F2F4C9
(242,244,201)
#F8F8DF
(248,248,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD003 color. Also use rgb(188,208,3) instead hex code.

Text Font Color

.myTextColor { color: #BCD003; }

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

This text font color is #BCD003.


Background Color

.myBgColor { background-color: #BCD003; }

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

This div background color is #BCD003.


Border color

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

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

This div border color is #BCD003.


Opacity

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

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

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

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

This text has shadow with #BCD003 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD003 on black background.


Color preview on white background

This text has color #BCD003 on white background.



Black color preview on #BCD003 background

This text has black color on #BCD003 background.


White color preview on #BCD003 background

This text has white color on #BCD003 background.