Shades of Inch Worm #BCDF06
Tints of Inch Worm #BCDF06
RGB
CMYK
RGB Variations
Color information
#BCDF06 (or 0xBCDF06) is known color: Inch Worm. HEX triplet: BC, DF and 06. RGB value is (188,223,6). Sum of RGB (Red+Green+Blue) = 188+223+6=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 223 (87.5% from 255 or 53.48% from 417); Blue value is 6 (2.73% from 255 or 1.44% from 417); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDF06 is #4320F9. Grayscale: #BCBCBC. Windows color (decimal): -4399354 or 450492. OLE color: 450492.
HSL color Cylindrical-coordinate representation of color #BCDF06: hue angle of 69.68º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCDF06 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 6 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.13 |
| HSL | 69.68º | 0.95% | 0.45% | - |
| HSV(B) | 69.68º | 0.97% | 0.87% | - |
| XYZ | 47.16 | 63.48 | 9.94 | - |
| YUV | 187.8 | 25.4 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 6 | 0.16 | 0 | 0.97 | 0.13 | 69.68 | 0.95 | 0.45 |
| Hex | BC | DF | 6 | 10 | 0 | 61 | D | 46 | 5F | 2D |
| Octal | 274 | 337 | 6 | 20 | 0 | 141 | 15 | 106 | 137 | 55 |
| Binary | 10111100 | 11011111 | 110 | 10000 | 0 | 1100001 | 1101 | 1000110 | 1011111 | 101101 |
Color Harmonies of #BCDF06
Complementary color
Monochromatic Colors of #BCDF06
Black with #BCDF06
Text Example
Text Example
White with #BCDF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF06; }
p { color: rgb(188,223,6); }
H1.HeaderClassName
{
color: #BCDF06;
}
.AnyTagClassName
{
color: #BCDF06;
}
</style>
background-color css
<style>
a { background-color: #BCDF06; }
a { background-color: rgb(188,223,6); }
div.DivClassName
{
background-color: #BCDF06;
}
.BgClassName
{
background-color: #BCDF06;
}
</style>
border-color css
<style>
span { border-color: #BCDF06; }
span { border-color: rgb(188,223,6); }
td.TdClassName
{
border-color: #BCDF06;
}
.TagClassName
{
border-color: #BCDF06;
}
</style>