Shades of Inch Worm #BCE100
Tints of Inch Worm #BCE100
RGB
CMYK
RGB Variations
Color information
#BCE100 (or 0xBCE100) is known color: Inch Worm. HEX triplet: BC, E1 and 00. RGB value is (188,225,0). Sum of RGB (Red+Green+Blue) = 188+225+0=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 225 (88.28% from 255 or 54.48% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCE100 is #431EFF. Grayscale: #BDBDBD. Windows color (decimal): -4398848 or 57788. OLE color: 57788.
HSL color Cylindrical-coordinate representation of color #BCE100: hue angle of 69.87º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCE100 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.12 |
| HSL | 69.87º | 1% | 0.44% | - |
| HSV(B) | 69.87º | 1% | 0.88% | - |
| XYZ | 47.66 | 64.54 | 9.95 | - |
| YUV | 188.29 | 21.74 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 0 | 0.16 | 0 | 1 | 0.12 | 69.87 | 1 | 0.44 |
| Hex | BC | E1 | 0 | 10 | 0 | 64 | C | 46 | 64 | 2C |
| Octal | 274 | 341 | 0 | 20 | 0 | 144 | 14 | 106 | 144 | 54 |
| Binary | 10111100 | 11100001 | 0 | 10000 | 0 | 1100100 | 1100 | 1000110 | 1100100 | 101100 |
Color Harmonies of #BCE100
Complementary color
Monochromatic Colors of #BCE100
Black with #BCE100
Text Example
Text Example
White with #BCE100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE100; }
p { color: rgb(188,225,0); }
H1.HeaderClassName
{
color: #BCE100;
}
.AnyTagClassName
{
color: #BCE100;
}
</style>
background-color css
<style>
a { background-color: #BCE100; }
a { background-color: rgb(188,225,0); }
div.DivClassName
{
background-color: #BCE100;
}
.BgClassName
{
background-color: #BCE100;
}
</style>
border-color css
<style>
span { border-color: #BCE100; }
span { border-color: rgb(188,225,0); }
td.TdClassName
{
border-color: #BCE100;
}
.TagClassName
{
border-color: #BCE100;
}
</style>