Shades of Inch Worm #BCDD10
Tints of Inch Worm #BCDD10
RGB
CMYK
RGB Variations
Color information
#BCDD10 (or 0xBCDD10) is known color: Inch Worm. HEX triplet: BC, DD and 10. RGB value is (188,221,16). Sum of RGB (Red+Green+Blue) = 188+221+16=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 16 (6.64% from 255 or 3.76% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDD10 is #4322EF. Grayscale: #BCBCBC. Windows color (decimal): -4399856 or 1105340. OLE color: 1105340.
HSL color Cylindrical-coordinate representation of color #BCDD10: hue angle of 69.66º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCDD10 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 16 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.13 |
| HSL | 69.66º | 0.86% | 0.46% | - |
| HSV(B) | 69.66º | 0.93% | 0.87% | - |
| XYZ | 46.69 | 62.44 | 10.08 | - |
| YUV | 187.76 | 31.07 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 16 | 0.15 | 0 | 0.93 | 0.13 | 69.66 | 0.86 | 0.46 |
| Hex | BC | DD | 10 | F | 0 | 5D | D | 46 | 56 | 2E |
| Octal | 274 | 335 | 20 | 17 | 0 | 135 | 15 | 106 | 126 | 56 |
| Binary | 10111100 | 11011101 | 10000 | 1111 | 0 | 1011101 | 1101 | 1000110 | 1010110 | 101110 |
Color Harmonies of #BCDD10
Complementary color
Monochromatic Colors of #BCDD10
Black with #BCDD10
Text Example
Text Example
White with #BCDD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD10; }
p { color: rgb(188,221,16); }
H1.HeaderClassName
{
color: #BCDD10;
}
.AnyTagClassName
{
color: #BCDD10;
}
</style>
background-color css
<style>
a { background-color: #BCDD10; }
a { background-color: rgb(188,221,16); }
div.DivClassName
{
background-color: #BCDD10;
}
.BgClassName
{
background-color: #BCDD10;
}
</style>
border-color css
<style>
span { border-color: #BCDD10; }
span { border-color: rgb(188,221,16); }
td.TdClassName
{
border-color: #BCDD10;
}
.TagClassName
{
border-color: #BCDD10;
}
</style>